Amazon IoT Core · Schema

DescribeProvisioningTemplateResponse

DescribeProvisioningTemplateResponse schema

Device ManagementIoTMQTTMessage Routing

Properties

Name Type Description
templateArn object
templateName object
description object
creationDate object
lastModifiedDate object
defaultVersionId object
templateBody object
enabled object
provisioningRoleArn object
preProvisioningHook object
type object
View JSON Schema on GitHub

JSON Schema

iot-core-describe-provisioning-template-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-describe-provisioning-template-response-schema.json",
  "title": "DescribeProvisioningTemplateResponse",
  "description": "DescribeProvisioningTemplateResponse schema",
  "type": "object",
  "properties": {
    "templateArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateArn"
        },
        {
          "description": "The ARN of the provisioning template."
        }
      ]
    },
    "templateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateName"
        },
        {
          "description": "The name of the provisioning template."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateDescription"
        },
        {
          "description": "The description of the provisioning template."
        }
      ]
    },
    "creationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date when the provisioning template was created."
        }
      ]
    },
    "lastModifiedDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date when the provisioning template was last modified."
        }
      ]
    },
    "defaultVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionId"
        },
        {
          "description": "The default fleet template version ID."
        }
      ]
    },
    "templateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateBody"
        },
        {
          "description": "The JSON formatted contents of the provisioning template."
        }
      ]
    },
    "enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Enabled"
        },
        {
          "description": "True if the provisioning template is enabled, otherwise false."
        }
      ]
    },
    "provisioningRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleArn"
        },
        {
          "description": "The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device."
        }
      ]
    },
    "preProvisioningHook": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProvisioningHook"
        },
        {
          "description": "Gets information about a pre-provisioned hook."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateType"
        },
        {
          "description": "The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is <code>FLEET_PROVISIONING</code>. For more information about provisioning template, see: <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/provision-template.html\">Provisioning template</a>. "
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/iot-core-describe-provisioning-template-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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