Resources | node | global | cnfCallResourceDetailStatus

cnfCallResourceDetailStatus

Specifies the Call Resource Detail Status Table.

Exists on Condition (/system/isOAM ='true') and (/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'))

Operational Data

ParameterDescription
GUID Global Unique Identifier for call across the cluster.
resIndex Target resource index to access details within the call.
GCID Unique global call identifier (GCID) for 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).
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/sonusNodeListActiveCall:cnfCallResourceDetailStatus={GUID},{resIndex}

  • No labels