常用RESTful调用接口

ambari

http://{ambari-server-host}:8080/api/v1/clusters

api文档:https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md

ambari view

http://{ambari-server-host}:8080/api/v1/views

http://{ambari-server-host}:8080/api/v1/views/FILES

http://{ambari-server-host}:8080/api/v1/views/TEZ

yarn

http://{ambari-server-host}:8088/ws/v1/cluster

api文档:https://hadoop.apache.org/docs/r2.7.3/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html

yarn timeline server

http://{yarn-timeline-server-host}:8188/ws/v1/timeline

api文档:https://hadoop.apache.org/docs/r2.7.4/hadoop-yarn/hadoop-yarn-site/TimelineServer.html#Timeline_Server_REST_API_v1

中文翻译文档:http://han-zw.iteye.com/blog/2332924

spark on yarn

http://{active-resourcemanager-host}:8088/proxy/{spark-on-yarn-app-id}/api/v1/applications/{spark-on-yarn-app-id}/

api文档:https://spark.apache.org/docs/latest/monitoring.html

spark history server

http://{spark-history-server-host}:18081/api/v1/applications/

cloudera manager

api文档:https://www.cloudera.com/documentation/enterprise/5-4-x/topics/cm_intro_api.html

http://cloudera.github.io/cm_api/apidocs/v12/rest.html

HBase

api文档:https://hbase.apache.org/1.2/apidocs/org/apache/hadoop/hbase/rest/package-summary.html

参考链接:https://blog.csdn.net/supperman_009/article/details/64440290

你可能感兴趣的:(常用RESTful调用接口)