Amazon IoT SiteWise · Example Payload

Iot Sitewise Asset Property Summary Example

Asset ManagementIndustrial IoTIoTTime Series Data

Iot Sitewise Asset Property Summary Example is an example object payload from Amazon IoT SiteWise, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idaliasunitnotificationassetCompositeModelId

Example Payload

Raw ↑
{
  "id": "id-abc123",
  "alias": "example-value",
  "unit": "example-value",
  "notification": {
    "topic": "example-value",
    "state": "example-value"
  },
  "assetCompositeModelId": "id-abc123"
}