Resources | node | global | siprec | stopRecordByGuid

stopRecordByGuid

Input Params

NameMandatoryDefaultDescription
GUIDM Guid 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/stopRecordByGuid --data '
<stopRecordByGuid>
     <GUID>{GUID}</GUID>
</stopRecordByGuid>
'

  • No labels