Method: organizations.environments.securityIncidents.list

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

string

Required. For a specific organization, list of all the security incidents. Format: organizations/{org}/environments/{environment}

Query parameters

Parameters
pageSize

integer

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.

pageToken

string

Optional. A page token, received from a previous ListSecurityIncident call. Provide this to retrieve the subsequent page.

filter

string

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 (SecurityIncident)
    }
  ],
  "nextPageToken": string
}
Fields
securityIncidents[]

object (SecurityIncident)

List of security incidents in the organization

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform