Apigee · Arazzo Workflow
Apigee Provision a Runtime Instance
Version 1.0.0
Create an Apigee runtime instance, poll until it is active, then create an environment on it.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
provision-runtime-instance
Create a runtime instance, wait until active, and create an environment.
Creates a runtime instance, polls getInstance until the state is ACTIVE, and creates an environment in the organization.
1
createInstance
createInstance
Create the Apigee runtime instance, which returns a long-running operation while infrastructure is provisioned.
2
pollInstance
getInstance
Poll the instance until its state reports ACTIVE before creating the environment.
3
createEnvironment
createEnvironment
Create an environment in the organization now that the runtime instance is active.