nls_1.0_query_alerts_response
nls_1.0_query_alerts_response
JSON Example
{
"items": [
{
"severity": "severity",
"module": "module",
"acknowledgedBy": "acknowledgedBy",
"creation_date": "creation_date",
"message": "message",
"acknowledgedAt": "acknowledgedAt",
"eventCode": "eventCode",
"instanceId": "instanceId",
"expiration": "expiration",
"alarm_id": "alarm_id",
"state": "state",
"isAlertAcknowledged": true,
"category": "category",
"entity": {
"name": "name",
"id": "id",
"type ": "type "
}
},
{
"severity": "severity",
"module": "module",
"acknowledgedBy": "acknowledgedBy",
"creation_date": "creation_date",
"message": "message",
"acknowledgedAt": "acknowledgedAt",
"eventCode": "eventCode",
"instanceId": "instanceId",
"expiration": "expiration",
"alarm_id": "alarm_id",
"state": "state",
"isAlertAcknowledged": true,
"category": "category",
"entity": {
"name": "name",
"id": "id",
"type ": "type "
}
}
]
}