{ "id":"/axapi/v3/network/l2-bfd", "type":"object", "node-type":"scalar", "title":"l2-bfd", "partition-visibility":"shared", "description":"Configure Layer-2 BFD global configuration", "properties":{ "ether-type":{ "type":"string", "format":"time-hh:mm", "minLength":1, "maxLength":4, "partition-visibility":"shared", "description":"Ethernet paylaod type for L2BFD packets, help-val 16 bit hex value, default is hex 88B6", "optional":true }, "tx-interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "default":800, "partition-visibility":"shared", "description":"Transmit interval between BFD packets (Milliseconds (default: 800))", "optional":true }, "rx-interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "default":800, "partition-visibility":"shared", "description":"Minimum receive interval capability (Milliseconds (default: 800))", "optional":true }, "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))", "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 } } }