Resources | profiles | signaling | registerContactProfile

registerContactProfile

This table contains the elements of contact used for creating/fetching the RCB .

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for the RegContactProfile.
contactIncludeVariablesOenumerationuserpart The elements of contact which are used for creating/fetching the RCB. BIT 0 - USERPART BIT 1 - HOSTPART
REST API: GET Example

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

REST API: DELETE Example

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

  • No labels