Oracle Cloud Infrastructure · Example Payload

Oracle Cloud Listshapes Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listShapes",
  "method": "GET",
  "path": "/shapes",
  "summary": "Oracle Cloud List Shapes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ListShapes200Example",
      "example": [
        {
          "shape": "VM.Standard.E4.Flex",
          "processorDescription": "2.55 GHz AMD EPYC 7J13",
          "ocpus": 1.0,
          "memoryInGBs": 16.0,
          "gpus": 0,
          "networkingBandwidthInGbps": 1.0,
          "isFlexible": true
        }
      ]
    }
  ]
}