Amazon Panorama · JSON Structure

Openapi Ethernet Status Structure

A device's Ethernet status.

Type: object Properties: 3
CamerasComputer VisionEdge MLIndustrial IoT

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

Properties

ConnectionStatus HwAddress IpAddress

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-ethernet-status-structure.json",
  "name": "EthernetStatus",
  "description": "A device's Ethernet status.",
  "type": "object",
  "properties": {
    "ConnectionStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NetworkConnectionStatus"
        },
        {
          "description": "The device's connection status."
        }
      ]
    },
    "HwAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HwAddress"
        },
        {
          "description": "The device's physical address."
        }
      ]
    },
    "IpAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAddress"
        },
        {
          "description": "The device's IP address."
        }
      ]
    }
  }
}