Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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