magic_lan

APIs.ioEngineeringPlatform

Properties

Name Type Description
ha_link boolean mark true to use this LAN for HA probing. only works for site with HA turned on. only one LAN can be set as the ha_link.
id object
name string
nat object
physport object
routed_subnets array
site_id object
static_addressing object
vlan_tag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-lan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_lan",
  "title": "magic_lan",
  "properties": {
    "ha_link": {
      "description": "mark true to use this LAN for HA probing. only works for site with HA turned on. only one LAN can be set as the ha_link.",
      "type": "boolean"
    },
    "id": {
      "$ref": "#/components/schemas/magic_identifier"
    },
    "name": {
      "type": "string"
    },
    "nat": {
      "$ref": "#/components/schemas/magic_nat"
    },
    "physport": {
      "$ref": "#/components/schemas/magic_port"
    },
    "routed_subnets": {
      "items": {
        "$ref": "#/components/schemas/magic_routed_subnet"
      },
      "type": "array"
    },
    "site_id": {
      "$ref": "#/components/schemas/magic_identifier"
    },
    "static_addressing": {
      "$ref": "#/components/schemas/magic_lan_static_addressing"
    },
    "vlan_tag": {
      "$ref": "#/components/schemas/magic_vlan_tag"
    }
  },
  "type": "object"
}