:doc:`IoTDeviceAdvisor <../../iotdeviceadvisor>` / Client / get_endpoint

************
get_endpoint
************



.. py:method:: IoTDeviceAdvisor.Client.get_endpoint(**kwargs)

  

  Gets information about an Device Advisor endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotdeviceadvisor-2020-09-18/GetEndpoint>`_  


  **Request Syntax**
  ::

    response = client.get_endpoint(
        thingArn='string',
        certificateArn='string',
        deviceRoleArn='string',
        authenticationMethod='X509ClientCertificate'|'SignatureVersion4'
    )
    
  :type thingArn: string
  :param thingArn: 

    The thing ARN of the device. This is an optional parameter.

    

  
  :type certificateArn: string
  :param certificateArn: 

    The certificate ARN of the device. This is an optional parameter.

    

  
  :type deviceRoleArn: string
  :param deviceRoleArn: 

    The device role ARN of the device. This is an optional parameter.

    

  
  :type authenticationMethod: string
  :param authenticationMethod: 

    The authentication method used during the device connection.

    

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

    
    ::

      {
          'endpoint': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **endpoint** *(string) --* 

        The response of an Device Advisor endpoint.

        
  
  **Exceptions**
  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.ValidationException`

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

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

  