|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of this Realm. | ||
addressContext | O | reference | default | Address Context. | |
ipInterfaceGroup | M | reference | The ip Interface Group to use. | ||
mode | O | enumeration | inService | Mode of the Realm. | |
state | O | enumeration | disabled | State of the Realm. | |
mediaPortRange | O | 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 ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusRealm:realm={name} |