NSX-T Data Center REST API

Get migration status for group

Get migration status for migration units in the specified group. User can
specify whether to show only the migration units with errors.

Request:

Method:
GET
URI Path(s):
/api/v1/migration/migration-unit-groups/{group-id}/status
Request Headers:
n/a
Query Parameters:
MigrationGroupStatusListRequestParameters+
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
MigrationUnitStatusListResult+

Example Response:

{ "cursor" : "0036c5a1531e-9145-4818-bdb3-cf299a6558a5nnuullll", "result_count" : 2, "results": [ { "id": "a95be8d6-4a76-46fe-9c9c-341e89973da7", "display_name": "esx551", "status": "SUCCESS", "percent_complete": 100, "errors": [] }, { "id": "1f64e9f4-eeb3-4ebd-af78-e08757e593cf", "display_name": "esx552", "status": "IN_PROGRESS", "percent_complete": 50, "errors": [] } ] }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: