summaryrefslogtreecommitdiffstats
path: root/rulemgt
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-03 15:43:14 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-03 15:43:14 +0800
commit61785d9b87afee1ee0bddd3507fcb7b7308be944 (patch)
treee4058048bd3c4a52ca03aa4f76694c0c8c9abbc9 /rulemgt
parentd2e0902630ccf06bb466360e036212f5060b9055 (diff)
Made some API changes
Change-Id: I4abb0068128d5cd73d42b3ca1607fc982a364efd Issue-ID: HOLMES-115 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt')
-rw-r--r--rulemgt/src/main/resources/swagger.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/rulemgt/src/main/resources/swagger.json b/rulemgt/src/main/resources/swagger.json
index e721257..2c1bcda 100644
--- a/rulemgt/src/main/resources/swagger.json
+++ b/rulemgt/src/main/resources/swagger.json
@@ -167,13 +167,13 @@
"RuleQueryListResponse" : {
"type" : "object",
"properties" : {
- "rules" : {
+ "correlationRules" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/RuleResult4API"
}
},
- "totalcount" : {
+ "totalCount" : {
"type" : "integer",
"format" : "int32"
}
@@ -211,6 +211,9 @@
"updatetime" : {
"type" : "string",
"format" : "date-time"
+ },
+ "loopcontrolname" : {
+ "type" : "string"
}
}
},
@@ -229,6 +232,9 @@
},
"ruleid" : {
"type" : "string"
+ },
+ "loopcontrolname" : {
+ "type" : "string"
}
}
}