Timeline

Number of alerts in the timeline bucket.

JSON representation
{
  "buckets": [
    {
      object (TimelineBucket)
    }
  ],
  "bucket_size": string
}
Fields
buckets[]

object (TimelineBucket)

Buckets in the timeline with alerts.

bucket_size

string (Duration format)

Time unit for each bucket (in seconds and nanoseconds).

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

TimelineBucket

Data about a single timeline bucket.

JSON representation
{
  "alert_count": integer
}
Fields
alert_count

integer

Number of alerts in the timeline bucket.