Resources | global | facFaultRecords

facFaultRecords

The current list of fault Recods in the SBC.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb') and (/system/isOAM !='true')

Operational Data

ParameterDescription
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.

Operations

Operation NameDescription
deleteFaultRecord delete specific fault record.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/facFaultRecords/{recordId}

  • No labels