{ "id":"/axapi/v3/traffic-control/rule-set/{name}/oper", "type":"object", "node-type":"list", "title":"rule-set", "description":"Operational Status for the object rule-set", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Rule set name", "optional":false }, "oper":{ "type":"object", "properties":{ "policy-status":{ "type":"string", "format":"string" }, "policy-rule-count":{ "type":"number", "format":"number" }, "rule-stats":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "rule-name":{ "type":"string", "format":"string" }, "rule-status":{ "type":"string", "format":"string" }, "rule-hitcount":{ "type":"number", "format":"number" } } } ] } } }, "rule-list":{ "type":"array", "minItems":1, "items":{ "type":"rule" }, "uniqueItems":true, "$ref":"/axapi/v3/traffic-control/rule-set/{name}/rule/{name}", "array":[ { "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Rule name", "optional":false }, "oper":{ "type":"object", "properties":{ "status":{ "type":"string", "format":"string" }, "hitcount":{ "type":"number", "format":"number" } } } }, "required":[ "name" ] } ] } } }