Gets the list of alerts Following filter could be used: start_time, end_time, namespace, severity, type limit and marker could be specified for pagination
start_time | Start time for listing alerts |
end_time | End time for listing alerts |
namespace | Namespace for which alerts should be listed |
marker | Reference to last alert returned |
limit | Number of alerts requested in current fetch |
severity | Severity of alerts to be listed |
type | Type of alerts to be listed |
acknowledged |
This call has no restrictions.
List of alerts based on the given parameters
Field | Description | Type | Notes |
alerts | |||
alert |
0-* Elements |
||
id | Event id | String | |
type | alert type | String | |
severity | alert severity | String | |
timestamp | Event creating time of yyyy-MM-dd'T'HH:mm:ss format. | String | |
namespace | Namespace for this event | String | |
description | Description for this alert | String | |
symptomCode | Symptom Code | String | |
acknowledged | acknowledgement state of alert | Boolean | |
MaxAlerts | Integer | ||
NextMarker | String | ||
Filter | String | ||
NextPageLink | String |