Full name: projects.locations.instances.dataAccessLabels.get
Gets a data access label.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The ID of the data access label to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DataAccessLabel.
[[["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 data access label using the `projects.locations.instances.dataAccessLabels.get` method."],["The HTTP request to get a data access label is a `GET` request to a specified URL with a required `name` path parameter to identify the label."],["No request body is needed, and a successful response contains details about the data access label, structured as a `DataAccessLabel` object."],["Accessing this API requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.dataAccessLabels.get` on the specified resource."]]],[]]