{ "id":"/axapi/v3/network/bfd", "type":"object", "node-type":"scalar", "title":"bfd", "partition-visibility":"shared", "description":"Configure BFD (Bidirectional Forwarding Detection)", "properties":{ "echo":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable BFD Echo", "optional":true }, "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable BFD", "optional":true }, "interval-cfg":{ "type":"object", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "default":800, "partition-visibility":"shared", "description":"Transmit interval between BFD packets (Milliseconds (default: 800))" }, "min-rx":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "default":800, "partition-visibility":"shared", "description":"Minimum receive interval capability (Milliseconds (default: 800))" }, "multiplier":{ "type":"number", "format":"number", "minimum":3, "maximum":50, "default":4, "partition-visibility":"shared", "description":"Multiplier value used to compute holddown (value used to multiply the interval (default: 4))" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }