Oracle Cloud Infrastructure · Example Payload

Oracle Cloud Listobjects Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Oracle Cloud Listobjects 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": "listObjects",
  "method": "GET",
  "path": "/n/{namespaceName}/b/{bucketName}/o",
  "summary": "Oracle Cloud List Objects",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ListObjects200Example",
      "example": {
        "objects": [
          {
            "name": "documents/report.pdf",
            "size": 1048576,
            "md5": "aGVsbG93b3JsZA==",
            "timeCreated": "2026-04-18T10:30:00Z",
            "timeModified": "2026-04-18T10:30:00Z",
            "storageTier": "Standard"
          }
        ],
        "prefixes": [
          "example-value"
        ],
        "nextStartWith": "example-value"
      }
    }
  ]
}