Amazon IoT SiteWise · JSON Structure

Iot Sitewise Describe Bulk Import Job Response Structure

DescribeBulkImportJobResponse schema

Type: object Properties: 9 Required: 9
Asset ManagementIndustrial IoTIoTTime Series Data

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

Properties

jobId jobName jobStatus jobRoleArn files errorReportLocation jobConfiguration jobCreationDate jobLastUpdateDate

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-bulk-import-job-response-structure.json",
  "name": "DescribeBulkImportJobResponse",
  "description": "DescribeBulkImportJobResponse schema",
  "type": "object",
  "properties": {
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ID"
        },
        {
          "description": "The ID of the job."
        }
      ]
    },
    "jobName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The unique name that helps identify the job request."
        }
      ]
    },
    "jobStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobStatus"
        },
        {
          "description": "<p>The status of the bulk import job can be one of following values.</p> <ul> <li> <p> <code>PENDING</code> \u2013 IoT SiteWise is waiting for the current bulk import job to finish.</p> </li> <li> <p> <code>CANCELLED</code> \u2013 The bulk import job has been canceled.</p> </li> <li> <p> <code>RUNNING</code> \u2013 IoT SiteWise is processing your request to import your data from Amazon S3.</p> </li> <li> <p> <code>COMPLETED</code> \u2013 IoT SiteWise successfully completed your request to import data from Amazon S3.</p> </li> <li> <p> <code>FAILED</code> \u2013 IoT SiteWise couldn't process your request to import data from Amazon S3. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p> </li> <li> <p> <code>COMPLETED_WITH_FAILURES</code> \u2013 IoT SiteWise completed your request to import data from Amazon S3 with errors. You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p> </li> </ul>"
        }
      ]
    },
    "jobRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IAM role that allows IoT SiteWise to read Amazon S3 data."
        }
      ]
    },
    "files": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Files"
        },
        {
          "description": "The files in the specified Amazon S3 bucket that contain your data."
        }
      ]
    },
    "errorReportLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorReportLocation"
        },
        {
          "description": "The Amazon S3 destination where errors associated with the job creation request are saved."
        }
      ]
    },
    "jobConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobConfiguration"
        },
        {
          "description": "Contains the configuration information of a job, such as the file format used to save data in Amazon S3."
        }
      ]
    },
    "jobCreationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date the job was created, in Unix epoch TIME."
        }
      ]
    },
    "jobLastUpdateDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date the job was last updated, in Unix epoch time."
        }
      ]
    }
  },
  "required": [
    "jobId",
    "jobName",
    "jobStatus",
    "jobRoleArn",
    "files",
    "errorReportLocation",
    "jobConfiguration",
    "jobCreationDate",
    "jobLastUpdateDate"
  ]
}

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-bulk-import-job-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 email required.

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