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

AckAlarms

Task resource for the acknowledge 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 acknowledging system


string as date-time
ackTime Optional

Time of the acknowledgement


string
ackUserId Optional

Name of the acknowledging user


array of AlarmRefOrValue
ackedAlarm Optional

The successfully acknowledged alarms


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

JSON Example

{
    "@baseType": "alarm",
    "@schemaLocation": "http://developers.eng.vmware.com/apis/telco-cloud-service-assurance/latest/",
    "ackSystemId": "postman-api",
    "ackUserId": "admin",
    "href": "/tcsa/api/tmf/v1/ackAlarms/QD36DoQBIPNwSiXT4onj",
    "id": "QD36DoQBIPNwSiXT4onj",
    "state": "IN_PROGRESS"
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Returned By

Create Ack Alarms
List Ack Alarms
Retrieve Ack Alarms

Feedback

Was this page helpful?