{ "id":"/axapi/v3/ipv6/route/static", "type":"object", "node-type":"intermediate", "title":"static", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Allow static routes", "properties":{ "bfd":{ "type":"object", "$ref":"/axapi/v3/ipv6/route/static/bfd", "properties":{ "bfd-ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"bfd-ipv6" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/bfd-ipv6/{local-ipv6}+{nexthop-ipv6}", "array":[ { "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 } }, "required":[ "local-ipv6", "nexthop-ipv6" ] } ] }, "ve-list":{ "type":"array", "minItems":1, "items":{ "type":"ve" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/ve/{ve-num}+{nexthop-ipv6-ll}", "array":[ { "properties":{ "ve-num":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Virtual ethernet interface", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "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 } }, "required":[ "ve-num", "nexthop-ipv6-ll" ] } ] }, "trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"trunk" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/trunk/{trunk-num}+{nexthop-ipv6-ll}", "array":[ { "properties":{ "trunk-num":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk interface", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "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 } }, "required":[ "trunk-num", "nexthop-ipv6-ll" ] } ] }, "ethernet-list":{ "type":"array", "minItems":1, "items":{ "type":"ethernet" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/ethernet/{eth-num}+{nexthop-ipv6-ll}", "array":[ { "properties":{ "eth-num":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Ethernet (not a member of vlan or trunk)", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "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 } }, "required":[ "eth-num", "nexthop-ipv6-ll" ] } ] } } } } }