{ "id":"/axapi/v3/traffic-control/rule-set/{name}/rule/{name}/oper", "type":"object", "node-type":"list", "title":"rule", "description":"Operational Status for the object rule", "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" } } } } }