Method: organizations.hostSecurityReports.list

Return a list of Security Reports at host level.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/hostSecurityReports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource name. Must be of the form organizations/{org}.

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.hostsecurityreports.list

Query parameters

Parameters
submittedBy

string

Filter response list by user who submitted queries.

status

string

Filter response list by security report status.

from

string

Filter response list by returning security reports that created after this date time. Time must be in ISO date-time format like '2011-12-03T10:15:30Z'.

to

string

Filter response list by returning security reports that created before this date time. Time must be in ISO date-time format like '2011-12-03T10:16:30Z'.

dataset

string

Filter response list by dataset.

Example: api, mint

pageSize

integer

The maximum number of security report to return in the list response.

pageToken

string

Token returned from the previous list response to fetch the next page.

envgroupHostname

string

Required. Filter response list by hostname.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListSecurityReportsResponse.

Authorization scopes

Requires the following OAuth scope:

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