Resources | profiles | signaling | gtProfile | gtCriteria

gtCriteria

Specify the index number of the gt criterion.

Configuration

ParameterPresenceTypeDefaultDescription
gtCriteriaIndexMuint16 Index of the GT criterion.
gtMethodOenumerationINVITE Method name where GT criteria will be applied.
gtHeaderOunionrequestURI Header name where the matching String will be applied.
gtStringMstring String which is used to match Ghost Transaction.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/signaling/gtProfile/{name}/gtCriteria/{gtCriteriaIndex}

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/gtProfile/{name} --data '
<gtCriteria>
     <gtCriteriaIndex>{gtCriteriaIndex}</gtCriteriaIndex>
     <gtString>{gtString}</gtString>
</gtCriteria>
'

REST API: DELETE Example

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

  • No labels