:doc:`mgn <../../mgn>` / Client / describe_vcenter_clients

************************
describe_vcenter_clients
************************



.. py:method:: mgn.Client.describe_vcenter_clients(**kwargs)

  

  Returns a list of the installed vCenter clients.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeVcenterClients>`_  


  **Request Syntax**
  ::

    response = client.describe_vcenter_clients(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    Maximum results to be returned in DescribeVcenterClients.

    

  
  :type nextToken: string
  :param nextToken: 

    Next pagination token to be provided for DescribeVcenterClients.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'items': [
              {
                  'vcenterClientID': 'string',
                  'arn': 'string',
                  'hostname': 'string',
                  'vcenterUUID': 'string',
                  'datacenterName': 'string',
                  'lastSeenDatetime': 'string',
                  'sourceServerTags': {
                      'string': 'string'
                  },
                  'tags': {
                      'string': 'string'
                  }
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **items** *(list) --* 

        List of items returned by DescribeVcenterClients.

        
        

        - *(dict) --* 

          vCenter client.

          
          

          - **vcenterClientID** *(string) --* 

            ID of vCenter client.

            
          

          - **arn** *(string) --* 

            Arn of vCenter client.

            
          

          - **hostname** *(string) --* 

            Hostname of vCenter client .

            
          

          - **vcenterUUID** *(string) --* 

            Vcenter UUID of vCenter client.

            
          

          - **datacenterName** *(string) --* 

            Datacenter name of vCenter client.

            
          

          - **lastSeenDatetime** *(string) --* 

            Last seen time of vCenter client.

            
          

          - **sourceServerTags** *(dict) --* 

            Tags for Source Server of vCenter client.

            
            

            - *(string) --* 
              

              - *(string) --* 
        
      
          

          - **tags** *(dict) --* 

            Tags for vCenter client.

            
            

            - *(string) --* 
              

              - *(string) --* 
        
      
      
    
      

      - **nextToken** *(string) --* 

        Next pagination token returned from DescribeVcenterClients.

        
  
  **Exceptions**
  
  *   :py:class:`mgn.Client.exceptions.UninitializedAccountException`

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

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

  