{ "id":"/axapi/v3/maximum-paths", "type":"object", "node-type":"scalar", "title":"maximum-paths", "partition-visibility":"shared", "description":"Set maximum number of route multipaths installed into FIB", "properties":{ "path":{ "type":"number", "format":"number", "minimum":1, "maximum":64, "default":4, "partition-visibility":"shared", "description":"supported multipath numbers", "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 } } }