Resources | node | global | callTrace | action

action

call trace start or stop action command.

Input Params

NameMandatoryDefaultDescription
commandM start or stop call trace.

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/sonusNodeListGen2NrmCalltrace:callTrace/action --data '
<action>
     <command>{command}</command>
</action>
'

  • No labels