Amazon Panorama · JSON Structure

Openapi Create Job For Devices Request Structure

CreateJobForDevicesRequest schema from Amazon Panorama

Type: object Properties: 3 Required: 2
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

DeviceIds DeviceJobConfig JobType

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-panorama/refs/heads/main/json-structure/openapi-create-job-for-devices-request-structure.json",
  "name": "CreateJobForDevicesRequest",
  "description": "CreateJobForDevicesRequest schema from Amazon Panorama",
  "type": "object",
  "properties": {
    "DeviceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceIdList"
        },
        {
          "description": "ID of target device."
        }
      ]
    },
    "DeviceJobConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceJobConfig"
        },
        {
          "description": "Configuration settings for a software update job."
        }
      ]
    },
    "JobType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobType"
        },
        {
          "description": "The type of job to run."
        }
      ]
    }
  },
  "required": [
    "DeviceIds",
    "JobType"
  ]
}