Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
08-08-2023
03:58 PM
- last edited on
04-20-2026
11:50 PM
by
GrazittiAPI
I am new to cloudera rest api.
I try to upgrade the cloudera runtime with rest api instead of the web-ui for automation.
I am able to download the CDH with rest api.
curl -X POST -u admin:admin "http://{url}:7180/api/v44/clusters/{cluster-name}/parcels/products/CDH/versions/7.1.8-1.cdh7.1.8.p0.30990532/commands/startDownload"
I am stuck on it ask for upgrade the cluster when it finish the download. From the Web-UI.
it is a series of process.
I can skip all the checkup step(I understand the risks) and upgrade the cluster.
How to do that with the rest api?
Thank you very much!!
Created 08-08-2023 11:33 PM
Created 08-08-2023 11:33 PM
Created 08-09-2023 02:59 PM
yes. it is working. thank you!!
Created 10-23-2023 01:16 AM
Hi,
Can you please share example of this API call, I want to call this API for upgrade.