Resources | node | global | siprec | stopRecord

stopRecord

Input Params

NameMandatoryDefaultDescription
gcidM Gcid of the call for which recording needs to be stopped.
recorderAddressOIP Address of the recorder where calls are getting recorded.
recorderPortO Port of the recording server.
recorderFqdnOFQDN of the Recording Server
recorderIdOUnique ID of the recording session

Output Params

NameDescription
result
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/sonusNodeListMonitor:siprec/stopRecord --data '
<stopRecord>
     <gcid>{gcid}</gcid>
</stopRecord>
'

  • No labels