{ "id":"/axapi/v3/debug/bgp", "type":"object", "node-type":"scalar", "title":"bgp", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug Border Gateway Protocol (BGP)", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"all debugging", "optional":true }, "bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection (BFD)", "optional":true }, "dampening":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"BGP Dampening", "optional":true }, "events":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"BGP events", "optional":true }, "filters":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"BGP filters", "optional":true }, "fsm":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"BGP Finite State Machine", "optional":true }, "keepalives":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"BGP keepalives", "optional":true }, "nht":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NHT message", "optional":true }, "nsm":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NSM message", "optional":true }, "updates":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"BGP updates", "optional":true }, "in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inbound updates", "optional":true }, "out":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Outbound updates", "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 } } }