Amazon IoT Core · Schema

DescribeThingRegistrationTaskResponse

DescribeThingRegistrationTaskResponse schema

Device ManagementIoTMQTTMessage Routing

Properties

Name Type Description
taskId object
creationDate object
lastModifiedDate object
templateBody object
inputFileBucket object
inputFileKey object
roleArn object
status object
message object
successCount object
failureCount object
percentageProgress object
View JSON Schema on GitHub

JSON Schema

iot-core-describe-thing-registration-task-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-thing-registration-task-response-schema.json",
  "title": "DescribeThingRegistrationTaskResponse",
  "description": "DescribeThingRegistrationTaskResponse schema",
  "type": "object",
  "properties": {
    "taskId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TaskId"
        },
        {
          "description": "The task ID."
        }
      ]
    },
    "creationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreationDate"
        },
        {
          "description": "The task creation date."
        }
      ]
    },
    "lastModifiedDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastModifiedDate"
        },
        {
          "description": "The date when the task was last modified."
        }
      ]
    },
    "templateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateBody"
        },
        {
          "description": "The task's template."
        }
      ]
    },
    "inputFileBucket": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistryS3BucketName"
        },
        {
          "description": "The S3 bucket that contains the input file."
        }
      ]
    },
    "inputFileKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistryS3KeyName"
        },
        {
          "description": "The input file key."
        }
      ]
    },
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleArn"
        },
        {
          "description": "The role ARN that grants access to the input file bucket."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Status"
        },
        {
          "description": "The status of the bulk thing provisioning task."
        }
      ]
    },
    "message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorMessage"
        },
        {
          "description": "The message."
        }
      ]
    },
    "successCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Count"
        },
        {
          "description": "The number of things successfully provisioned."
        }
      ]
    },
    "failureCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Count"
        },
        {
          "description": "The number of things that failed to be provisioned."
        }
      ]
    },
    "percentageProgress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Percentage"
        },
        {
          "description": "The progress of the bulk provisioning task expressed as a percentage."
        }
      ]
    }
  }
}

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-thing-registration-task-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 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.