Resources | system | mgmtIpInterfaceGroup

mgmtIpInterfaceGroup

Specifies the Management Interface Group to be used for communication with the policy server.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of the management IP interface group.
mgmtIpInterfaceO The management IP interfaces in this management IP interface group.

Operational Data

ParameterDescription
mgmtIpInterfaceStatus The status of the IP interfaces in this IP interface group.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:mgmtIpInterfaceGroup={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data '
<mgmtIpInterfaceGroup>
     <name>{name}</name>
</mgmtIpInterfaceGroup>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:mgmtIpInterfaceGroup={name}

  • No labels