Ambari REST API 使用介绍 - How To: Use Swagger with Ambari (Explore Ambari REST)

时间:2022-10-31 17:31:03

How To: Use Swagger with Ambari (Explore Ambari REST)

Article

Note : This feature is available from HDP 3.0 (Ambari 2.7)

Ambari 2.7 has a cool new feature where it is integrated with Swagger and you can try and explore all the REST APIs.

Steps to use Swagger

  • Login to Ambari
  • Hit this url ( http://{ambari-host}:8080/api-docs)

This page takes you to the API explorer where you can try different APIs. Here are some of the screenshots.

Ambari REST API 使用介绍 - How To: Use Swagger with Ambari (Explore Ambari REST)

Ambari REST API 使用介绍 - How To: Use Swagger with Ambari (Explore Ambari REST)

You can get all the supported endpoints from http://{ambari-host}:8080/api-docs/swagger.json)

https://community.hortonworks.com/articles/210091/how-to-use-swagger-with-ambari-explore-ambari-rest.html

https://issues.apache.org/jira/browse/AMBARI-20435