Resources | node | global | terminateCall

terminateCall

terminates the call based on the gcid supplied

Input Params

NameMandatoryDefaultDescription
GCIDM 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/terminateCall --data '
<terminateCall>
     <GCID>{GCID}</GCID>
</terminateCall>
'

  • No labels