Create Un Ack Alarms
DescriptionThis operation creates an UnAckAlarms entity.
Request
URLURL
Request Body
{
"ackSystemId": "postman-api",
"alarmPattern": [
{
"alarmedObjectType": "Container",
"state": "ACTIVE"
},
{
"id": "Name:NOTIFICATION-VPN_VPN-100_:9900_Impacted$Source:INCHARGE-SA-PRES$"
}
]
}
Name of the unacknowledging system
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.
Time of the unacknowledgement
Name of the unacknowledging user
Current state of the operation task
Authentication
Response
Response BodyResponse Body
201 Created
{
"@baseType": null,
"@schemaLocation": null,
"@type": null,
"ackSystemId": "postman-api",
"ackTime": "2022-11-02T11:05:58.072525Z",
"ackUserId": "admin",
"alarmPattern": [
{
"alarmedObjectType": "Container",
"state": "ACTIVE"
},
{
"id": "Name:NOTIFICATION-VPN_VPN-100_:9900_Impacted$Source:INCHARGE-SA-PRES$"
}
],
"href": "/tcsa/api/tmf/v1/unAckAlarms/20gEOIQB9XatrL7s7kI8",
"id": "20gEOIQB9XatrL7s7kI8",
"state": "IN_PROGRESS",
"unAckedAlarm": []
}
When sub-classing, this defines the super-class
A URI to a JSON-Schema file that defines additional attributes and relationships
When sub-classing, this defines the sub-class entity name
Name of the unacknowledging system
Time of the unacknowledgement
Name of the unacknowledging user
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.
A reference to the task
The identifier of the task
Current state of the operation task
Errors
Bad Request
Unauthorized
Forbidden
Method Not allowed
Conflict
Internal Server Error
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: unAckAlarms