NSX-T Data Center REST API

This will trigger the migration from mp to policy.

This will trigger the migration from mp to policy
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
POST
URI Path(s):
/api/v1/migration/mp-to-policy
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
MpMigrationData+

Example Request:

POST https://<nsx-mgr>/api/v1/migration/mp-to-policy { "setup_details":{ "principal_identity":"abc" }, "migration_data":[ { "type":"IPBLOCK", "resource_ids":[ { "manager_id":"cfdf768b-627a-43e2-892a-9244f1d2084d", "policy_path":"/infra//default/groups/", "policy_id":"np__proj", "metadata":[ { "key":"sequence", "value":"5" }, { "key":"category", "value":"application" } ], "linked_ids":[ { "key":"subnet_id", "value":"cfdf968s-627a-43e2-892a-9244f1d2076a" } ] }, { "manager_id":"295062a6-7c3f-472c-8a75-92ad67800cf0" } ] } ] }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

utilities_upgrade

Additional Errors: