{ "id":"/axapi/v3/router/bgp/{as-number}/neighbor/trunk-neighbor/{trunk}", "type":"object", "node-type":"list", "title":"trunk-neighbor", "partition-visibility":"shared", "description":"Specify a trunk unnumbered neighbor", "properties":{ "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface number", "optional":false }, "unnumbered":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "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 } }, "object-keys":[ "trunk" ], "required":[ "trunk" ] }