| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/sbcPersonality/role !='slb') 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')) |
Parameter | Description | |
---|---|---|
GCID | Unique global call identifier (GCID) for the call. | |
resIndex | Target resource index to access details within the call. | |
resId | Internal resource identifier that uniquely the resource. | |
resType | Resource type for this resource. | |
callId | Global Call identifier (GCID) for the call to which this resource is allocated. | |
legId | The call leg ID on which this resource resides. | |
nodeGcidAndIpAddr | The remote nodeGcid(nodeIp). | |
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/sonusNodeListActiveCall:callResourceDetailStatus={GCID},{resIndex} |