{ "id":"/axapi/v3/rename", "type":"object", "node-type":"scalar", "title":"rename", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Rename Object Name", "properties":{ "object":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Lineage of object being renamed e.g: slb.server, slb.service-group, slb.virtual-server", "optional":true }, "instance-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Old Instance Name", "optional":true }, "new-instance-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"New Instance Name", "optional":true } } }