{ "id":"/axapi/v3/router/rip/redistribute", "type":"object", "node-type":"scalar", "title":"redistribute", "partition-visibility":"shared", "description":"Redistribute information from another routing protocol", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'ip-nat': IP NAT; 'isis': ISO IS-IS; 'lw4o6': LW4O6 Prefix; 'nat-map': NAT MAP Prefix; 'static-nat': Static NAT; 'ospf': Open Shortest Path First (OSPF); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "ip-nat", "isis", "lw4o6", "nat-map", "static-nat", "ospf", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric for redistributed routes (metric value)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "vip-metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric for redistributed routes (metric value)" }, "vip-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }