Full name: projects.locations.instances.findingsRefinements.get
Gets a single findings refinement.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the findings refinement to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of FindingsRefinement.
[[["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-01-22 UTC."],[[["This endpoint retrieves a single findings refinement using a `GET` request to the specified URL, `https://chronicle.googleapis.com/v1alpha/{name}`."],["The `name` path parameter is required and must adhere to the format: `projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}`."],["No request body is needed for this operation, and an empty body must be provided in the request."],["A successful response will contain an instance of `FindingsRefinement`."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.findingsRefinements.get` IAM permission on the `name` resource."]]],[]]