Required. The name of the parent environment under which to get caches. Must be of the form: organizations/{organizationId}/environments/{environmentId}
Authorization requires the following IAM permission on the specified resource parent:
apigee.caches.list
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListValue.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage details how to list all caches within a specified environment using the Apigee API."],["The HTTP request method is a `GET` operation to a specific URL pattern: `https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/caches`."],["The `parent` parameter in the URL is required and specifies the environment from which caches should be listed, adhering to the format: `organizations/{organizationId}/environments/{environmentId}`."],["The request body for listing caches must be empty, as no additional information is needed."],["Successful requests will receive a response body containing a `ListValue`, and the operation requires `apigee.caches.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]