- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.cases.caseAlerts.getAlertOverviewData
Get alert overview.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:alertOverviewData Path parameters
| Parameters | |
|---|---|
name |
Required. The alert to get overview for. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}:getOverview |
Query parameters
| Parameters | |
|---|---|
viewId |
Optional. The view ID to get overview data for. If not provided, this will return the overview data according to the following criteria: 1. If one or more playbooks have been attached to the alert, the view for the most recent run of the first-attached playbook will be used. 2. If no playbook has been attached to the alert, default alert view will be used. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of OverviewData.
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 name resource:
chronicle.caseAlerts.get
For more information, see the IAM documentation.