Full name: projects.locations.instances.enrichmentControls.get
Get an EnrichmentControl.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The name of the enrichment control to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/enrichmentControls/{enrichment_control}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of EnrichmentControl.
[[["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 webpage details how to retrieve an EnrichmentControl resource using the `projects.locations.instances.enrichmentControls.get` method."],["The HTTP request uses a `GET` method with a specific URL format including path parameters, specifically the `name` of the resource."],["The request body must be empty for this operation, and if successful, the response will contain an EnrichmentControl resource."],["To make this call, the `chronicle.enrichmentControls.get` IAM permission is required on the specified resource, along with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]