Oracle Cloud Infrastructure · Example Payload

Compute Launch Instance Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Compute Launch Instance Details Example is an example object payload from Oracle Cloud Infrastructure, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

compartmentIdavailabilityDomainshapedisplayNameimageIdsubnetIdshapeConfigfreeformTags

Example Payload

Raw ↑
{
  "compartmentId": "ocid1.compartment.oc1..abcdefg123456",
  "availabilityDomain": "Uocm:US-ASHBURN-AD-1",
  "shape": "VM.Standard.E4.Flex",
  "displayName": "my-new-instance",
  "imageId": "ocid1.image.oc1.iad.abcdefg123456",
  "subnetId": "ocid1.subnet.oc1.iad.abcdefg123456",
  "shapeConfig": {
    "ocpus": 2.0,
    "memoryInGBs": 16.0
  },
  "freeformTags": {
    "key1": "value1"
  }
}