You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Antonenko Alexander (JIRA)" <ji...@apache.org> on 2014/07/03 19:26:34 UTC

[jira] [Commented] (AMBARI-6381) Make appropriate changes for GET requests that we will send as POST with custom header

    [ https://issues.apache.org/jira/browse/AMBARI-6381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14051711#comment-14051711 ] 

Antonenko Alexander commented on AMBARI-6381:
---------------------------------------------

+1 for the patch

> 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
>
>         Attachments: AMBARI-6381.patch
>
>
> 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)