Required. Name representing an API proxy revision in an environment in the following format: organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}
Authorization requires the following IAM permission on the specified resource name:
apigee.deployments.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Deployment.
[[["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-03-07 UTC."],[[["This API call retrieves the deployment status of a specific API proxy revision within a given environment."],["The HTTP request method is `GET`, and the endpoint URL follows the gRPC Transcoding syntax."],["The required path parameter is `name`, which specifies the organization, environment, API, and revision."],["An empty request body is required for this API call."],["The API call will return a deployment object if it succeeds, and requires an authorization token with the following scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]