[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

UnAckAlarmsCreate

Task resource for unacknowledge alarms operation Skipped properties: These are the properties not required while creating the commentAlarms object: state, unAckedAlarm, ackTime


Properties

string
ackSystemId Required

Name of the unacknowledging system


array of Alarm
alarmPattern Required

Alarm patterns to match target alarms. An alarm will match if an attribute in any of the patterns is equal to the corresponding attribute of the alarm. The attributes which are supported with matching are - id, alarmType, alarmedObjectType, perceivedSeverity, plannedOutageIndicator and state.


string as date-time
ackTime Optional

Time of the unacknowledgement


string
ackUserId Optional

Name of the unacknowledging user


string
state Optional

Current state of the operation task


array of AlarmRefOrValue
unAckedAlarm Optional

The successfully unacknowledged alarms

JSON Example

{
    "ackSystemId": "postman-api",
    "alarmPattern": [
        {
            "alarmedObjectType": "Container",
            "state": "ACTIVE"
        },
        {
            "id": "Name:NOTIFICATION-VPN_VPN-100_:9900_Impacted$Source:INCHARGE-SA-PRES$"
        }
    ]
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Parameter To

Create Un Ack Alarms

Feedback

Was this page helpful?