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.
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
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
getInstance
Read the instance and confirm its lifecycle state. Repeat this step until the instance reports RUNNING before continuing.
3
listVnics
listVnicAttachments
List the VNIC attachments in the compartment filtered to this instance to discover the network interfaces bound to it.