ORACLE CLOUD

Compute actions

17 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Compute action

  • OCI Compute: Get InstanceFetch a single Oracle Cloud Compute instance by its OCID: lifecycle state, shape, availability domain, region and tags.
  • OCI Compute: Launch InstanceCreate (launch) a new Oracle Cloud Compute instance from an image into a subnet. Supply the availability domain, shape, image and subnet; for flexible shapes set the OCPUs and memory.
  • OCI Compute: List Availability DomainsList the availability domains in the region: the fault-isolation zones an instance is launched into. Needed to pick a domain for List Shapes / Launch Instance.
  • OCI Compute: List Boot VolumesList the boot volumes (instance root disks) in an Oracle Cloud compartment, optionally scoped to one availability domain. Includes volumes preserved after an instance was terminated.
  • OCI Compute: List ImagesList the Compute images (OS/boot images) available in an Oracle Cloud compartment. Optionally filter by operating system or shape.
  • OCI Compute: List Instance VNICsList an instance's attached VNICs with their private and public IP addresses: how to reach the instance. Resolves each VNIC attachment to its IPs.
  • OCI Compute: List InstancesList Compute instances in an Oracle Cloud compartment, with their lifecycle state (running/stopped), shape, availability domain, region and tags. Optionally filter by display name or lifecycle state.
  • OCI Compute: List ShapesList the Compute shapes (instance sizes: OCPUs and memory) available in an Oracle Cloud compartment. Optionally scope to one availability domain.
  • OCI Compute: List SubnetsList the subnets in an Oracle Cloud compartment, optionally within one VCN: the network an instance's VNIC is placed in at launch.
  • OCI Compute: List VCNsList the Virtual Cloud Networks (VCNs) in an Oracle Cloud compartment: the networks that hold subnets and instances.
  • OCI Compute: Reset InstanceReboot an Oracle Cloud Compute instance. Defaults to a graceful reboot; enable Force for an immediate power-cycle.
  • OCI Compute: Set Instance TagsReplace the freeform tags on an Oracle Cloud Compute instance with a JSON object of string key/values. Replaces all freeform tags on the instance.
  • OCI Compute: Start InstancePower on a stopped Oracle Cloud Compute instance.
  • OCI Compute: Stop InstancePower off a running Oracle Cloud Compute instance. Defaults to a graceful OS shutdown; enable Force for an immediate power-off.
  • OCI Compute: Terminate InstancePermanently delete an Oracle Cloud Compute instance. The boot volume is preserved by default (matching the OCI console); enable Delete Boot Volume to remove it too.
  • OCI Compute: Update InstanceRename an Oracle Cloud Compute instance and/or replace its freeform tags. Supply a new display name, a tags JSON object, or both.
  • OCI: List CompartmentsList the compartments under a parent compartment (or the tenancy root): OCI's resource-grouping unit. Optionally recurse the whole subtree.

Also in Oracle Cloud

Put Compute in a flow

These actions sit on the same canvas as every other integration, so a Compute step can follow a form, a schedule or a message without any glue code.