Retrieves an inventory report.
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.get
IAM permission to use this method.
Request
HTTP request
GET https://storageinsights.googleapis.com/v1/projects/project/locations/location/reportConfigs/report_config_id/reportDetails/report_detail_id
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
Required path parameter | Value | Description |
---|---|---|
project |
string |
A valid API project identifier. |
location |
string |
The location of the destination bucket in which the reportDetail is stored. |
report_config_id |
string |
The UUID of the inventory report configuration. |
report_detail_id |
string |
The UUID of the inventory report. |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a ReportDetail resource in the response body.