Apigee · Arazzo Workflow
Apigee Provision an Environment
Version 1.0.0
Create an environment, poll until it is active, then add a target server and a key value map.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
provision-environment
Create an environment, wait until active, and seed it with a target server and KVM.
Creates a runtime environment, polls getEnvironment until the state is ACTIVE, then creates a backend target server and an encrypted key value map in the new environment.
1
createEnvironment
createEnvironment
Create the runtime environment, which returns a long-running operation while the environment is provisioned.
2
pollEnvironment
getEnvironment
Poll the environment until its state reports ACTIVE so configuration can be applied safely.
3
createTargetServer
createTargetServer
Create a backend target server so proxies in this environment can route to the backend by reference instead of a hard-coded URL.
4
createKvm
createKeyValueMap
Create an encrypted key value map in the environment for storing runtime data accessed by policies.