{ "id":"/axapi/v3/vrrp-a/interface/trunk/{trunk-val}", "type":"object", "node-type":"list", "title":"trunk", "partition-visibility":"shared", "description":"VRRP-A interface trunk", "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 } }, "object-keys":[ "trunk-val" ], "required":[ "trunk-val" ] }