NSX-T Data Center REST API
Initiate the rollback of the selected component to a previous version.
This API enables the rollback of the upgrade coordinator to a previous version.It facilitates downgrading the upgrade coordinator on the other two nodes by utilizing
the older version (the 'from' version) of the upgrade coordinator war file stored in the repository.
Finally, it performs a self-rollback to the older version on itself.
Request:
Method:
POST
URI Path(s):
/api/v1/upgrade?action=rollback
Request Headers:
n/a
Query Parameters:
RollbackRequest+
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/upgrade?action=rollback&component_type=UCSuccessful Response:
Response Code:
202 Accepted
Response Headers:
n/a
Response Body:
n/a