Switched from Dropwizard to Springboot
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / constant / AlarmConst.java
index ba3d80e..0cdb66d 100644 (file)
 package org.onap.holmes.common.constant;\r
 \r
 public interface AlarmConst {\r
-\r
-    String MQ_TOPIC_NAME_ALARMS_CORRELATION = "topic://voss/fm/alarms_correlation";\r
-\r
-    String MQ_TOPIC_NAME_ALARM = "topic://voss/fm/alarm";\r
-\r
-    String NFVO_PATH = "/api/umc/v1/fm/curalarms/findAll";\r
-\r
-    int NFVO_STATUS_OK = 200;\r
-\r
     String I18N_EN = "en";\r
 \r
     String I18N_ZH = "zh";\r
@@ -33,10 +24,6 @@ public interface AlarmConst {
 \r
     String ADMIN = "admin";\r
 \r
-    int MICRO_SERVICE_STATUS_SUCCESS = 201;\r
-\r
-    int MICRO_SERVICE_PORT = 8086;\r
-\r
     String HTTP = "http://";\r
 \r
     String HTTPS = "https://";\r