ListFlexComponents

GET {{baseUrl}}/dbSystemShapes/flexComponents?compartmentId=<string>&name=<string>&sortOrder=ASC&sortBy=NAME&limit=10&page=<string>

Gets a list of the flex components that can be used to launch a new DB system. The flex component determines resources to allocate to the DB system - Database Servers and Storage Servers.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The compartment OCID.
namestringA filter to return only resources that match the entire name given. The match is not case sensitive.
sortOrderstringThe sort order to use, either ascending (ASC) or descending (DESC).
sortBystringThe field to sort by. You can provide one sort order (sortOrder). Default order for NAME is ascending. The NAME sort order is case sensitive.
limitnumberThe maximum number of items to return per page.
pagestringThe pagination token to continue listing from.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;availableCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDbStorageInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minimumCoreCount&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;availableCoreCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableDbStorageInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;minimumCoreCount&quot;:&quot;\u003cinteger\u003e&quot;}]}