API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /apis/{api_name}/deployments |
| APIs actively deployed in environments on the API Platform |
| Get API deployments | Detail | |
/apis/{api_name}/deployments | ||
| Verb: | GET | |
| Description: | Returns detail on deployments of the API specified | |
| Auth: | Basic Auth | |
| Get API Revision Deployments | Detail | |
/apis/{api_name}/revisions/{revision_number}/deployments | ||
| Verb: | GET | |
| Description: | Get Deployments for an API Revision | |
| Auth: | Basic Auth | |
| Get Deployments for an Environment | Detail | |
/environments/{environment_name}/deployments | ||
| Verb: | GET | |
| Description: | Gets a list of all API deployments in a given environment | |
| Auth: | Basic Auth | |
| Get Deployments for an Organization | Detail | |
/deployments | ||
| Verb: | GET | |
| Description: | Returns all deployments for all APIs in an Organization | |
| Auth: | Basic Auth | |