ReportDetail: list

Lists all the inventory reports that have been generated by a given inventory report configuration.

For general information about inventory reports in Cloud Storage, see the Storage Insights inventory reports documentation.

Required permissions

The authenticated user must have the storageinsights.reportDetails.list IAM permission to use this method.

Request

HTTP request

GET https://storageinsights.googleapis.com/v1/projects/project/locations/location/reportConfigs/report_config_id/reportDetails/

In addition to standard query parameters, the following query parameters apply to this method.

To see an example of how to include query parameters in a request, see the JSON API Overview page.

Parameters

Parameter name Value Description
Required path parameters
project string A valid API project identifier.
report_config_id string The UUID of the inventory report configuration.
Optional query parameters
order_by string Sort the order of the list. Valid value is name.
page_size integer The maximum number of items to return. Default is 50. Maximum is 1000.
page_token string The next_page_token value returned from a previous list request, if any.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a ReportDetail resource in the response body.