Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

CM API call doesn't capture/show all results

avatar
Contributor

Hi Team,

 

I was looking for a way to change some cluster configs (CDH 5.14) and realized that CM API calls for viewing configurations for a particular service doesn't return all the configurable items . For ex: I ran below:

 

https://hostname:7183/api/v19/clusters/cluster/services/sentry/config?view=full

 

But this didn't capture Java heap set for Sentry process. Whats the best way to see entire configuraton items for particular role/service?

 

Thanks in advance.

1 ACCEPTED SOLUTION

avatar
Contributor

Found a solution to this, had to get configuration on role level which prints everything set in CM.

 

https://hostname:7183/api/v19/clusters/cluster/services/sentry/roles/role-name/config?view=full

 

 

View solution in original post

1 REPLY 1

avatar
Contributor

Found a solution to this, had to get configuration on role level which prints everything set in CM.

 

https://hostname:7183/api/v19/clusters/cluster/services/sentry/roles/role-name/config?view=full