Resources | node | global | mediaCapture | disableByGcid

disableByGcid

Resets call count for the media capture.

Input Params

NameMandatoryDefaultDescription
gcidM gcid to use for the disable.

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:mediaCapture/disableByGcid --data '
<disableByGcid>
     <gcid>{gcid}</gcid>
</disableByGcid>
'

  • No labels