{ "id":"/axapi/v3/system/health-check/{l2hm-hc-name}", "type":"object", "node-type":"list", "title":"health-check", "partition-visibility":"shared", "description":"Layer-2 path health monitor", "properties":{ "l2hm-hc-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Monitor Name", "optional":false }, "method-l2bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Method is l2bfd", "optional":true }, "l2bfd-tx-interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "partition-visibility":"shared", "description":"Transmit interval between BFD packets", "optional":true }, "l2bfd-rx-interval":{ "type":"number", "format":"number", "minimum":48, "maximum":1000, "partition-visibility":"shared", "description":"Minimum receive interval capability (Milliseconds (default: 800))", "optional":true }, "l2bfd-multiplier":{ "type":"number", "format":"number", "minimum":3, "maximum":50, "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "l2hm-hc-name" ], "required":[ "l2hm-hc-name" ] }