Dmitry Lysnichenko created AMBARI-6030:
------------------------------------------
Summary: structured_out should be a JSON object, not stringified
JSON
Key: AMBARI-6030
URL: https://issues.apache.org/jira/browse/AMBARI-6030
Project: Ambari
Issue Type: Task
Components: controller
Affects Versions: 1.6.1
Reporter: Dmitry Lysnichenko
Assignee: Dmitry Lysnichenko
Fix For: 1.6.1
Structured_out attribute from Custom Action API is now a stringified JSON. This
should be changed to pure JSON.
Stringified JSON is really hard to read, does not format well, and also there's
no reason for the FE to do JSON parse twice (once for the API response and then
another to parse structured_out).
We should fix this for 1.6.1 before this becomes permanent.
--
This message was sent by Atlassian JIRA
(v6.2#6252)