Oracle · Arazzo Workflow
Oracle OCI Launch and Verify Compute Instance
Version 1.0.0
Launch a new compute instance, poll until it is running, then read its VNIC attachments.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
launch-and-verify-instance
Launch a compute instance and verify it reaches the RUNNING state.
Launches an instance, polls its lifecycle state until it is RUNNING, and then retrieves the VNIC attachments associated with the instance.
1
launchInstance
Create a new instance in the compartment and availability domain using the supplied shape, image source, and subnet for the primary VNIC.
2
pollRunning
Read the instance and confirm its lifecycle state. Repeat this step until the instance reports RUNNING before continuing.
3
listVnics
List the VNIC attachments in the compartment filtered to this instance to discover the network interfaces bound to it.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.