{ "id":"/axapi/v3/scaleout/cluster/{cluster-id}/local-device/traffic-redirection/reachability-options", "type":"object", "node-type":"scalar", "title":"reachability-options", "partition-visibility":"shared", "description":"Options to determine reachability for redirection", "properties":{ "skip-default-route":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not choose default route for redirection", "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 } } }