Oleg Nechiporenko created AMBARI-15667:
------------------------------------------
Summary: Alerts: Display support for alert messages with URLs
Key: AMBARI-15667
URL: https://issues.apache.org/jira/browse/AMBARI-15667
Project: Ambari
Issue Type: Task
Components: ambari-web
Affects Versions: 2.4.0
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
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}
Display support for such alerts should allow rendering of the URL as a
clickable link.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)