NSX-T Data Center REST API

Get migration-state of all the federation sites.

This API returns the migration-state of all the federation sites.

Request:

Method:
GET
URI Path(s):
/api/v1/migration/plan/site-migration-state
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "site_migration_state": [ { "key": "42e3ec73-3cc0-46c7-ab9c-2a4bfe4f8f9b", "value": "ENABLED" }, { "key": "5e048b96-2d2e-4731-8784-630feff95689", "value": "DISABLED" } ] }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: