ListDbNodes
GET {{baseUrl}}/dbNodes?compartmentId=<string>&dbSystemId=<string>&vmClusterId=<string>&limit=10&page=<string>&sortBy=TIMECREATED&sortOrder=ASC&lifecycleState=<string>&dbServerId=<string>
Lists the database nodes in the specified DB system and compartment. A database node is a server running database software.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The compartment OCID. | |
dbSystemId | string | The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system. | |
vmClusterId | string | The OCID of the VM cluster. | |
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. | |
sortBy | string | Sort by TIMECREATED. Default order for TIMECREATED is descending. | |
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
lifecycleState | string | A filter to return only resources that match the given lifecycle state exactly. | |
dbServerId | string | The OCID of the Exacc Db server. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","dbSystemId":"\u003cstring\u003e","vnicId":"\u003cstring\u003e","lifecycleState":"AVAILABLE","timeCreated":"\u003cdateTime\u003e","additionalDetails":"\u003cstring\u003e","backupIpId":"\u003cstring\u003e","backupVnic2Id":"\u003cstring\u003e","backupVnicId":"\u003cstring\u003e","cpuCoreCount":"\u003cinteger\u003e","dbNodeStorageSizeInGBs":"\u003cinteger\u003e","dbServerId":"\u003cstring\u003e","faultDomain":"\u003cstring\u003e","hostIpId":"\u003cstring\u003e","hostname":"\u003cstring\u003e","maintenanceType":"VMDB_REBOOT_MIGRATION","memorySizeInGBs":"\u003cinteger\u003e","softwareStorageSizeInGB":"\u003cinteger\u003e","timeMaintenanceWindowEnd":"\u003cdateTime\u003e","timeMaintenanceWindowStart":"\u003cdateTime\u003e","vnic2Id":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","dbSystemId":"\u003cstring\u003e","vnicId":"\u003cstring\u003e","lifecycleState":"AVAILABLE","timeCreated":"\u003cdateTime\u003e","additionalDetails":"\u003cstring\u003e","backupIpId":"\u003cstring\u003e","backupVnic2Id":"\u003cstring\u003e","backupVnicId":"\u003cstring\u003e","cpuCoreCount":"\u003cinteger\u003e","dbNodeStorageSizeInGBs":"\u003cinteger\u003e","dbServerId":"\u003cstring\u003e","faultDomain":"\u003cstring\u003e","hostIpId":"\u003cstring\u003e","hostname":"\u003cstring\u003e","maintenanceType":"VMDB_REBOOT_MIGRATION","memorySizeInGBs":"\u003cinteger\u003e","softwareStorageSizeInGB":"\u003cinteger\u003e","timeMaintenanceWindowEnd":"\u003cdateTime\u003e","timeMaintenanceWindowStart":"\u003cdateTime\u003e","vnic2Id":"\u003cstring\u003e"}]