{ "id":"/axapi/v3/rule-set/{name}/rule/{name}/move-rule", "type":"object", "node-type":"scalar", "title":"move-rule", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Move Rule", "properties":{ "location":{ "type":"string", "format":"enum", "default":"bottom", "partition-visibility":"shared", "description":"'top': top; 'before': before; 'after': after; 'bottom': bottom; ", "enum":[ "top", "before", "after", "bottom" ], "optional":true }, "target-rule":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "optional":true } } }