You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2016/03/16 20:40:33 UTC

[jira] [Created] (AMBARI-15445) Alerts: Allow alerts to emit a structured response

Vitaly Brodetskyi created AMBARI-15445:
------------------------------------------

             Summary: Alerts: Allow alerts to emit a structured response
                 Key: AMBARI-15445
                 URL: https://issues.apache.org/jira/browse/AMBARI-15445
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
             Fix For: 2.4.0


For some alerts, having the ability to include a link in the response would be incredibly beneficial.  Having a structured response format would allow alert creators to add links that operators could click on to help give more context around an alert, or point to a remediation step.  Something like:

{code}
{
  "response": "There were more than 5 soft limits reached in the past 10 minutes.  Please click the link to see the log file.",
  "href": "http://some.server/other/stuff"
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)