Amazon IoT SiteWise · JSON Structure

Iot Sitewise Create Bulk Import Job Response Structure

CreateBulkImportJobResponse schema

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

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

Properties

jobId jobName jobStatus

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-create-bulk-import-job-response-structure.json",
  "name": "CreateBulkImportJobResponse",
  "description": "CreateBulkImportJobResponse 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>"
        }
      ]
    }
  },
  "required": [
    "jobId",
    "jobName",
    "jobStatus"
  ]
}