Full name: projects.locations.instances.computeAllFindingsRefinementActivities
Returns findings refinement activity for all findings refinements.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{instance}:computeAllFindingsRefinementActivities Path parameters
| Parameters | |
|---|---|
instance |
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 ( |
| Fields | |
|---|---|
interval |
The time interval the activity is measured over. |
Response body
Response message for instances.computeAllFindingsRefinementActivities method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"activities": [
{
object ( |
| Fields | |
|---|---|
activities[] |
The activities of all findings refinements. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
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.