Oleg Nechiporenko created AMBARI-6381:
-----------------------------------------
Summary: Make appropriate changes for GET requests that we will
send as POST with custom header
Key: AMBARI-6381
URL: https://issues.apache.org/jira/browse/AMBARI-6381
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.6.1
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Priority: Critical
Fix For: 1.6.1
We have GET request, that can exceed url limit of chars. We will change them
into POST requests, with custom headers, and BE will treat them as GET requests.
Example:
{code}
http://c6401.ambari.apache.org:8080/api/v1/clusters/mycluster/hosts?page_size=25&from=0&Hosts/host_name.in(
*HERE CAN BE 2000 HOST NAMES*
)&fields=Hosts/host_name,Hosts/maintenance_state,Hosts/public_host_name,Hosts/cpu_count,Hosts/ph_cpu_count,Hosts/total_mem,Hosts/host_status,Hosts/last_heartbeat_time,Hosts/os_arch,Hosts/os_type,Hosts/ip,host_components/HostRoles/state,host_components/HostRoles/maintenance_state,host_components/HostRoles/stale_configs,host_components/HostRoles/service_name,metrics/disk,metrics/load/load_one,metrics/cpu/cpu_system,metrics/cpu/cpu_user,metrics/memory/mem_total,metrics/memory/mem_free,alerts/summary&minimal_response=true
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)