Oracle Cloud Infrastructure · Example Payload

Compute Update Instance Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

displayNameshapeshapeConfigfreeformTags

Example Payload

Raw ↑
{
  "displayName": "updated-instance-name",
  "shape": "VM.Standard.E4.Flex",
  "shapeConfig": {
    "ocpus": 4.0,
    "memoryInGBs": 32.0
  },
  "freeformTags": {
    "key1": "value1"
  }
}