You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2015/03/02 19:20:05 UTC

[jira] [Created] (AMBARI-9874) Alert Targets Should Have a Directive to Overwrite Existing On Creation

Jonathan Hurley created AMBARI-9874:
---------------------------------------

             Summary: Alert Targets Should Have a Directive to Overwrite Existing On Creation
                 Key: AMBARI-9874
                 URL: https://issues.apache.org/jira/browse/AMBARI-9874
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: Jonathan Hurley
            Assignee: Jonathan Hurley
            Priority: Critical
             Fix For: 2.0.0


POST http://localhost:8080/api/v1/alert_targets?overwriteExisting=true

{
  "AlertTarget": {
    "name": "Simple",
    "description": "This target does not work",
    "notification_type": "FOO",
    "groups": [1,2,3]
  }
}



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