{ "id":"/axapi/v3/network/lacp-passthrough/{peer-from}+{peer-to}", "type":"object", "node-type":"list", "title":"lacp-passthrough", "partition-visibility":"shared", "description":"Peer ports to forward received lacp packets", "properties":{ "peer-from":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Peer member to forward received LACP packets", "optional":false }, "peer-to":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Peer member to forward received LACP packets", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "peer-from", "peer-to" ], "required":[ "peer-from", "peer-to" ] }