- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.events.batchGet
Gets a batch (list) of events given a list of names and a parent.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{parent}/events:batchGet
Path parameters
Parameters | |
---|---|
parent |
Required. Parent that owns this batch of events. Format: projects/{project}/locations/{region}/instances/{instance} |
Query parameters
Parameters | |
---|---|
names[] |
Required. Event names to retrieve, in URL-encoded Base64. |
Request body
The request body must be empty.
Response body
Response message for BatchGetEvents. This is a list of events.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"events": [
{
object ( |
Fields | |
---|---|
events[] |
Retrieved events. |
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 parent
resource:
chronicle.events.batchGet
For more information, see the IAM documentation.