{ "id":"/axapi/v3/slb/virtual-server/{name}/migrate-vip", "type":"object", "node-type":"scalar", "title":"migrate-vip", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Migrate this virtual server", "properties":{ "target-data-cpu":{ "type":"number", "format":"number", "minimum":1, "maximum":75, "partition-visibility":"shared", "description":"Number of CPUs on the target platform", "optional":true }, "target-floating-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"target-floating-ipv6", "description":"Specify IP address", "optional":true }, "target-floating-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"target-floating-ipv4", "description":"Specify IPv6 address", "optional":true }, "cancel-migration":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"finish-migration", "description":"Cancel migration", "optional":true }, "finish-migration":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"cancel-migration", "description":"Complete the migration", "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 } } }