NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Lists the changeable parameters for enabling or disabling the pre-checksLists the changeable parameters for enabling or disabling the pre-checks. |
GET /api/v1/upgrade/pre-upgrade-checks/edge-failover-readiness/config
|
Updates the config to enable/disable the pre-checksUpdates the config to enable/disable the pre-checks. |
PUT /api/v1/upgrade/pre-upgrade-checks/edge-failover-readiness/config
|
Execute peer edge health checks of the given edgeThis API will accept the edge identification information either edge uuid or edge path. Peer(s) of the given edge will be checked to verify their Edge health, LR status, BGP neighbor status. Healthy peer edge(s) ensure minimal downtime when target edge enters maintenance mode. The progress status OK, if checks have passed. Otherwise API will return NOT_OK. If status returns WAIT, In that case system expects client to wait and poll the API after every 1 minute till checks reach terminal state OK or NOT_OK within stipulated internal retry intervals. |
POST /api/v1/upgrade/pre-upgrade-checks/edge/planned-maintenance
|