Richard Zang created AMBARI-19324:
-------------------------------------
Summary: ambai-web action to download all client configs
Key: AMBARI-19324
URL: https://issues.apache.org/jira/browse/AMBARI-19324
Project: Ambari
Issue Type: Task
Components: ambari-web
Affects Versions: 2.5.0
Reporter: Richard Zang
Assignee: Richard Zang
Priority: Critical
Fix For: 2.5.0
ambari-web has actions to download client configs on service page and host
page. screenshots attached
As part of this task ambari-web should also have action to download client
configs of all services. This action should be present in the left services
menu
API call to use for this action to download all client configs:
{code}
curl --user admin:admin -H "X-Requested-By: ambari" -X GET
http://localhost:8080/api/v1/clusters/c1/components?format=client_config_tar -o
output.tar.gz
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)