NSX-T Data Center REST API
MigrateVmsWorkflowSpec (type)
{ "additionalProperties": false, "description": "Migrate VMs workflow spec", "extends": { "$ref": "WorkflowSpec }, "id": "MigrateVmsWorkflowSpec", "module_id": "OverlayAdoption", "polymorphic-type-descriptor": { "type-identifier": "MigrateVmsWorkflowSpec" }, "properties": { "dvpg_id_and_segment_path_pairs": { "description": "List of DVPG ID and segment path pair.", "items": { "$ref": "DvpgIdAndSegmentPathPair }, "maxItems": 1, "minItems": 1, "readonly": false, "required": true, "title": "List of DVPG ID and segment path pair", "type": "array" }, "target_cluster": { "description": "Target cluster.", "readonly": false, "required": false, "title": "Target cluster", "type": "string" }, "type": { "$ref": "WorkflowSpecType, "description": "Workflow spec type.", "readonly": false, "required": true, "title": "Workflow spec type" }, "vm_ids": { "description": "List of VM IDs.", "items": { "type": "string" }, "maxItems": 200, "minItems": 1, "readonly": false, "required": true, "title": "List of VM IDs", "type": "array", "uniqueItems": true } }, "title": "Migrate VMs workflow spec", "type": "object" }