![]() The realm of this IP network. |
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. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/realm/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/realm/{name} |