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
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The compartment OCID. | |
name | string | A filter to return only resources that match the entire name given. The match is not case sensitive. | |
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
sortBy | string | The field to sort by. You can provide one sort order (sortOrder ). Default order for NAME is ascending. The NAME sort order is case sensitive. | |
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"name":"\u003cstring\u003e","availableCoreCount":"\u003cinteger\u003e","availableDbStorageInGBs":"\u003cinteger\u003e","minimumCoreCount":"\u003cinteger\u003e"},{"name":"\u003cstring\u003e","availableCoreCount":"\u003cinteger\u003e","availableDbStorageInGBs":"\u003cinteger\u003e","minimumCoreCount":"\u003cinteger\u003e"}]}