List Ack Alarms
DescriptionThis operation lists or finds AckAlarms entities
Request
URLURL
Query Parameters
Query Parameters
Comma-separated properties to be provided in response
fields example
"id"
Requested number of resources to be provided in response
limit example
10
Requested index for start of resources to be provided in response
offset example
0
Authentication
Response
Response BodyResponse Body
200 OK
array
of
AckAlarms
of type application/json
[
{
"@baseType": null,
"@schemaLocation": null,
"@type": null,
"ackSystemId": "admin",
"ackTime": "2022-10-25T11:50:33.944752Z",
"ackUserId": "admin",
"ackedAlarm": [
{
"@baseType": "alarm",
"@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
"@type": "notification",
"ackState": "UNACKNOWLEDGED",
"ackSystemId": null,
"ackUserId": null,
"affectedService": null,
"alarmChangedTime": "2022-10-25T11:47:57Z",
"alarmClearedTime": null,
"alarmDetails": "Indicates that a failed card is the root cause.",
"alarmEscalation": null,
"alarmRaisedTime": "2022-10-25T11:48:18.056Z",
"alarmReportingTime": "2022-10-25T11:48:18.056Z",
"alarmType": "Down",
"alarmedObject": {
"@baseType": "alarm",
"@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
"@type": "notification",
"href": "/tcsa/api/topology/v1/instances/BEM-10.31.161.51%5Blimal051%5D%2F1%24BladeEnclosureManager%24INCHARGE-SA-PRES",
"id": "BEM-10.31.161.51[limal051]/1$BladeEnclosureManager$INCHARGE-SA-PRES"
},
"alarmedObjectType": "Card",
"clearSystemId": null,
"clearUserId": null,
"comment": [
{
"baseType": "alarm",
"comment": "Server: INCHARGE-SA",
"schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
"systemId": "null",
"time": "2022-10-25T11:47:14Z",
"type": "notification",
"userId": "DXA"
}
],
"correlatedAlarm": [
{
"@baseType": "alarm",
"@referredType": null,
"@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
"@type": "notification",
"href": "/tcsa/api/alarms/Name%3ANOTIFICATION-BladeEnclosureManager_BEM-10.31.161.51%5Blimal051%5D%2F1_Unresponsive%24Source%3AINCHARGE-SA-PRES%24",
"id": "Name:NOTIFICATION-BladeEnclosureManager_BEM-10.31.161.51[limal051]/1_Unresponsive$Source:INCHARGE-SA-PRES$",
"name": "Name:NOTIFICATION-BladeEnclosureManager_BEM-10.31.161.51[limal051]/1_Unresponsive$Source:INCHARGE-SA-PRES$"
},
{
"@baseType": "alarm",
"@referredType": null,
"@schemaLocation": "https://developer.vmware.com/apis/telco-cloud-service-assurance/latest",
"@type": "notification",
"href": "/tcsa/api/alarms/Name%3ANOTIFICATION-Blade_BLD-BEM-10.31.161.51%5Blimal051%5D%2F1%2Fsys%2Fchassis-1%2Fblade-7_Unresponsive%24Source%3AINCHARGE-SA-PRES%24",
"id": "Name:NOTIFICATION-Blade_BLD-BEM-10.31.161.51[limal051]/1/sys/chassis-1/blade-7_Unresponsive$Source:INCHARGE-SA-PRES$",
"name": "Name:NOTIFICATION-Blade_BLD-BEM-10.31.161.51[limal051]/1/sys/chassis-1/blade-7_Unresponsive$Source:INCHARGE-SA-PRES$"
}
],
"crossedThresholdInformation": {},
"externalAlarmId": null,
"href": "/tcsa/api/tmf/v1/alarms/Name%3ANOTIFICATION-Card_CARD-10.31.161.51%5Blimal051%5D%2F39896_Down%24Source%3AINCHARGE-SA-PRES%24",
"id": "Name:NOTIFICATION-Card_CARD-10.31.161.51[limal051]/39896_Down$Source:INCHARGE-SA-PRES$",
"instanceName": null,
"isRootCause": true,
"parentAlarm": [],
"perceivedSeverity": "CRITICAL",
"place": [],
"plannedOutageIndicator": "OUT_OF_SERVICE",
"probableCause": null,
"proposedRepairedActions": null,
"reportingSystemId": null,
"rootCause": true,
"serviceAffecting": null,
"source": null,
"sourceSystemId": "INCHARGE-AM",
"specificProblem": null,
"state": "ACTIVE"
}
],
"alarmPattern": [
{
"id": "Name:NOTIFICATION-Card_CARD-10.31.161.51[limal051]/39896_Down$Source:INCHARGE-SA-PRES$"
},
{
"id": "Name:NOTIFICATION-Blade_BLD-BEM-10.31.161.51[limal051]/1/sys/chassis-1/blade-7_Down$Source:INCHARGE-SA-PRES$"
},
{
"id": "Name:NOTIFICATION-CPU__Performance__HostResources_I-CPU__Performance__HostResources-PSR-10.107.118.170/14_HighUtilization$Source:INCHARGE-SA-PRES$"
}
],
"href": "/tcsa/api/tmf/v1/ackAlarms/QD36DoQBIPNwSiXT4onj",
"id": "QD36DoQBIPNwSiXT4onj",
"state": "COMPLETED"
}
]
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 acknowledging system
Time of the acknowledgement
Name of the acknowledging 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
Response Headers
integerTotal number of items matching criteria
X-Total-Count example
1000
Actual number of items returned in the response body
X-Result-Count example
10
Errors
Bad Request
Unauthorized
Forbidden
Not Found
Method Not allowed
Conflict
Internal Server Error