Method: instances.computeAllFindingsRefinementActivities

Full name: projects.locations.instances.computeAllFindingsRefinementActivities

Returns findings refinement activity for all findings refinements.

HTTP request

POST https://chronicle.googleapis.com/v1alpha/{instance}:computeAllFindingsRefinementActivities

Path parameters

Parameters
instance

string

Required. The ID of the Instance to retrieve counts for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "interval": {
    object (Interval)
  }
}
Fields
interval

object (Interval)

The time interval the activity is measured over.

Response body

Response message for ComputeAllFindingsRefinementActivities method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "activities": [
    {
      object (FindingsRefinementActivity)
    }
  ]
}
Fields
activities[]

object (FindingsRefinementActivity)

The activities of all findings refinements.

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.findingsRefinements.computeAllActivities

For more information, see the IAM documentation.