v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466450398.1 KB

Creates a new Autonomous VM cluster in the specified Exadata infrastructure.

post/#X-Amz-Target=Odb.CreateCloudAutonomousVmCluster

Headers

X-Amz-Target'Odb.CreateCloudAutonomousVmCluster' required

Request body

cloudExadataInfrastructureIdstring required

The unique identifier of the Exadata infrastructure where the VM cluster will be created.

odbNetworkIdstring required

The unique identifier of the ODB network to be used for the VM cluster.

displayNamestring required

The display name for the Autonomous VM cluster. The name does not need to be unique.

clientTokenstring

A client-provided token to ensure idempotency of the request.

autonomousDataStorageSizeInTBsnumber double required

The data disk group size to be allocated for Autonomous Databases, in terabytes (TB).

cpuCoreCountPerNodeinteger required

The number of CPU cores to be enabled per VM cluster node.

dbServersString[]

The list of database servers to be used for the Autonomous VM cluster.

descriptionstring

A user-provided description of the Autonomous VM cluster.

isMtlsEnabledVmClusterboolean

Specifies whether to enable mutual TLS (mTLS) authentication for the Autonomous VM cluster.

licenseModel'BRING_YOUR_OWN_LICENSE' | 'LICENSE_INCLUDED'

The Oracle license model to apply to the Autonomous VM cluster.

memoryPerOracleComputeUnitInGBsinteger required

The amount of memory to be allocated per OCPU, in GB.

scanListenerPortNonTlsinteger

The SCAN listener port for non-TLS (TCP) protocol.

scanListenerPortTlsinteger

The SCAN listener port for TLS (TCP) protocol.

tagsobject

Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace.

timeZonestring

The time zone to use for the Autonomous VM cluster.

totalContainerDatabasesinteger required

The total number of Autonomous CDBs that you can create in the Autonomous VM cluster.

Response

Success

displayNamestring

The display name of the created Autonomous VM cluster.

status'AVAILABLE' | 'FAILED' | 'PROVISIONING' | 'TERMINATED' | 'TERMINATING' | 'UPDATING' | 'MAINTENANCE_IN_PROGRESS'

The current status of the Autonomous VM cluster creation process.

statusReasonstring

Additional information about the current status of the Autonomous VM cluster creation process, if applicable.

cloudAutonomousVmClusterIdstring required

The unique identifier of the created Autonomous VM cluster.