Resources | node | global | terminateCallByGuid

terminateCallByGuid

terminates the call based on the guid supplied

Input Params

NameMandatoryDefaultDescription
GUIDM Identifies the call id to be terminated.

Output Params

NameDescription
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/terminateCallByGuid --data '
<terminateCallByGuid>
     <GUID>{GUID}</GUID>
</terminateCallByGuid>
'

  • No labels