Made some API changes
[holmes/rule-management.git] / 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"
         }
       }
     }