Resources | node | alarms | current | comment | alarmList

alarmList

Input Params

NameMandatoryDefaultDescription
alarmIdsM Unique list of alarm identifiers.
textM Current status / notes for this alarm.

Output Params

NameDescription
alarmIdFailure Unique list of alarm identifier, which failed the update.
alarmIdNotFound Unique list of alarm identifier, which were not foound.
alarmIdSuccess Unique list of alarm identifier, which successfully updated the acknowlege state.
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListAlarmMgr:alarms/current/comment/alarmList --data '
<alarmList>
     <alarmIds>{alarmIds}</alarmIds>
     <text>{text}</text>
</alarmList>
'

  • No labels