odb / Client / reboot_db_node
reboot_db_node¶
- odb.Client.reboot_db_node(**kwargs)¶
Reboots the specified DB node in a VM cluster.
See also: AWS API Documentation
Request Syntax
response = client.reboot_db_node( cloudVmClusterId='string', dbNodeId='string' )
- Parameters:
cloudVmClusterId (string) –
[REQUIRED]
The unique identifier of the VM cluster that contains the DB node to reboot.
dbNodeId (string) –
[REQUIRED]
The unique identifier of the DB node to reboot.
- Return type:
dict
- Returns:
Response Syntax
{ 'dbNodeId': 'string', 'status': 'AVAILABLE'|'FAILED'|'PROVISIONING'|'TERMINATED'|'TERMINATING'|'UPDATING'|'STOPPING'|'STOPPED'|'STARTING', 'statusReason': 'string' }
Response Structure
(dict) –
dbNodeId (string) –
The unique identifier of the DB node that was rebooted.
status (string) –
The current status of the DB node after the reboot operation.
statusReason (string) –
Additional information about the status of the DB node after the reboot operation.
Exceptions