summaryrefslogtreecommitdiffstats
path: root/rulemgt
diff options
context:
space:
mode:
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"
}
}
}