NSX Autonomous Edge REST API
Associated URIs:
API Description | API Path |
---|---|
Get upgrade task statusGet upgrade task status for the given task of the given bundle. Both bundle_name and task_id must be provided, otherwise you will receive a 404 NOT FOUND response. This api is deprecated. Please use API GET /node/upgrade/status-summary to get upgrade status when upgrade is in progress. |
GET /node/upgrade
(Deprecated)
|
Execute upgrade taskExecute upgrade task. |
POST /node/upgrade/performtask
|
Get upgrade progress statusGet progress status of last upgrade step, if upgrade bundle is present. |
GET /node/upgrade/progress-status
|
Get upgrade status summaryGet status summary of node upgrade, if upgrade bundle is present. |
GET /node/upgrade/status-summary
|