Amazon IoT SiteWise · JSON Structure

Iot Sitewise List Portals Response Structure

ListPortalsResponse schema

Type: object Properties: 2
Asset ManagementIndustrial IoTIoTTime Series Data

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

Properties

portalSummaries 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-list-portals-response-structure.json",
  "name": "ListPortalsResponse",
  "description": "ListPortalsResponse schema",
  "type": "object",
  "properties": {
    "portalSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortalSummaries"
        },
        {
          "description": "A list that summarizes each portal."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or null if there are no additional results."
        }
      ]
    }
  }
}