DbNodeAction

POST {{baseUrl}}/dbNodes/:dbNodeId?action=SOFTRESET

Performs one of the following power actions on the specified DB node: - start - power on - stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on

Note: Stopping a node affects billing differently, depending on the type of DB system: Bare metal and Exadata systems - The stop state has no effect on the resources you consume. Billing continues for DB nodes that you stop, and related resources continue to apply against any relevant quotas. You must terminate the DB system (TerminateDbSystem) to remove its resources from billing and quotas. Virtual machine DB systems - Stopping a node stops billing for all OCPUs associated with that node, and billing resumes when you restart the node.

Request Params

KeyDatatypeRequiredDescription
actionstring(Required) The action to perform on the DB Node.

HEADERS

KeyDatatypeRequiredDescription
opc-retry-tokenstringA token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again. Retry tokens expire after 24
hours, but can be invalidated before then due to conflicting operations (for example, if a resource
has been deleted and purged from the system, then a retry of the original creation request
may be rejected).
if-matchstringFor optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
parameter to the value of the etag from a previous GET or POST response for that resource. The resource
will be updated or deleted only if the etag you provide matches the resource's current etag value.
Acceptstring

RESPONSES

status: OK

{"id":"\u003cstring\u003e","dbSystemId":"\u003cstring\u003e","vnicId":"\u003cstring\u003e","lifecycleState":"TERMINATED","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"}