Resources | system | networkSegmentTable | ipNameV4

ipNameV4

List of IpV4Names which will contain the Ip addresses and Ip Range

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring Name of the ipV4 Address variable.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusNsTable:networkSegmentTable={name}/ipNameV4={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/sonusNsTable:networkSegmentTable={name} --data '
<ipNameV4>
     <name>{name}</name>
</ipNameV4>
'

RESTCONF API: DELETE Example

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

  • No labels