:doc:`DeadlineCloud <../../deadline>` / Client / get_license_endpoint

********************
get_license_endpoint
********************



.. py:method:: DeadlineCloud.Client.get_license_endpoint(**kwargs)

  

  Gets a licence endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetLicenseEndpoint>`_  


  **Request Syntax**
  ::

    response = client.get_license_endpoint(
        licenseEndpointId='string'
    )
    
  :type licenseEndpointId: string
  :param licenseEndpointId: **[REQUIRED]** 

    The license endpoint ID.

    

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

    
    ::

      {
          'licenseEndpointId': 'string',
          'status': 'CREATE_IN_PROGRESS'|'DELETE_IN_PROGRESS'|'READY'|'NOT_READY',
          'statusMessage': 'string',
          'vpcId': 'string',
          'dnsName': 'string',
          'subnetIds': [
              'string',
          ],
          'securityGroupIds': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **licenseEndpointId** *(string) --* 

        The license endpoint ID.

        
      

      - **status** *(string) --* 

        The status of the license endpoint.

        
      

      - **statusMessage** *(string) --* 

        The status message of the license endpoint.

        
      

      - **vpcId** *(string) --* 

        The VPC (virtual private cloud) ID associated with the license endpoint.

        
      

      - **dnsName** *(string) --* 

        The DNS name.

        
      

      - **subnetIds** *(list) --* 

        The subnet IDs.

        
        

        - *(string) --* 
    
      

      - **securityGroupIds** *(list) --* 

        The security group IDs for the license endpoint.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ThrottlingException`

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

  