magic_wan_static_addressing

(optional) if omitted, use DHCP. Submit secondary_address when site is in high availability mode.

APIs.ioEngineeringPlatform

Properties

Name Type Description
address object
gateway_address object
secondary_address object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-wan-static-addressing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_wan_static_addressing",
  "title": "magic_wan_static_addressing",
  "description": "(optional) if omitted, use DHCP. Submit secondary_address when site is in high availability mode.",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/magic_cidr"
    },
    "gateway_address": {
      "$ref": "#/components/schemas/magic_ip-address"
    },
    "secondary_address": {
      "$ref": "#/components/schemas/magic_cidr"
    }
  },
  "required": [
    "address",
    "gateway_address"
  ],
  "type": "object"
}