AckAlarmsCreate

AckAlarmsCreate
AckAlarmsCreate

Task resource for the acknowledge alarms operation Skippable properties: These are the properties not required while creating the commentAlarms object: state, ackTime, ackedAalrm

JSON Example
{
    "ackSystemId": "postman-api",
    "alarmPattern": [
        {
            "alarmedObjectType": "Container",
            "state": "ACTIVE"
        },
        {
            "id": "Name:NOTIFICATION-VPN_VPN-100_:9900_Impacted$Source:INCHARGE-SA-PRES$"
        }
    ]
}
string
ackSystemId
Required

Name of the acknowledging system

string As date-time As date-time
ackTime
Optional

Time of the acknowledgement

string
ackUserId
Optional

Name of the acknowledging user

string
state
Optional

Current state of the operation task

ackedAlarm
Optional

The successfully acknowledged alarms

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.

Parameter To