From 61785d9b87afee1ee0bddd3507fcb7b7308be944 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Sat, 3 Mar 2018 15:43:14 +0800 Subject: [PATCH] Made some API changes Change-Id: I4abb0068128d5cd73d42b3ca1607fc982a364efd Issue-ID: HOLMES-115 Signed-off-by: GuangrongFu --- rulemgt/src/main/resources/swagger.json | 10 ++++++++-- 1 file 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" } } } -- 2.16.6