Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Resources | profiles | featureControlProfile

featureControlProfile

This entity enables and disables various features on a trunk group basis. After creating a feature control profile, you assign it to particular trunk groups.

Exists on Condition /system/sbcPersonality/role !='msbc'

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring Unique name for the Feature Control Profile.
processDestinationTgrpOenumerationdisable Process Destination tgrp
processDestinationTrunkContextOenumerationdisable Process Destination Trunk Context
processEnumdiOenumerationdisable Process ENUM Dip Indicator
ipProtocolFlagsO 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 '
<featureControlProfile>
     <name>{name}</name>
</featureControlProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/featureControlProfile/{name}