NSX-T Data Center REST API

Associated URIs:

API Description API Path

List migrated resources


List migrated resources.This API is applicable for mp2Policy migration mode only.
GET /api/v1/migration/migrated-resources (Deprecated)

This api is used to get mp policy promotion history. The history contains details about date and time of different promotion operations like INITIATED, CANCELLED, SUCCESS.


This api is used to get migration history.
GET /api/v1/migration/mp-policy-promotion/history (Deprecated)

This api is used to get mp policy promotion state.


This api is used to get promotion state.
GET /api/v1/migration/mp-policy-promotion/state (Deprecated)

This will trigger the migration from mp to policy.


This will trigger the migration from mp to policy
POST /api/v1/migration/mp-to-policy (Deprecated)

Cancel migration


This will cancel the on-going promotion and system will be restored to original state
as before promotion.
POST /api/v1/migration/mp-to-policy/cancel (Deprecated)

To get MP2Policy promotion feedback.


To get MP2Policy promotion feedback.
This gives all the validation errors or failures during PRECHECK / APPLY phase.
GET /api/v1/migration/mp-to-policy/feedback (Deprecated)

This api is used to get mapping of MP and Policy objects after Mp to Policy Migration.


This api is used to get mapping of MP and Policy objects.
resource_type is additional parameter which takes the resource_type enum and give mapping status for that type.
Only one resource_type is supported per API call.
GET /api/v1/migration/mp-to-policy/migrated-resource-status (Deprecated)

To get MP2Policy promotion stats.


To get MP2Policy promotion stats.
This gives detailed information about promotion progess per resource type
like what's the promotion status, how many resources has been promoted etc.
GET /api/v1/migration/mp-to-policy/stats (Deprecated)