- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.legacy.legacyGetRulesTrends
Legacy RPC for listing detection counts and last detection timestamp for a list of user-defined rule ids.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacyGetRulesTrends
Path parameters
Parameters | |
---|---|
instance |
Required. The instance the resource belongs to. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
ruleId[] |
Optional. List of rule IDs to return results for. If no rule IDs are provided, this will default to all of the rule_ids for the instance. |
bucketTimeRange |
Required. The time range to return bucketed counts for. Note that this will not affect the last_detection_time, which indicates the time of the latest detection for the rule regardless of this time range. |
bucketSize |
Required. The bucket size. |
Request body
The request body must be empty.
Response body
A legacy rpc response for summary of detection counts and last detection timestamp for a list of rule ids.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"rule_trends": [
{
object ( |
Fields | |
---|---|
rule_trends[] |
A summary for each rule. It is not guaranteed that the rule_trends and the request's rule_ids have the same order. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the instance
resource:
chronicle.legacies.legacyGetRulesTrends
For more information, see the IAM documentation.