- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
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 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 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.