Apigee · Arazzo Workflow
Apigee Import and Deploy an API Proxy
Version 1.0.0
Import an API proxy bundle, find its newest revision, deploy it, and confirm the deployment.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
import-and-deploy-proxy
Import an API proxy bundle and deploy its latest revision to an environment.
Imports an API proxy configuration bundle, resolves the latest revision id, deploys that revision to the target environment, and verifies the deployment appears in the organization deployment list.
1
importProxy
createApiProxy
Import the API proxy bundle into the organization, creating the first revision of a new proxy.
2
getProxy
getApiProxy
Read the proxy back to confirm the import and discover the latest revision id available for deployment.
3
deployRevision
deployApiProxyRevision
Deploy the latest revision of the proxy to the target environment so it can accept client requests.
4
confirmDeployment
listOrganizationDeployments
List the organization deployments to confirm the freshly deployed proxy revision is present.