[
https://issues.apache.org/jira/browse/AMBARI-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-17224:
----------------------------------
Attachment: AMBARI-17224_branch-2.4_01.patch
> 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_trunk_01.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)