Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Get Asset Property Value Request Structure

BatchGetAssetPropertyValueRequest schema

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

BatchGetAssetPropertyValueRequest 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

entries 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-batch-get-asset-property-value-request-structure.json",
  "name": "BatchGetAssetPropertyValueRequest",
  "description": "BatchGetAssetPropertyValueRequest schema",
  "type": "object",
  "properties": {
    "entries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchGetAssetPropertyValueEntries"
        },
        {
          "description": "The list of asset property value entries for the batch get request. You can specify up to 128 entries per request."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to be used for the next set of paginated results."
        }
      ]
    }
  },
  "required": [
    "entries"
  ]
}