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