LegacyRuleTrends

Legacy UI trends helper structure.

JSON representation
{
  "rule_id": string,
  "detection_counts": [
    {
      object (DetectionCountBucket)
    }
  ],
  "last_detection_time": string
}
Fields
rule_id

string

Output only. Contains the id of the target rule.

detection_counts[]

object (DetectionCountBucket)

A list of bucketed counts of detections found for the rule in the request time range.

last_detection_time

string (Timestamp format)

The timestamp of the last detection for the rule. This timestamp could be outside of the time range in the request.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".