|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of the IP interface group. | ||
ipsec | O | enumeration | disabled | Administrative state of the ipsec support for this interface group. When enabled, ipsec support is turned on for all interfaces in the group. When disabled, ipsec support id turned off for all interfaces in the group. | |
ipInterface | O | The IP interfaces in this IP interface group. |
Parameter | Description | |
---|---|---|
ipInterfaceStatus | The status of the IP interfaces in this IP interface group. | |
mediaPortRangeByTGNameAssigned | The used media port ranges on this IP interface group. | |
mediaPortRangeUnassigned | The unused media port ranges on this IP interface group. | |
tcpPortRangeByTGNameAssigned | The used TCP port ranges on this IP interface group. | |
tcpPortRangeUnassigned | The available TCP port ranges on this IP interface group. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}/ipInterfaceGroup/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/addressContext/{name} --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/addressContext/{name}/ipInterfaceGroup/{name} |