Amazon IoT SiteWise · JSON Structure

Iot Sitewise Describe Storage Configuration Response Structure

DescribeStorageConfigurationResponse schema

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

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

Properties

storageType multiLayerStorage disassociatedDataStorage retentionPeriod configurationStatus lastUpdateDate

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-describe-storage-configuration-response-structure.json",
  "name": "DescribeStorageConfigurationResponse",
  "description": "DescribeStorageConfigurationResponse schema",
  "type": "object",
  "properties": {
    "storageType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StorageType"
        },
        {
          "description": "<p>The storage tier that you specified for your data. The <code>storageType</code> parameter can be one of the following values:</p> <ul> <li> <p> <code>SITEWISE_DEFAULT_STORAGE</code> \u2013 IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.</p> </li> <li> <p> <code>MULTI_LAYER_STORAGE</code> \u2013 IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.</p> </li> </ul>"
        }
      ]
    },
    "multiLayerStorage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MultiLayerStorage"
        },
        {
          "description": "Contains information about the storage destination."
        }
      ]
    },
    "disassociatedDataStorage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DisassociatedDataStorageState"
        },
        {
          "description": "<p>Contains the storage configuration for time series (data streams) that aren't associated with asset properties. The <code>disassociatedDataStorage</code> can be one of the following values:</p> <ul> <li> <p> <code>ENABLED</code> \u2013 IoT SiteWise accepts time series that aren't associated with asset properties.</p> <important> <p>After the <code>disassociatedDataStorage</code> is enabled, you can't disable it.</p> </important> </li> <li> <p> <code>DISABLED</code> \u2013 IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html\">Data streams</a> in the <i>IoT SiteWise User Guide</i>.</p>"
        }
      ]
    },
    "retentionPeriod": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RetentionPeriod"
        },
        {
          "description": "How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier."
        }
      ]
    },
    "configurationStatus": {
      "type": "object",
      "required": [
        "state"
      ],
      "properties": {
        "state": {
          "allOf": [
            {
              "$ref": "#/components/schemas/ConfigurationState"
            },
            {
              "description": "The current state of the configuration."
            }
          ]
        },
        "error": {
          "allOf": [
            {
              "$ref": "#/components/schemas/ConfigurationErrorDetails"
            },
            {
              "description": "Contains associated error information, if any."
            }
          ]
        }
      },
      "description": "Contains current status information for the configuration."
    },
    "lastUpdateDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date the storage configuration was last updated, in Unix epoch time."
        }
      ]
    }
  },
  "required": [
    "storageType",
    "configurationStatus"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/iot-sitewise-describe-storage-configuration-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.