Oracle Cloud Infrastructure · Example Payload

Oracle Cloud Stopautonomousdatabase Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Oracle Cloud Stopautonomousdatabase 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": "stopAutonomousDatabase",
  "method": "POST",
  "path": "/autonomousDatabases/{autonomousDatabaseId}/actions/stop",
  "summary": "Oracle Cloud Stop Autonomous Database",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "StopAutonomousDatabase200Example",
      "example": {
        "id": "ocid1.autonomousdatabase.oc1.iad.abcdefg",
        "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
        "displayName": "my-adb",
        "dbName": "MYADB",
        "cpuCoreCount": 2,
        "dataStorageSizeInTBs": 1,
        "dbWorkload": "OLTP",
        "lifecycleState": "PROVISIONING",
        "isFreeTier": true,
        "isAutoScalingEnabled": true,
        "connectionUrls": {
          "sqlDevWebUrl": "example-value",
          "apexUrl": "example-value",
          "graphStudioUrl": "example-value"
        },
        "timeCreated": "2026-04-18T10:30:00Z",
        "freeformTags": {
          "key1": "value1"
        }
      }
    }
  ]
}