- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Get a list of alerts that meet the filter criteria.
HTTP request
GET https://threatintelligence.googleapis.com/v1beta/{parent=projects/*}/alerts The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent of the alerts. Format: projects/{project} |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. Filter criteria. |
orderBy |
Optional. Order by criteria in the csv format: "field1,field2 desc" or "field1,field2" or "field1 asc, field2". |
pageToken |
Optional. Page token. |
pageSize |
Optional. Page size. |
Request body
The request body must be empty.
Response body
Response message for alerts.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"alerts": [
{
object ( |
| Fields | |
|---|---|
alerts[] |
List of alerts. |
nextPageToken |
Page token. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.