Made some API changes 25/33925/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 3 Mar 2018 07:43:14 +0000 (15:43 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Sat, 3 Mar 2018 07:43:14 +0000 (15:43 +0800)
Change-Id: I4abb0068128d5cd73d42b3ca1607fc982a364efd
Issue-ID: HOLMES-115
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
rulemgt/src/main/resources/swagger.json

index e721257..2c1bcda 100644 (file)
     "RuleQueryListResponse" : {
       "type" : "object",
       "properties" : {
-        "rules" : {
+        "correlationRules" : {
           "type" : "array",
           "items" : {
             "$ref" : "#/definitions/RuleResult4API"
           }
         },
-        "totalcount" : {
+        "totalCount" : {
           "type" : "integer",
           "format" : "int32"
         }
         "updatetime" : {
           "type" : "string",
           "format" : "date-time"
+        },
+        "loopcontrolname" : {
+          "type" : "string"
         }
       }
     },
         },
         "ruleid" : {
           "type" : "string"
+        },
+        "loopcontrolname" : {
+          "type" : "string"
         }
       }
     }