| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/sbcPersonality/role !='msbc') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/sbcPersonality/role !='mrfp') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'sc' or /NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'cs'))) |
Parameter | Description | |
---|---|---|
gcid | gcid that is tapped | |
name | The name of the target. | |
monitorEndpoint | the name of the endpoint that is recording the phone call | |
monitorLeg | which leg is tapped, ingress, egress, all(4 legs in gw-gw) or both | |
duration | The duration (in seconds) that the monitor target will be tapped | |
admnState | enable, disable or not not applicable | |
operState | the operState of the target monitoring. | |
disableReason | the reason of not in enable state. could be notApplicable, call finished, tap time out, enable request failed, gcid not exist, monitorEndpint not exist or admnDisabled | |
timeMonitorStarted | the time that the monitoring enabled | |
commandSource | monitor command could come from either psx or cli | |
GUID | Global Unique Identifier for call across the cluster. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/sonusNodeListMonitor:monitorTargetStatus={gcid} |