Timeline

Number of alerts in the timeline bucket.

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

object (TimelineBucket)

Buckets in the timeline with alerts.

bucketSize

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
{
  "alertCount": integer
}
Fields
alertCount

integer

Number of alerts in the timeline bucket.