Oracle Cloud Infrastructure · Example Payload

Object Storage List Objects Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

objectsprefixesnextStartWith

Example Payload

Raw ↑
{
  "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"
}