Required. Name representing a shared flow in an environment in the following format: organizations/{org}/environments/{env}/sharedflows/{sharedflow}/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-21 UTC."],[[["This API endpoint retrieves the deployment status of a specific revision of a shared flow within a given environment."],["The request is a GET operation using a specific URL structure, requiring a path parameter `name` to specify the organization, environment, shared flow, and revision."],["Authorization requires the `apigee.deployments.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body must be empty, and a successful response will contain deployment details in a `Deployment` object."]]],[]]