Amazon IoT SiteWise · JSON Structure

Iot Sitewise Batch Associate Project Assets Request Structure

BatchAssociateProjectAssetsRequest schema

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

BatchAssociateProjectAssetsRequest 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

assetIds clientToken

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-associate-project-assets-request-structure.json",
  "name": "BatchAssociateProjectAssetsRequest",
  "description": "BatchAssociateProjectAssetsRequest schema",
  "type": "object",
  "properties": {
    "assetIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IDs"
        },
        {
          "description": "The IDs of the assets to be associated to the project."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientToken"
        },
        {
          "description": "A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required."
        }
      ]
    }
  },
  "required": [
    "assetIds"
  ]
}