- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.legacy.legacyGetFinding
Legacy endpoint for getting a Finding and its associated feedback.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacyGetFinding
Path parameters
| Parameters | |
|---|---|
instance |
Required. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
| Parameters | |
|---|---|
uid |
The unique ID of the finding to return. A base64-encoded string. |
Request body
The request body must be empty.
Response body
The GetFinding response.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"finding": {
object ( |
| Fields | |
|---|---|
finding |
The Finding, including the feedback_history. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the instance resource:
chronicle.legacies.legacyGetFinding
For more information, see the IAM documentation.