{ "id":"/axapi/v3/scaleout/debug/ipv6/redirect-table", "type":"object", "node-type":"intermediate", "title":"redirect-table", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Display the redirect table for L2/L3", "properties":{ "l2":{ "type":"object", "$ref":"/axapi/v3/scaleout/debug/ipv6/redirect-table/l2", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "l3":{ "type":"object", "$ref":"/axapi/v3/scaleout/debug/ipv6/redirect-table/l3", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }