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 |
JSON Schema
{
"$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"
}