magic_wans_add_single_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string
physport object
priority integer
static_addressing object
vlan_tag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-wans-add-single-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_wans_add_single_request",
  "title": "magic_wans_add_single_request",
  "properties": {
    "name": {
      "type": "string"
    },
    "physport": {
      "$ref": "#/components/schemas/magic_port"
    },
    "priority": {
      "type": "integer"
    },
    "static_addressing": {
      "$ref": "#/components/schemas/magic_wan_static_addressing"
    },
    "vlan_tag": {
      "$ref": "#/components/schemas/magic_vlan_tag"
    }
  },
  "required": [
    "physport",
    "vlan_tag"
  ],
  "type": "object"
}