Amazon IoT Core · Example Payload

Iot Core Describe Thing Response Example

Device ManagementIoTMQTTMessage Routing

Iot Core Describe Thing Response Example is an example object payload from Amazon IoT Core, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

defaultClientIdthingNamethingIdthingArnthingTypeNameattributesversionbillingGroupName

Example Payload

Raw ↑
{
  "defaultClientId": "id-abc123",
  "thingName": "example-resource",
  "thingId": "id-abc123",
  "thingArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "thingTypeName": "example-resource",
  "attributes": "example-value",
  "version": "example-value",
  "billingGroupName": "example-resource"
}