Support Questions

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

Is there a rest API call in ambari to get all the supported OSes for a given stack?

avatar
Contributor
 
1 ACCEPTED SOLUTION

avatar
Contributor

@vrathod, if you are looking for all supported OS for a stack for a given ambari release, you can try the getVersionDefinitions API with filters.

E.g http://<AMBARI_HOST>:8080/api/v1/version_definitions?fields=VersionDefinition/stack_default,operatin...

Hope this helps!

View solution in original post

2 REPLIES 2

avatar
Contributor

@vrathod, if you are looking for all supported OS for a stack for a given ambari release, you can try the getVersionDefinitions API with filters.

E.g http://<AMBARI_HOST>:8080/api/v1/version_definitions?fields=VersionDefinition/stack_default,operatin...

Hope this helps!

avatar
Contributor

This helps. Thanks @kramakrishnan