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.
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 '
<realm>
     <name>{name}</name>
     <ipInterfaceGroup>{ipInterfaceGroup}</ipInterfaceGroup>
</realm>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/realm/{name}

  • No labels