{ "id":"/axapi/v3/interface/lif/{ifname}/encapsulation", "type":"object", "node-type":"intermediate", "title":"encapsulation", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Encapsulation type", "properties":{ "dot1q":{ "type":"object", "$ref":"/axapi/v3/interface/lif/{ifname}/encapsulation/dot1q", "properties":{ "tag":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Tag ID" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not":"trunk", "description":"Ethernet Interface (Ethernet port number)" }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not":"ethernet", "description":"Trunk Interface (Trunk number)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }