[
https://issues.apache.org/jira/browse/EAGLE-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055439#comment-16055439
]
ASF GitHub Bot commented on EAGLE-1048:
---------------------------------------
GitHub user zombieJ opened a pull request:
https://github.com/apache/eagle/pull/955
EAGLE-1048 Delete an alert publisher on Eagle UI
https://issues.apache.org/jira/browse/EAGLE-1048
Administer can delete an alert publisher on Eagle UI
Request: DELETE /publishments/\{name\}
Response:
```
OpResult {
public int code = 200; // 200 = SUCCESS
public String message = "";
}
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zombieJ/incubator-eagle EAGLE-1048
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/eagle/pull/955.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #955
----
commit 8dbef4668c57e062f0f1056d6ae6ddc4bcad3fbd
Author: zombieJ <[email protected]>
Date: 2017-06-20T09:28:36Z
support delete publisher
----
> Delete an alert publisher on Eagle UI
> -------------------------------------
>
> Key: EAGLE-1048
> URL: https://issues.apache.org/jira/browse/EAGLE-1048
> Project: Eagle
> Issue Type: Improvement
> Affects Versions: v0.6.0
> Reporter: Zhao, Qingwen
> Assignee: Jilin, Jiang
> Priority: Minor
>
> Administer can delete an alert publisher on Eagle UI
> Request: DELETE /publishments/\{name\}
> Response:
> {code}
> OpResult {
> public int code = 200; // 200 = SUCCESS
> public String message = "";
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)