GET https://{{nsx-server}}/api/v1/migration/mp-to-policy/feedback
VMware NSX
The standard operational feedback loop within the Migration Coordinator is designed to provide a high-level quantitative overview rather than granular, object-level details during the Planning stages.
You must start the migration coordinator service.
SSH into any one node of manager cluster nodes(nsx-manager)
Run the following command
start service migration-coordinator
To overcome this visibility limitation and enable a truly proactive migration strategy, administrators can utilize a specific, API endpoint to query the IDs of objects eligible for promotion by resource type. Please find the procedure below:
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=RESOURCE_TYPE.
| Resource Type | API Method | API Endpoint to Fetch Object IDs |
| IP Pool |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=IpPool |
| Tier-1 Logical Router |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=LogicalRouter |
| Certificate |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=Certificate |
| NS Service |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=NSService |
| NS Group |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=NSGroup |
| NS Service Group |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=NSServiceGroup |
| Logical Port / Segment Port |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=InternalLogicalPort |
| Edge Firewall Section |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=EdgeFirewallSection |
| Logical Switch |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=LogicalSwitch |
| MAC Set |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=MACSet |
| NAT Rule |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=NatRule |
| Logical Router Port |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=LrPort |
| Firewall Section (DFW/Gateway) |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=FirewallSection |
| LB Client SSL Profile |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=LbClientSslProfile |
| IP Set |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=IPSet |
| LB Server SSL Profile |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=LbServerSslProfile |
| DFW Exclude List |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=InternalFirewallExcludeList |
| Service Config |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=ServiceConfig |
| System Health Agent Profile |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=SystemHealthAgentProfile |
| Global Config |
GET |
https://(NSX_manager_ip)/api/v1/mppolicy/migration/object-ids?resource_type=GlobalConfig |