{ "id":"/axapi/v3/vrrp-a/interface", "type":"object", "node-type":"intermediate", "title":"interface", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"VRRP-A interface", "properties":{ "ethernet-list":{ "type":"array", "minItems":1, "items":{ "type":"ethernet" }, "uniqueItems":true, "$ref":"/axapi/v3/vrrp-a/interface/ethernet/{ethernet-val}", "array":[ { "properties":{ "ethernet-val":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet Interface", "optional":false }, "router-interface":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "server-interface", "both" ], "description":"interface to upstream router", "optional":true }, "server-interface":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "router-interface", "both" ], "description":"interface to real server", "optional":true }, "both":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "router-interface", "server-interface" ], "description":"both a router and server interface", "optional":true }, "vlan-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "not":"no-heartbeat", "description":"VLAN ID" } } } ] }, "no-heartbeat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"vlan", "description":"do not send out heartbeat packet from this interface", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "ethernet-val" ] } ] }, "trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"trunk" }, "uniqueItems":true, "$ref":"/axapi/v3/vrrp-a/interface/trunk/{trunk-val}", "array":[ { "properties":{ "trunk-val":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Ethernet Interface", "optional":false }, "router-interface":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "server-interface", "both" ], "description":"interface to upstream router", "optional":true }, "server-interface":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "router-interface", "both" ], "description":"interface to real server", "optional":true }, "both":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "router-interface", "server-interface" ], "description":"both a router and server interface", "optional":true }, "vlan-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "not":"no-heartbeat", "description":"VLAN ID" } } } ] }, "no-heartbeat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"vlan", "description":"do not send out heartbeat packet from this interface", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "trunk-val" ] } ] } } }