| |
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 | Unique global call identifier (GCID) for the call. | |
recorderAddress | IP Address of the recorder where calls are getting recorded. | |
recordingLeg | Call Leg type which is getting recorded (Ingress or Egress). | |
rxRtpAddress | RTP Destination address for the Rx streams. | |
txRtpAddress | RTP Destination address for Tx streams. | |
recorderFqdn | FQDN of the Recorder Server when recording is triggered via FQDN. | |
recorderId | Unique ID given to each recording within a call. | |
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:SipRecStatus={gcid},{recorderAddress},{recordingLeg} |