Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_endpoint

get_endpoint(**kwargs)

Gets information about an Device Advisor endpoint.

See also: AWS API Documentation

Request Syntax

response = client.get_endpoint(
    thingArn='string',
    certificateArn='string'
)
Parameters
  • thingArn (string) -- The thing ARN of the device. This is an optional parameter.
  • certificateArn (string) -- The certificate ARN of the device. This is an optional parameter.
Return type

dict

Returns

Response Syntax

{
    'endpoint': 'string'
}

Response Structure

  • (dict) --

    • endpoint (string) --

      The response of an Device Advisor endpoint.

Exceptions

  • IoTDeviceAdvisor.Client.exceptions.ValidationException
  • IoTDeviceAdvisor.Client.exceptions.InternalServerException
  • IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException