You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2013/12/16 17:33:08 UTC

[jira] [Created] (AMBARI-4082) Host configs page makes API call to cluster wide config-groups

Oleg Nechiporenko created AMBARI-4082:
-----------------------------------------

             Summary: Host configs page makes API call to cluster wide config-groups
                 Key: AMBARI-4082
                 URL: https://issues.apache.org/jira/browse/AMBARI-4082
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.4.3
            Reporter: Oleg Nechiporenko
            Assignee: Oleg Nechiporenko
             Fix For: 1.4.3


When I visit a host's configs page, an API call is made to 
{code}
/api/v1/clusters/p600?fields=Clusters/desired_configs,config_groups/*
{code}
instead of making a call to
{code}
/api/v1/clusters/p600/config_groups?tag=HDFS&ConfigGroup/hosts/host_name=host1
{code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)