| |
Exists on Condition | /system/sbcPersonality/role ='ssbc' or /system/sbcPersonality/role ='isbc' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | The name of this SLB. | ||
ipAddress | O | ip-address | IP Address of the SLB |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/slb/slbAddress/{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/slb --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/slb/slbAddress/{name} |