Resources | addressContext | realm

realm

A collection of IP endpoints identified by a unique name, where all IP endpoints are mutually reachable by means of IP routing without address translation

Exists on Condition (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of this IP Realm with a unique name.
connectedRealmO List of connected realms.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}/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/addressContext/{name} --data '
<realm>
     <name>{name}</name>
</realm>
'

REST API: DELETE Example

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

  • No labels