diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-13 21:57:23 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-13 21:57:23 +0800 |
commit | 9fb39c874178ee713a061d959c31bcbfaa69a09c (patch) | |
tree | 83523921626afedfe9275de0537aade94e90111c /rulemgt/src | |
parent | 159ae613c08dcdddbda9efb8dc26634b691c5693 (diff) |
Modify the invoking URL of Engine Mgmt
Change-Id: I4360acf68b1fcd515334075dd90828aaaf1bef54
Issue-ID: HOLMES-50
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt/src')
-rw-r--r-- | rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java b/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java index 4326643..a9b891a 100644 --- a/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java +++ b/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java @@ -24,6 +24,6 @@ public class RuleMgtConstant { public static final int STATUS_RULE_CLOSE = 0;
public static final int STATUS_RULE_ALL = 2;
public static final String PACKAGE = "package";
- public static final String ENGINE_PATH = "/api/holmes-engine/v1/rule";
+ public static final String ENGINE_PATH = "/openoapi/holmes-engine-mgmt/v1/rule";
public static final int RESPONSE_STATUS_OK = 200;
}
|