- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.cases.caseAlerts.listAlertViews
Lists the different UI views available for presenting an alert's data. Use this method to discover how alert information can be structurally organized in the interface.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{name}:listAlertViews Path parameters
| Parameters | |
|---|---|
name |
Required. The CaseAlert instance to list Views for. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of Views to return. |
pageToken |
Optional. A page token, received from a previous |
orderBy |
Optional. Configures ordering of Views in the response. If not specified, Views are returned in descending order of their create time. The orderBy string is a comma separated list of fields. Supported sort fields: * |
Request body
The request body must be empty.
Response body
Response message for caseAlerts.listAlertViews to list the views attached to a given alert.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"alertViews": [
{
object ( |
| Fields | |
|---|---|
alertViews[] |
Output only. The list of views for the given alert. |
nextPageToken |
Output only. A token, which can be sent as |
totalSize |
Output only. The total number of alert views. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
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.