:doc:`odb <../../odb>` / Client / start_db_node

*************
start_db_node
*************



.. py:method:: odb.Client.start_db_node(**kwargs)

  

  Starts the specified DB node in a VM cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/StartDbNode>`_  


  **Request Syntax**
  ::

    response = client.start_db_node(
        cloudVmClusterId='string',
        dbNodeId='string'
    )
    
  :type cloudVmClusterId: string
  :param cloudVmClusterId: **[REQUIRED]** 

    The unique identifier of the VM cluster that contains the DB node to start.

    

  
  :type dbNodeId: string
  :param dbNodeId: **[REQUIRED]** 

    The unique identifier of the DB node to start.

    

  
  
  :rtype: 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**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

  
  *   :py:class:`odb.Client.exceptions.ValidationException`

  
  *   :py:class:`odb.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`odb.Client.exceptions.InternalServerException`

  
  *   :py:class:`odb.Client.exceptions.ResourceNotFoundException`

  