Oracle Cloud Infrastructure · Example Payload

Oracle Cloud Createpreauthenticatedrequest Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Oracle Cloud Createpreauthenticatedrequest 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": "createPreauthenticatedRequest",
  "method": "POST",
  "path": "/n/{namespaceName}/b/{bucketName}/p",
  "summary": "Oracle Cloud Create Preauthenticated Request",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatePreauthenticatedRequestRequestExample",
      "example": {
        "name": "my-par",
        "objectName": "example-value",
        "accessType": "ObjectRead",
        "timeExpires": "2026-12-31T23:59:59Z"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "CreatePreauthenticatedRequest200Example",
      "example": {
        "id": "ocid1.resource.oc1.iad.abcdefg123456",
        "name": "example-value",
        "accessUri": "example-value",
        "objectName": "example-value",
        "accessType": "ObjectRead",
        "timeExpires": "2026-04-18T10:30:00Z",
        "timeCreated": "2026-04-18T10:30:00Z"
      }
    }
  ]
}