Oracle · Arazzo Workflow
Oracle OCI Find Compute Instance by Display Name
Version 1.0.0
Search a compartment for an instance matching a display name and fetch its full details.
Provider
Workflows
find-instance-by-name
Look up a compute instance by display name and return its details.
Lists instances filtered by an exact display name, and when a match is found, fetches the full instance record by its OCID.
1
findInstance
listInstances
List instances in the compartment filtered to those whose display name exactly matches the supplied value.
2
getInstanceDetails
getInstance
Fetch the full instance record for the matched OCID, including its lifecycle state, shape, image, and metadata.