Amazon Panorama · JSON Structure

Openapi Ethernet Payload Structure

A device's network configuration.

Type: object Properties: 2 Required: 1
CamerasComputer VisionEdge MLIndustrial IoT

EthernetPayload is a JSON Structure definition published by Amazon Panorama, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConnectionType StaticIpConnectionInfo

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-payload-structure.json",
  "name": "EthernetPayload",
  "description": "A device's network configuration.",
  "type": "object",
  "properties": {
    "ConnectionType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionType"
        },
        {
          "description": "How the device gets an IP address."
        }
      ]
    },
    "StaticIpConnectionInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StaticIpConnectionInfo"
        },
        {
          "description": "Network configuration for a static IP connection."
        }
      ]
    }
  },
  "required": [
    "ConnectionType"
  ]
}