Amazon Panorama · JSON Structure

Openapi Network Payload Structure

The network configuration for a device.

Type: object Properties: 3
CamerasComputer VisionEdge MLIndustrial IoT

NetworkPayload 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

Ethernet0 Ethernet1 Ntp

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-payload-structure.json",
  "name": "NetworkPayload",
  "description": "The network configuration for a device.",
  "type": "object",
  "properties": {
    "Ethernet0": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EthernetPayload"
        },
        {
          "description": "Settings for Ethernet port 0."
        }
      ]
    },
    "Ethernet1": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EthernetPayload"
        },
        {
          "description": "Settings for Ethernet port 1."
        }
      ]
    },
    "Ntp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NtpPayload"
        },
        {
          "description": "Network time protocol (NTP) server settings."
        }
      ]
    }
  }
}