Robert Levas created AMBARI-17224:
-------------------------------------
Summary: 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
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)