Oracle Database · Schema

ProvisionRequest

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
service_id string
plan_id string
parameters object
View JSON Schema on GitHub

JSON Schema

oracle-database-provisionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProvisionRequest",
  "title": "ProvisionRequest",
  "type": "object",
  "required": [
    "service_id",
    "plan_id"
  ],
  "properties": {
    "service_id": {
      "type": "string"
    },
    "plan_id": {
      "type": "string"
    },
    "parameters": {
      "type": "object"
    }
  }
}