| |
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/sbcPersonality/role !='slb') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/isOAM !='true') |
Parameter | Description | |
---|---|---|
recordId | Unique Id of the fault record. | |
timeStamp | time at which the fault record is generated. | |
callId | call-id of the call which caused the core. | |
callingParty | calling party of the call which caused the core. | |
sourceIp | source Ip of the call which caused the core. | |
calledParty | called party of the call which caused the core. |
Operation Name | Description |
---|---|
deleteFaultRecord | delete specific fault record. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/node/{nodeName}/global/facFaultRecords/{recordId} |