odb / Client / start_db_node
start_db_node¶
- odb.Client.start_db_node(**kwargs)¶
Starts the specified DB node in a VM cluster.
See also: AWS API Documentation
Request Syntax
response = client.start_db_node( cloudVmClusterId='string', dbNodeId='string' )
- Parameters:
cloudVmClusterId (string) –
[REQUIRED]
The unique identifier of the VM cluster that contains the DB node to start.
dbNodeId (string) –
[REQUIRED]
The unique identifier of the DB node to start.
- 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 started.
status (string) –
The current status of the DB node after the start operation.
statusReason (string) –
Additional information about the status of the DB node after the start operation.
Exceptions