- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacy.legacyGetEventForDetection
Legacy endpoint for getting event for curated detection.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacyGetEventForDetection
Path parameters
Parameters | |
---|---|
instance |
Output only. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
detectionId |
Required. The unique ID of the curated detection. A base64-encoded string. |
pageSize |
Optional. Number of events to return per page. Default value is 1000 if the page_size is not set in the request. |
nextPageToken |
Optional. Page token to support pagination. If no token is supplied, the first page of events will be returned. |
Request body
The request body must be empty.
Response body
GetEventForDetection response to get event for a curated detection.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "rationale": [ string ], "conclusion": enum ( |
Fields | |
---|---|
rationale[] |
Rationale behind prioritization of event. |
conclusion |
Concluded priority of an event. |
event[] |
Unified Data Model Event. |
entities[] |
List of Entity. |
detection_time |
Detection time of detection. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.