Amazon IoT Core · Example Payload

Iot Core Describe Thing Group Response Example

Device ManagementIoTMQTTMessage Routing

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

Top-level fields

thingGroupNamethingGroupIdthingGroupArnversionthingGroupPropertiesthingGroupMetadataindexNamequeryStringqueryVersionstatus

Example Payload

Raw ↑
{
  "thingGroupName": "example-resource",
  "thingGroupId": "id-abc123",
  "thingGroupArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "version": "example-value",
  "thingGroupProperties": "example-value",
  "thingGroupMetadata": "example-value",
  "indexName": "example-resource",
  "queryString": "example-value",
  "queryVersion": "example-value",
  "status": "ACTIVE"
}