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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".