| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | AoR Profile Group Name. | ||
aorDataList | O | string | Input AoRs(urischeme:user@host, Example: sip:example@ribbon.com) in CSV format. | ||
preferredIdentity | O | string | Input PreferredIdentity (urischeme:user@host, Example: sip:example@ribbon.com) for AoRs Group. | ||
aorDialogAttribute | O | enumeration | useFirst18x | Input for active early dialog selection behaviour. | |
waitForAnswer | O | uint32 | 0 | Input for wait for answer timer in milliseconds. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/aorGroupProfile/{name} |
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/aorGroupProfile/{name} |