NSX-T Data Center REST API
Get DVPGs in vCenter
Get DVPGs of vCenter from the config snapshot collected by overlay adoption migration tool. Since this listsDVPGs from a snapshot collected earlier, if some DVPGs got added or deleted later, those will not be reflected
in the API response. Migration tool has to collect config again to get the latest vCenter inventory to reflect any
changes that were done after last config collection.
Request:
Method:
POST
URI Path(s):
/api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/inventory/dvpgs/search
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
DvpgListRequestParameters+
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DvpgListResult+