Amazon Panorama · Schema
DescribeDeviceJobResponse
DescribeDeviceJobResponse schema from Amazon Panorama
CamerasComputer VisionEdge MLIndustrial IoT
Properties
| Name | Type | Description |
|---|---|---|
| CreatedTime | object | |
| DeviceArn | object | |
| DeviceId | object | |
| DeviceName | object | |
| DeviceType | object | |
| ImageVersion | object | |
| JobId | object | |
| JobType | object | |
| Status | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-describe-device-job-response-schema.json",
"title": "DescribeDeviceJobResponse",
"description": "DescribeDeviceJobResponse schema from Amazon Panorama",
"type": "object",
"properties": {
"CreatedTime": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateCreatedTime"
},
{
"description": "When the job was created."
}
]
},
"DeviceArn": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceArn"
},
{
"description": "The device's ARN."
}
]
},
"DeviceId": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceId"
},
{
"description": "The device's ID."
}
]
},
"DeviceName": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceName"
},
{
"description": "The device's name."
}
]
},
"DeviceType": {
"allOf": [
{
"$ref": "#/components/schemas/DeviceType"
},
{
"description": "The device's type."
}
]
},
"ImageVersion": {
"allOf": [
{
"$ref": "#/components/schemas/ImageVersion"
},
{
"description": "For an OTA job, the target version of the device software."
}
]
},
"JobId": {
"allOf": [
{
"$ref": "#/components/schemas/JobId"
},
{
"description": "The job's ID."
}
]
},
"JobType": {
"allOf": [
{
"$ref": "#/components/schemas/JobType"
},
{
"description": "The job's type."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateProgress"
},
{
"description": "The job's status."
}
]
}
}
}