Amazon Panorama · Schema
NodeFromTemplateJob
A job to create a camera stream node.
CamerasComputer VisionEdge MLIndustrial IoT
Properties
| Name | Type | Description |
|---|---|---|
| CreatedTime | object | |
| JobId | object | |
| NodeName | object | |
| Status | object | |
| StatusMessage | object | |
| TemplateType | 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-node-from-template-job-schema.json",
"title": "NodeFromTemplateJob",
"description": "A job to create a camera stream node.",
"type": "object",
"properties": {
"CreatedTime": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedTime"
},
{
"description": "When the job was created."
}
]
},
"JobId": {
"allOf": [
{
"$ref": "#/components/schemas/JobId"
},
{
"description": "The job's ID."
}
]
},
"NodeName": {
"allOf": [
{
"$ref": "#/components/schemas/NodeName"
},
{
"description": "The node's name."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/NodeFromTemplateJobStatus"
},
{
"description": "The job's status."
}
]
},
"StatusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/NodeFromTemplateJobStatusMessage"
},
{
"description": "The job's status message."
}
]
},
"TemplateType": {
"allOf": [
{
"$ref": "#/components/schemas/TemplateType"
},
{
"description": "The job's template type."
}
]
}
}
}