Amazon IoT Core · JSON Structure

Iot Core Describe Thing Registration Task Response Structure

DescribeThingRegistrationTaskResponse schema

Type: object Properties: 12
Device ManagementIoTMQTTMessage Routing

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

Properties

taskId creationDate lastModifiedDate templateBody inputFileBucket inputFileKey roleArn status message successCount failureCount percentageProgress

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-core/refs/heads/main/json-structure/iot-core-describe-thing-registration-task-response-structure.json",
  "name": "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 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-core-describe-thing-registration-task-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.