Amazon Panorama · JSON Structure

Openapi Node From Template Job Structure

A job to create a camera stream node.

Type: object Properties: 6
CamerasComputer VisionEdge MLIndustrial IoT

NodeFromTemplateJob is a JSON Structure definition published by Amazon Panorama, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CreatedTime JobId NodeName Status StatusMessage TemplateType

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-node-from-template-job-structure.json",
  "name": "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."
        }
      ]
    }
  }
}