Added a provider in MTV with Vsphere Admin user.
Create a migration plan for VM having NSX-T network attached from Vsphere.
Notice VM networkmapping is missing, Adding networkmapping could not list NSX-T network as source networks.
Retrieve the UUID of a provider and retrieving VM information from the MTV inventory we see the network.
# curl -H "Authorization: Bearer $TOKEN" https://<inventory_service_route>/providers/vsphere -k # curl -H "Authorization: Bearer $TOKEN" https://<inventory_service_route>/providers/vsphere/<UUID>/vms -k # curl -H "Authorization: Bearer $TOKEN" https://<inventory_service_route>/providers/vsphere/<UUID>/vms/<vm-id> -k
"networks": [ { "kind": "OpaqueNetwork", "id": "network-o171" } ],
But we don't see the VM NIC ID.
"nics": [ { "network": { "kind": "Network", "id": "" <====== } , "mac": "00:50:56:84:22:18" } ],