{ "id":"/axapi/v3/interface/lif/{ifname}/encapsulation/dot1q", "type":"object", "node-type":"scalar", "title":"dot1q", "partition-visibility":"shared", "description":"dot1q encapsulation type", "properties":{ "tag":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Tag ID", "optional":false }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not":"trunk", "description":"Ethernet Interface (Ethernet port number)", "optional":true }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not":"ethernet", "description":"Trunk Interface (Trunk number)", "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 } } }