Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Get Alerts

GET /vdc/alerts

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


Query Parameters

start_timeStart time for listing alerts
end_timeEnd time for listing alerts
namespaceNamespace for which alerts should be listed
markerReference to last alert returned
limitNumber of alerts requested in current fetch
severitySeverity of alerts to be listed
typeType of alerts to be listed
acknowledged

Required Roles

This call has no restrictions.


Response Body

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