Amazon Panorama · JSON Structure

Openapi Network Status Structure

The network status of a device.

Type: object Properties: 4
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

Ethernet0Status Ethernet1Status LastUpdatedTime NtpStatus

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-network-status-structure.json",
  "name": "NetworkStatus",
  "description": "The network status of a device.",
  "type": "object",
  "properties": {
    "Ethernet0Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EthernetStatus"
        },
        {
          "description": "The status of Ethernet port 0."
        }
      ]
    },
    "Ethernet1Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EthernetStatus"
        },
        {
          "description": "The status of Ethernet port 1."
        }
      ]
    },
    "LastUpdatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastUpdatedTime"
        },
        {
          "description": "When the network status changed."
        }
      ]
    },
    "NtpStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NtpStatus"
        },
        {
          "description": "Details about a network time protocol (NTP) server connection."
        }
      ]
    }
  }
}