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

UnAckAlarms

Task resource for unacknowledge alarms operation


Properties

string
@baseType Optional

When sub-classing, this defines the super-class


string as uri
@schemaLocation Optional

A URI to a JSON-Schema file that defines additional attributes and relationships


string
@type Optional

When sub-classing, this defines the sub-class entity name


string
ackSystemId Optional

Name of the unacknowledging system


string as date-time
ackTime Optional

Time of the unacknowledgement


string
ackUserId Optional

Name of the unacknowledging user


array of Alarm
alarmPattern Optional

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
href Optional

A reference to the task


string
id Optional

The identifier of the task


string
state Optional

Current state of the operation task


array of AlarmRefOrValue
unAckedAlarm Optional

The successfully unacknowledged alarms

JSON Example

{
    "ackSystemId": "postman-api",
    "ackTime": "2022-10-25T12:03:57.637781Z",
    "ackUserId": "admin",
    "href": "/tcsa/api/tmf/v1/unAckAlarms/b_YHD4QBpi1WVs4LJtpK",
    "id": "b_YHD4QBpi1WVs4LJtpK",
    "state": "COMPLETED"
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Returned By

List Un Ack Alarms
Create Un Ack Alarms
Retrieve Un Ack Alarms

Feedback

Was this page helpful?