{ "id":"/axapi/v3/bgp", "type":"object", "node-type":"scalar", "title":"bgp", "partition-visibility":"shared", "description":"Border Gateway Protocol (BGP)", "properties":{ "extended-asn-cap":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the router to send 4-octet ASN capabilities", "optional":true }, "disable-advertisement":{ "type":"object", "properties":{ "on-boot":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Upon boot-up" } } }, "asdot":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable ASDot notation", "optional":true }, "asdot-plus":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable ASDot+ notation", "optional":true }, "nexthop-trigger":{ "type":"object", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the nexthop tracking functionality" }, "delay":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"Configure nexthop trigger delay time interval (Nexthop Trigger Delay time interval between 1 and 100)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }