NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to IGNORE |
PUT /policy/api/v1/infra/nvds-urt?action=ignore_migrate_status
(Deprecated)
|
Clean up all nvds upgrade related configurations |
PUT /policy/api/v1/infra/nvds-urt?action=cleanup
(Deprecated)
|
Retrieve latest precheck ID of the N-VDS to VDS migration |
GET /policy/api/v1/infra/nvds-urt/precheck
(Deprecated)
|
Start precheck for N-VDS to VDS migration |
PUT /policy/api/v1/infra/nvds-urt/precheck
(Deprecated)
|
Retrieve latest precheck ID of the N-VDS to VDS migration for the cluster |
GET /policy/api/v1/infra/nvds-urt/precheck-by-cluster/{cluster_id}
(Deprecated)
|
Start precheck for N-VDS to VDS migration by cluster |
PUT /policy/api/v1/infra/nvds-urt/precheck-by-cluster/{cluster_id}
(Deprecated)
|
Start precheck for N-VDS to VDS migration by clusters |
PUT /policy/api/v1/infra/nvds-urt/precheck-by-clusters
(Deprecated)
|
Get summary of N-VDS to VDS migration |
GET /policy/api/v1/infra/nvds-urt/status-summary-by-cluster/{precheck-id}
(Deprecated)
|
Get summary of N-VDS to VDS migration |
GET /policy/api/v1/infra/nvds-urt/status-summary/{precheck-id}
(Deprecated)
|
Set VDS configuration and create it in vCenter |
PUT /policy/api/v1/infra/nvds-urt/topology?action=apply
(Deprecated)
|
Unset VDS configuration and remove it from vCenter |
PUT /policy/api/v1/infra/nvds-urt/topology?action=revert
(Deprecated)
|
Recommmended topology |
GET /policy/api/v1/infra/nvds-urt/topology-by-cluster/{precheck-id}
(Deprecated)
|
Set VDS configuration and create it in vCenter |
PUT /policy/api/v1/infra/nvds-urt/topology-by-cluster/{precheck-id}?action=apply
(Deprecated)
|
Recommmended topology |
GET /policy/api/v1/infra/nvds-urt/topology/{precheck-id}
(Deprecated)
|