{ "id":"/axapi/v3/ipv6/route/static/bfd/bfd-ipv6/{local-ipv6}+{nexthop-ipv6}", "type":"object", "node-type":"list", "title":"bfd-ipv6", "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection", "properties":{ "local-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Local IPv6 address", "optional":false }, "nexthop-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address", "optional":false }, "template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure tracking template (bind tracking template name)", "optional":true }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"action triggering threshold", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'down': BFD down; (BFD state)", "enum":[ "down" ], "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 } }, "object-keys":[ "local-ipv6", "nexthop-ipv6" ], "required":[ "local-ipv6", "nexthop-ipv6" ] }