Oleg Nechiporenko created AMBARI-15909:
------------------------------------------
Summary: Read-only user is getting extra perms
Key: AMBARI-15909
URL: https://issues.apache.org/jira/browse/AMBARI-15909
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.4.0
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Fix For: 2.4.0
Attachments: Screen Shot 2016-04-14 at 5.34.19 PM.png
See the attached screen-shot !Screen Shot 2016-04-14 at 5.34.19
PM.png|thumbnail!
The help_url field is in the API.
{code}
{
"href" :
"http://c6401.ambari.apache.org:8080/api/v1/clusters/c1/alert_definitions/53",
"AlertDefinition" : {
"cluster_name" : "c1",
"component_name" : "AMBARI_SERVER",
"description" : "This alert is triggered if the server has lost contact
with an agent.",
"enabled" : true,
"help_url" :
"https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Alerts#AmbariAlerts-ambari_agent_heartbeat",
"id" : 53,
"ignore_host" : false,
"interval" : 2,
"label" : "Ambari Agent Heartbeat",
"name" : "ambari_server_agent_heartbeat",
"repeat_tolerance" : 1,
"repeat_tolerance_enabled" : false,
"scope" : "HOST",
"service_name" : "AMBARI",
"source" : {
"class" : "org.apache.ambari.server.alerts.AgentHeartbeatAlertRunnable",
"type" : "SERVER"
}
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)