Resources | global | facFaultRecords | deleteFaultRecord

deleteFaultRecord

delete specific fault record.

Input Params

NameMandatoryDefaultDescription
recIdO The record Id to be deleted.This recod id is of the current entry of the list.

Output Params

NameDescription
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusGlobal:global/facFaultRecords={recordId}/deleteFaultRecord --data '
<deleteFaultRecord/>
'

  • No labels