System Administration > Configuration > Fabric > Nodes > Transport Nodes

Start precheck for N-VDS to VDS migration

Request:

Method:
POST
URI Path(s):
/api/v1/nvds-urt/precheck
Request Headers:
n/a
Query Parameters:
NvdsUpgradePrecheckParameters+
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/nvds-urt/precheck

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NvdsUpgradePrecheckId+

Required Permissions:

crud

Feature:

nodes_transport_nodes Description:
Precheck is peformed at a global level across all NVDSes present in the system. It is expected to check the status once the precheck API is invoked via GetNvdsUpgradeReadinessCheckSummary API. If NVDS configuration like HostSwitchProfiles differs across TransportNodes, precheck will fail and status will be FAILED and error will be reported via the status API. Once the reported errors are fixed, precheck API is expected to be invoked again to rerun precheck. Once NVDS configuration is consistent across all TransportNodes, precheck will pass and a topology will be generated and status will be PENDING_TOPOLOGY. Generated toplogy can be retrieved via GetRecommendedVdsTopology API. User can apply the recommended topology via SetTargetVdsTopology API.

Additional Errors: