- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
securityIncidents.list lists all the security incident associated with the environment.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/securityIncidents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. For a specific organization, list of all the security incidents. Format: |
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of incidents to return. The service may return fewer than this value. If unspecified, at most 50 incidents will be returned. |
page |
Optional. A page token, received from a previous |
filter |
The filter expression to be used to get the list of security incidents, where filtering can be done on API Proxies. Example: filter = "apiProxy = /", "firstDetectedTime >", "lastDetectedTime <" |
Request body
The request body must be empty.
Response body
Response for securityIncidents.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"securityIncidents": [
{
object ( |
Fields | |
---|---|
security |
List of security incidents in the organization |
next |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform