[
https://issues.apache.org/jira/browse/AMBARI-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-17224:
----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Committed to trunk
{noformat}
commit 91be58862583047d74604f440d85a9fe64914169
Author: Robert Levas <[email protected]>
Date: Wed Jun 15 09:10:14 2016 -0400
{noformat}
Committed to branch-2.4
{noformat}
commit e1b422ea5b961a1b4369003259e2facc09e46f6d
Author: Robert Levas <[email protected]>
Date: Wed Jun 15 09:10:59 2016 -0400
{noformat}
> Add ability to set GET request directives
> -----------------------------------------
>
> Key: AMBARI-17224
> URL: https://issues.apache.org/jira/browse/AMBARI-17224
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Fix For: 2.4.0
>
> Attachments: AMBARI-17224_branch-2.4_01.patch,
> AMBARI-17224_branch-2.4_02.patch, AMBARI-17224_trunk_01.patch,
> AMBARI-17224_trunk_02.patch
>
>
> Add ability to set GET request directives so that directives may be specified
> in a GET requests. For example, to limit or increase the amount of work
> needed to be performed internally to generate the data being returned.
> Most data in GET requests are retrieved but filtered from the response based
> on the predicate. This means that any data the requires significant
> processing to calculate will be calculated regardless of the requested
> fields. By using a directive this can be controlled.
> Note: It may be possible the use of a PropertyProvider to control this
> instead, but that may not be desired in all cases.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)