Method: findingsRefinements.computeFindingsRefinementActivity

Full name: projects.locations.instances.findingsRefinements.computeFindingsRefinementActivity

Returns findings refinement activity for a specific findings refinement.

HTTP request

POST https://chronicle.googleapis.com/v1alpha/{name}:computeFindingsRefinementActivity

Path parameters

Parameters
name

string

Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}

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 ComputeFindingsRefinementActivity method.

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

JSON representation
{
  "activity": {
    object (FindingsRefinementActivity)
  }
}
Fields
activity

object (FindingsRefinementActivity)

The activity for the findings refinement.

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 name resource:

  • chronicle.findingsRefinements.computeActivity

For more information, see the IAM documentation.