| |
Exists on Condition | /system/sbcPersonality/role !='msbc' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | Unique name for the Feature Control Profile. | ||
processDestinationTgrp | O | enumeration | disable | Process Destination tgrp | |
processDestinationTrunkContext | O | enumeration | disable | Process Destination Trunk Context | |
processEnumdi | O | enumeration | disable | Process ENUM Dip Indicator | |
ipProtocolFlags | O | Protocol Flags. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/featureControlProfile/{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/featureControlProfile/{name} |