ListDbSystemShapes

GET {{baseUrl}}/dbSystemShapes?availabilityDomain=<string>&compartmentId=<string>&limit=10&page=<string>

Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.

Request Params

KeyDatatypeRequiredDescription
availabilityDomainstringThe name of the Availability Domain.
compartmentIdstring(Required) The compartment OCID.
limitnumberThe maximum number of items to return per page.
pagestringThe pagination token to continue listing from.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;availableCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableCoreCountPerNode&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDataStorageInTBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDataStoragePerServerInTBs&quot;:&quot;\u003cdouble\u003e&quot;,&quot;availableDbNodePerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDbNodeStorageInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableMemoryInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableMemoryPerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;coreCountIncrement&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maxStorageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maximumNodeCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minCoreCountPerNode&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minDataStorageInTBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minDbNodeStoragePerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minMemoryPerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minStorageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minimumCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minimumNodeCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;runtimeMinimumCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;shape&quot;:&quot;\u003cstring\u003e&quot;,&quot;shapeFamily&quot;:&quot;\u003cstring\u003e&quot;,&quot;shapeType&quot;:&quot;INTEL_FLEX_X9&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;availableCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableCoreCountPerNode&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDataStorageInTBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDataStoragePerServerInTBs&quot;:&quot;\u003cdouble\u003e&quot;,&quot;availableDbNodePerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDbNodeStorageInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableMemoryInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableMemoryPerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;coreCountIncrement&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maxStorageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maximumNodeCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minCoreCountPerNode&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minDataStorageInTBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minDbNodeStoragePerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minMemoryPerNodeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minStorageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minimumCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minimumNodeCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;runtimeMinimumCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;shape&quot;:&quot;\u003cstring\u003e&quot;,&quot;shapeFamily&quot;:&quot;\u003cstring\u003e&quot;,&quot;shapeType&quot;:&quot;INTEL_FLEX_X9&quot;}]