| |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | IP Signaling Peer Group Name. | ||
description | O | string | description for the IP signaling peer group. | ||
sendAllIpAddressAndFQDN | O | enumeration | disable | Send All IP Address/FQDN. | |
ipSignalingPeerGroupData | M | Data rows for Ip Signaling Peer Group. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/ipSignalingPeerGroup/{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/ipSignalingPeerGroup/{name} |