|
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. | |
ipsecForMedia | O | enumeration | disable | Flag for media ipsec support for this interface group. When enabled, ipsec support for media is turned on for all interfaces in the group. When disabled, ipsec support for media is 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. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusIpInterface:ipInterfaceGroup={name} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name} --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusIpInterface:ipInterfaceGroup={name} |