magic_wan

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
name string
physport object
priority integer Priority of WAN for traffic loadbalancing.
site_id object
static_addressing object
vlan_tag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-wan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_wan",
  "title": "magic_wan",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/magic_identifier"
    },
    "name": {
      "type": "string"
    },
    "physport": {
      "$ref": "#/components/schemas/magic_port"
    },
    "priority": {
      "description": "Priority of WAN for traffic loadbalancing.",
      "type": "integer"
    },
    "site_id": {
      "$ref": "#/components/schemas/magic_identifier"
    },
    "static_addressing": {
      "$ref": "#/components/schemas/magic_wan_static_addressing"
    },
    "vlan_tag": {
      "$ref": "#/components/schemas/magic_vlan_tag"
    }
  },
  "type": "object"
}