Support Questions

Find answers, ask questions, and share your expertise

Get Patch information about cloudera manager CHF using api

avatar
Frequent Visitor

Hi,

I am trying to fetch cloudera manager CHF patch information. I looked through the api documentation and tried to run each api methods to get the data.  I am unable to get the full patch information about Cloudera Manager in Java. Has anyone else found this information? 

I am looking for below information: 

[root@cdp719-11 ~]# rpm -qa | grep cloudera
cloudera-manager-daemons-7.11.3.6-50817646.el9.x86_64
cloudera-manager-agent-7.11.3.6-50817646.el9.x86_64
cloudera-manager-server-7.11.3.6-50817646.el9.x86_64

Below is the research I did so far:

Used Parcels api : gives information about parcels such as CDF - hadoop, kafka etc

Ran through all the api methods in the below page, none of the are giving the patch information

https://archive.cloudera.com/cm7/7.0.3/generic/jar/cm_api/swagger-html-sdk-docs/java/docs/ClouderaMa...

3 REPLIES 3

avatar
Master Mentor

Hello @Bdeyyam 

Cloudera Manager cumulative Hotfix release information can be found in the Cloudera documentation:
Cumulative hotfixes

From the rpm version shared above I can see those are from Cloudera Manager 7.11.3 Cumulative hotfix 4

Hope this help you,
Matt

avatar
Frequent Visitor

Hi @MattWho ,

Thanks for the reply, but I am looking for an api or java class that can provide the same information programatically.

avatar
Frequent Visitor

Does anyone has an update on my request?