Full name: projects.locations.instances.findingsRefinements.getDeployment
Gets a findings refinement deployment.
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}/deployment
[[["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 webpage details how to retrieve a specific findings refinement deployment using the `projects.locations.instances.findingsRefinements.getDeployment` method."],["The HTTP request for retrieving a deployment is a `GET` request to a specified URL, requiring a `name` path parameter for identification."],["No request body is required for this operation, but a successful response will return a `FindingsRefinementDeployment` instance."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `chronicle.findingsRefinementDeployments.get` IAM permission on the specified resource."]]],[]]