You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Resources | 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
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/global/mediaCapture/_operations/disableByGcid --data '
<disableByGcid>
     <gcid>{gcid}</gcid>
</disableByGcid>
'

  • No labels