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.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/mgmtIpInterfaceGroup/{name}

REST API: POST Example

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

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/mgmtIpInterfaceGroup/{name}

  • No labels