v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Cloud Incidents

List cloud incidents

Returns a list of all the active and historical cloud incidents for Google Cloud and Amazon Web Services. Incidents are returned in reverse chronological order by default.

get/core/v1/cloudincidents

Query parameters

maxResultsinteger

The maximum number of results to return in a single page. Leverage the page tokens to iterate through the entire collection.

pageTokenstring

Page token, returned by a previous call, to request the next page of results

filterstring

An expression for filtering the results. The syntax is key:[<value>]. Multiple filters can be connected using a pipe |. See Filters.

minCreationTimestring

Min value for the cloud incident creation time, in milliseconds since the POSIX epoch. If set, only cloud incidents created after or at this timestamp are returned.

maxCreationTimestring

Max value for the cloud incident creation time, in milliseconds since the POSIX epoch. If set, only cloud incidents created before or at this timestamp are returned.

Response

OK - The request succeeded.

pageTokenstring

Page token, returned by a previous call, to request the next page of results

rowCountinteger

Cloud incidents rows count