Resources | system | realm

realm

The realm of this IP network.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this Realm.
addressContextOreferencedefault Address Context.
ipInterfaceGroupMreference The ip Interface Group to use.
modeOenumerationinService Mode of the Realm.
stateOenumerationdisabled State of the Realm.
mediaPortRangeO Allowed range of UDP port numbers for RTP/RTCP media.
RESTCONF API: GET Example

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

RESTCONF API: DELETE Example

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

  • No labels