[ https://issues.apache.org/jira/browse/AMBARI-9874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Hurley updated AMBARI-9874:
------------------------------------
Description:
POST http://localhost:8080/api/v1/alert_targets?overwrite_existing=true
{code}
{
"AlertTarget": {
"name": "Simple",
"description": "This target does not work",
"notification_type": "FOO",
"groups": [1,2,3]
}
}
{code}
was:
POST http://localhost:8080/api/v1/alert_targets?overwriteExisting=true
{code}
{
"AlertTarget": {
"name": "Simple",
"description": "This target does not work",
"notification_type": "FOO",
"groups": [1,2,3]
}
}
{code}
> 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
>
> Attachments: AMBARI-9874.patch
>
>
> POST http://localhost:8080/api/v1/alert_targets?overwrite_existing=true
> {code}
> {
> "AlertTarget": {
> "name": "Simple",
> "description": "This target does not work",
> "notification_type": "FOO",
> "groups": [1,2,3]
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|