Amazon IoT SiteWise · JSON Structure

Iot Sitewise Get Asset Property Aggregates Response Structure

GetAssetPropertyAggregatesResponse schema

Type: object Properties: 2 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

GetAssetPropertyAggregatesResponse is a JSON Structure definition published by Amazon IoT SiteWise, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

aggregatedValues nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-get-asset-property-aggregates-response-structure.json",
  "name": "GetAssetPropertyAggregatesResponse",
  "description": "GetAssetPropertyAggregatesResponse schema",
  "type": "object",
  "properties": {
    "aggregatedValues": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregatedValues"
        },
        {
          "description": "The requested aggregated values."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or null if there are no additional results."
        }
      ]
    }
  },
  "required": [
    "aggregatedValues"
  ]
}