Amazon IoT SiteWise · Example Payload

Iot Sitewise Batch Get Asset Property Aggregates Entry Example

Asset ManagementIndustrial IoTIoTTime Series Data

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

Top-level fields

entryIdassetIdpropertyIdpropertyAliasaggregateTypesresolutionstartDateendDatequalitiestimeOrdering

Example Payload

Raw ↑
{
  "entryId": "id-abc123",
  "assetId": "id-abc123",
  "propertyId": "id-abc123",
  "propertyAlias": "example-value",
  "aggregateTypes": "example-value",
  "resolution": "example-value",
  "startDate": "example-value",
  "endDate": "example-value",
  "qualities": "example-value",
  "timeOrdering": "2025-03-15T14:30:00Z"
}