Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Modifying RestAction for Execute API #246

Merged
merged 1 commit into from
Oct 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class AnomalyResultAction extends ActionType<AnomalyResultResponse> {
public static final AnomalyResultAction INSTANCE = new AnomalyResultAction();
public static final String NAME = "cluster:admin/ad/result";
public static final String NAME = "cluster:admin/opendistro/ad/detector/run";

private AnomalyResultAction() {
super(NAME, AnomalyResultResponse::new);
Expand Down