|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of the management IP interface group. | ||
mgmtIpInterface | O | The management IP interfaces in this management IP interface group. |
Parameter | Description | |
---|---|---|
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 ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/mgmtIpInterfaceGroup/{name} |