DescribeBulkImportJobResponse

DescribeBulkImportJobResponse schema

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
jobId object
jobName object
jobStatus object
jobRoleArn object
files object
errorReportLocation object
jobConfiguration object
jobCreationDate object
jobLastUpdateDate object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-describe-bulk-import-job-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-describe-bulk-import-job-response-schema.json",
  "title": "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 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-sitewise-describe-bulk-import-job-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.