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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[[["This endpoint, `projects.locations.instances.findingsRefinements.computeFindingsRefinementActivity`, retrieves activity data for a specific findings refinement within a project."],["The HTTP request is a `POST` request to the specified URL, requiring a `name` parameter in the path representing the full resource name of the findings refinement."],["The request body must include an `interval` field, specifying the time range for which activity should be measured."],["The response body returns a JSON containing the `activity` field, holding the measured findings refinement activity data."],["Accessing this endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.findingsRefinements.computeActivity` on the `name` resource."]]],[]]