| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
voipSucscriberData | M | string | Input Voip Subscriber(uri-scheme:user@host, Example: sip:example@ribbon.com). | ||
aorGroupProfile | M | reference | AoRGroup ProfileId. | ||
egressRURIAttribute | O | enumeration | aorEgress | Input for AoR or CalledURI in Egress RURI selection behaviour. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/voipSubscriber/{voipSucscriberData} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/voipSubscriber/{voipSucscriberData} |