Versions Compared

Key

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

XHeaderProfile

This table contains information about each X Header Signaling Profile configured to be a member of the node. A management entity may create rows for X Header Profile that are anticipated to be supported in the future.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for the X Header Profile.
P-HeaderExtensionsO Prescribes behavior associated with various P-Headers and P-K headers.
X-HeaderExtensionsO Prescribes behavior associated with various X-Headers.
X-Header-default-valueO Configurable in X Header Profile to enter the default values of X-Headers.
X-HeaderFlagsO Collection of all control flags, which define specific behaviors
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/XHeaderProfile/{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/signaling --data '
<XHeaderProfile>
     <name>{name}</name>
</XHeaderProfile>
'

REST API: DELETE Example

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