{ "id":"/axapi/v3/ip/route/static", "type":"object", "node-type":"intermediate", "title":"static", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Allow static routes", "properties":{ "bfd-list":{ "type":"array", "minItems":1, "items":{ "type":"bfd" }, "uniqueItems":true, "$ref":"/axapi/v3/ip/route/static/bfd/{local-ip}+{nexthop-ip}", "array":[ { "properties":{ "local-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Local IP address", "optional":false }, "nexthop-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Nexthop IP 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-ip", "nexthop-ip" ] } ] } } }