You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
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
|
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| name | M | string | |
The name of this IP Realm with a unique name.
|
| connectedRealm | O | | |
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} |