128
Posts
15
Kudos Received
8
Solutions
05-12-2020
09:37 AM
You may have to write one using Ambari API http://<ambari-server-host>:<port>/api/v1/<resource-path> Ref: https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md Can use just plain CURL or Python to dump JSON and further convert to whichever format you like.
... View more