Amazon Panorama · JSON Structure

Openapi Application Instance Structure

An application instance on a device.

Type: object Properties: 12
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

ApplicationInstanceId Arn CreatedTime DefaultRuntimeContextDevice DefaultRuntimeContextDeviceName Description HealthStatus Name RuntimeContextStates Status StatusDescription Tags

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-application-instance-structure.json",
  "name": "ApplicationInstance",
  "description": "An application instance on a device.",
  "type": "object",
  "properties": {
    "ApplicationInstanceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceId"
        },
        {
          "description": "The application instance's ID."
        }
      ]
    },
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceArn"
        },
        {
          "description": "The application instance's ARN."
        }
      ]
    },
    "CreatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeStamp"
        },
        {
          "description": "When the application instance was created."
        }
      ]
    },
    "DefaultRuntimeContextDevice": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultRuntimeContextDevice"
        },
        {
          "description": "The device's ID."
        }
      ]
    },
    "DefaultRuntimeContextDeviceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceName"
        },
        {
          "description": "The device's name."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The application instance's description."
        }
      ]
    },
    "HealthStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceHealthStatus"
        },
        {
          "description": "The application instance's health status."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceName"
        },
        {
          "description": "The application instance's name."
        }
      ]
    },
    "RuntimeContextStates": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportedRuntimeContextStates"
        },
        {
          "description": "The application's state."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceStatus"
        },
        {
          "description": "The application instance's status."
        }
      ]
    },
    "StatusDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInstanceStatusDescription"
        },
        {
          "description": "The application instance's status description."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The application instance's tags."
        }
      ]
    }
  }
}