{ "id":"/axapi/v3/rule-set/{name}/stats", "type":"object", "node-type":"list", "title":"rule-set", "description":"Statistics for the object rule-set", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Rule set name", "optional":false }, "stats":{ "type":"object", "properties":{ "unmatched-drops":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Unmatched drops counter", "long-description":"{}", "optional":true }, "permit":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Permitted counter", "long-description":"{}", "optional":true }, "deny":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Denied counter", "long-description":"{}", "optional":true }, "reset":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Reset counter", "long-description":"{}", "optional":true } } }, "rule-list":{ "type":"array", "minItems":1, "items":{ "type":"rule" }, "uniqueItems":true, "$ref":"/axapi/v3/rule-set/{name}/rule/{name}", "array":[ { "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Rule name", "optional":false }, "stats":{ "type":"object", "properties":{ "hit-count":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Hit counts", "long-description":"{}", "optional":true }, "permit-bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Permitted bytes counter", "long-description":"{}", "optional":true }, "deny-bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Denied bytes counter", "long-description":"{}", "optional":true }, "reset-bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Reset bytes counter", "long-description":"{}", "optional":true }, "permit-packets":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Permitted packets counter", "long-description":"{}", "optional":true }, "deny-packets":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Denied packets counter", "long-description":"{}", "optional":true }, "reset-packets":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Reset packets counter", "long-description":"{}", "optional":true }, "active-session-tcp":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Active TCP session counter", "long-description":"{}", "optional":true }, "active-session-udp":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Active UDP session counter", "long-description":"{}", "optional":true }, "active-session-icmp":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Active ICMP session counter", "long-description":"{}", "optional":true }, "active-session-other":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Active other protocol session counter", "long-description":"{}", "optional":true }, "session-tcp":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"TCP session counter", "long-description":"{}", "optional":true }, "session-udp":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"UDP session counter", "long-description":"{}", "optional":true }, "session-icmp":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"ICMP session counter", "long-description":"{}", "optional":true }, "session-other":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"Other protocol session counter", "long-description":"{}", "optional":true }, "active-session-sctp":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"Active SCTP session counter", "long-description":"{}", "optional":true }, "session-sctp":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"SCTP session counter", "long-description":"{}", "optional":true }, "hitcount-timestamp":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"Last hit counts timestamp", "long-description":"{}", "optional":true }, "rate-limit-drops":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"Rate Limit Drops", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] } ] }, "rules-by-zone":{ "type":"object", "$ref":"/axapi/v3/rule-set/{name}/rules-by-zone", "properties":{ "stats":{ "type":"object", "properties":{ "dummy":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Entry for a10countergen", "long-description":"{}", "optional":true } } } } }, "track-app-rule-list":{ "type":"object", "$ref":"/axapi/v3/rule-set/{name}/rules-by-zone/track-app-rule-list", "properties":{ "stats":{ "type":"object", "properties":{ "dummy":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Entry for a10countergen", "long-description":"{}", "optional":true } } } } }, "app":{ "type":"object", "$ref":"/axapi/v3/rule-set/{name}/rules-by-zone/track-app-rule-list/app", "properties":{ "stats":{ "type":"object", "properties":{ "appstat1":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"counter app stat 1", "long-description":"{}", "optional":true }, "appstat2":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"counter app stat 2", "long-description":"{}", "optional":true }, "appstat3":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"counter app stat 3", "long-description":"{}", "optional":true }, "appstat4":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"counter app stat 4", "long-description":"{}", "optional":true }, "appstat5":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"counter app stat 5", "long-description":"{}", "optional":true }, "appstat6":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"counter app stat 6", "long-description":"{}", "optional":true }, "appstat7":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"counter app stat 7", "long-description":"{}", "optional":true }, "appstat8":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"counter app stat 8", "long-description":"{}", "optional":true }, "appstat9":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"counter app stat 9", "long-description":"{}", "optional":true }, "appstat10":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"counter app stat 10", "long-description":"{}", "optional":true }, "appstat11":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"counter app stat 11", "long-description":"{}", "optional":true }, "appstat12":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"counter app stat 12", "long-description":"{}", "optional":true }, "appstat13":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"counter app stat 13", "long-description":"{}", "optional":true }, "appstat14":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"counter app stat 14", "long-description":"{}", "optional":true }, "appstat15":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"counter app stat 15", "long-description":"{}", "optional":true }, "appstat16":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"counter app stat 16", "long-description":"{}", "optional":true }, "appstat17":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"counter app stat 17", "long-description":"{}", "optional":true }, "appstat18":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"counter app stat 18", "long-description":"{}", "optional":true }, "appstat19":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"counter app stat 19", "long-description":"{}", "optional":true }, "appstat20":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"counter app stat 20", "long-description":"{}", "optional":true }, "appstat21":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"counter app stat 21", "long-description":"{}", "optional":true }, "appstat22":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"counter app stat 22", "long-description":"{}", "optional":true }, "appstat23":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"counter app stat 23", "long-description":"{}", "optional":true }, "appstat24":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"counter app stat 24", "long-description":"{}", "optional":true }, "appstat25":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"counter app stat 25", "long-description":"{}", "optional":true }, "appstat26":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"counter app stat 26", "long-description":"{}", "optional":true }, "appstat27":{ "type":"number", "format":"counter", "size":"8", "oid":"27", "description":"counter app stat 27", "long-description":"{}", "optional":true }, "appstat28":{ "type":"number", "format":"counter", "size":"8", "oid":"28", "description":"counter app stat 28", "long-description":"{}", "optional":true }, "appstat29":{ "type":"number", "format":"counter", "size":"8", "oid":"29", "description":"counter app stat 29", "long-description":"{}", "optional":true }, "appstat30":{ "type":"number", "format":"counter", "size":"8", "oid":"30", "description":"counter app stat 30", "long-description":"{}", "optional":true }, "appstat31":{ "type":"number", "format":"counter", "size":"8", "oid":"31", "description":"counter app stat 31", "long-description":"{}", "optional":true }, "appstat32":{ "type":"number", "format":"counter", "size":"8", "oid":"32", "description":"counter app stat 32", "long-description":"{}", "optional":true }, "appstat33":{ "type":"number", "format":"counter", "size":"8", "oid":"33", "description":"counter app stat 33", "long-description":"{}", "optional":true }, "appstat34":{ "type":"number", "format":"counter", "size":"8", "oid":"34", "description":"counter app stat 34", "long-description":"{}", "optional":true }, "appstat35":{ "type":"number", "format":"counter", "size":"8", "oid":"35", "description":"counter app stat 35", "long-description":"{}", "optional":true }, "appstat36":{ "type":"number", "format":"counter", "size":"8", "oid":"36", "description":"counter app stat 36", "long-description":"{}", "optional":true }, "appstat37":{ "type":"number", "format":"counter", "size":"8", "oid":"37", "description":"counter app stat 37", "long-description":"{}", "optional":true }, "appstat38":{ "type":"number", "format":"counter", "size":"8", "oid":"38", "description":"counter app stat 38", "long-description":"{}", "optional":true }, "appstat39":{ "type":"number", "format":"counter", "size":"8", "oid":"39", "description":"counter app stat 39", "long-description":"{}", "optional":true }, "appstat40":{ "type":"number", "format":"counter", "size":"8", "oid":"40", "description":"counter app stat 40", "long-description":"{}", "optional":true }, "appstat41":{ "type":"number", "format":"counter", "size":"8", "oid":"41", "description":"counter app stat 41", "long-description":"{}", "optional":true }, "appstat42":{ "type":"number", "format":"counter", "size":"8", "oid":"42", "description":"counter app stat 42", "long-description":"{}", "optional":true }, "appstat43":{ "type":"number", "format":"counter", "size":"8", "oid":"43", "description":"counter app stat 43", "long-description":"{}", "optional":true }, "appstat44":{ "type":"number", "format":"counter", "size":"8", "oid":"44", "description":"counter app stat 44", "long-description":"{}", "optional":true }, "appstat45":{ "type":"number", "format":"counter", "size":"8", "oid":"45", "description":"counter app stat 45", "long-description":"{}", "optional":true }, "appstat46":{ "type":"number", "format":"counter", "size":"8", "oid":"46", "description":"counter app stat 46", "long-description":"{}", "optional":true }, "appstat47":{ "type":"number", "format":"counter", "size":"8", "oid":"47", "description":"counter app stat 47", "long-description":"{}", "optional":true }, "appstat48":{ "type":"number", "format":"counter", "size":"8", "oid":"48", "description":"counter app stat 48", "long-description":"{}", "optional":true }, "appstat49":{ "type":"number", "format":"counter", "size":"8", "oid":"49", "description":"counter app stat 49", "long-description":"{}", "optional":true }, "appstat50":{ "type":"number", "format":"counter", "size":"8", "oid":"50", "description":"counter app stat 50", "long-description":"{}", "optional":true }, "appstat51":{ "type":"number", "format":"counter", "size":"8", "oid":"51", "description":"counter app stat 51", "long-description":"{}", "optional":true }, "appstat52":{ "type":"number", "format":"counter", "size":"8", "oid":"52", "description":"counter app stat 52", "long-description":"{}", "optional":true }, "appstat53":{ "type":"number", "format":"counter", "size":"8", "oid":"53", "description":"counter app stat 53", "long-description":"{}", "optional":true }, "appstat54":{ "type":"number", "format":"counter", "size":"8", "oid":"54", "description":"counter app stat 54", "long-description":"{}", "optional":true }, "appstat55":{ "type":"number", "format":"counter", "size":"8", "oid":"55", "description":"counter app stat 55", "long-description":"{}", "optional":true }, "appstat56":{ "type":"number", "format":"counter", "size":"8", "oid":"56", "description":"counter app stat 56", "long-description":"{}", "optional":true }, "appstat57":{ "type":"number", "format":"counter", "size":"8", "oid":"57", "description":"counter app stat 57", "long-description":"{}", "optional":true }, "appstat58":{ "type":"number", "format":"counter", "size":"8", "oid":"58", "description":"counter app stat 58", "long-description":"{}", "optional":true }, "appstat59":{ "type":"number", "format":"counter", "size":"8", "oid":"59", "description":"counter app stat 59", "long-description":"{}", "optional":true }, "appstat60":{ "type":"number", "format":"counter", "size":"8", "oid":"60", "description":"counter app stat 60", "long-description":"{}", "optional":true }, "appstat61":{ "type":"number", "format":"counter", "size":"8", "oid":"61", "description":"counter app stat 61", "long-description":"{}", "optional":true }, "appstat62":{ "type":"number", "format":"counter", "size":"8", "oid":"62", "description":"counter app stat 62", "long-description":"{}", "optional":true }, "appstat63":{ "type":"number", "format":"counter", "size":"8", "oid":"63", "description":"counter app stat 63", "long-description":"{}", "optional":true }, "appstat64":{ "type":"number", "format":"counter", "size":"8", "oid":"64", "description":"counter app stat 64", "long-description":"{}", "optional":true }, "appstat65":{ "type":"number", "format":"counter", "size":"8", "oid":"65", "description":"counter app stat 65", "long-description":"{}", "optional":true }, "appstat66":{ "type":"number", "format":"counter", "size":"8", "oid":"66", "description":"counter app stat 66", "long-description":"{}", "optional":true }, "appstat67":{ "type":"number", "format":"counter", "size":"8", "oid":"67", "description":"counter app stat 67", "long-description":"{}", "optional":true }, "appstat68":{ "type":"number", "format":"counter", "size":"8", "oid":"68", "description":"counter app stat 68", "long-description":"{}", "optional":true }, "appstat69":{ "type":"number", "format":"counter", "size":"8", "oid":"69", "description":"counter app stat 69", "long-description":"{}", "optional":true }, "appstat70":{ "type":"number", "format":"counter", "size":"8", "oid":"70", "description":"counter app stat 70", "long-description":"{}", "optional":true }, "appstat71":{ "type":"number", "format":"counter", "size":"8", "oid":"71", "description":"counter app stat 71", "long-description":"{}", "optional":true }, "appstat72":{ "type":"number", "format":"counter", "size":"8", "oid":"72", "description":"counter app stat 72", "long-description":"{}", "optional":true }, "appstat73":{ "type":"number", "format":"counter", "size":"8", "oid":"73", "description":"counter app stat 73", "long-description":"{}", "optional":true }, "appstat74":{ "type":"number", "format":"counter", "size":"8", "oid":"74", "description":"counter app stat 74", "long-description":"{}", "optional":true }, "appstat75":{ "type":"number", "format":"counter", "size":"8", "oid":"75", "description":"counter app stat 75", "long-description":"{}", "optional":true }, "appstat76":{ "type":"number", "format":"counter", "size":"8", "oid":"76", "description":"counter app stat 76", "long-description":"{}", "optional":true }, "appstat77":{ "type":"number", "format":"counter", "size":"8", "oid":"77", "description":"counter app stat 77", "long-description":"{}", "optional":true }, "appstat78":{ "type":"number", "format":"counter", "size":"8", "oid":"78", "description":"counter app stat 78", "long-description":"{}", "optional":true }, "appstat79":{ "type":"number", "format":"counter", "size":"8", "oid":"79", "description":"counter app stat 79", "long-description":"{}", "optional":true }, "appstat80":{ "type":"number", "format":"counter", "size":"8", "oid":"80", "description":"counter app stat 80", "long-description":"{}", "optional":true }, "appstat81":{ "type":"number", "format":"counter", "size":"8", "oid":"81", "description":"counter app stat 81", "long-description":"{}", "optional":true }, "appstat82":{ "type":"number", "format":"counter", "size":"8", "oid":"82", "description":"counter app stat 82", "long-description":"{}", "optional":true }, "appstat83":{ "type":"number", "format":"counter", "size":"8", "oid":"83", "description":"counter app stat 83", "long-description":"{}", "optional":true }, "appstat84":{ "type":"number", "format":"counter", "size":"8", "oid":"84", "description":"counter app stat 84", "long-description":"{}", "optional":true }, "appstat85":{ "type":"number", "format":"counter", "size":"8", "oid":"85", "description":"counter app stat 85", "long-description":"{}", "optional":true }, "appstat86":{ "type":"number", "format":"counter", "size":"8", "oid":"86", "description":"counter app stat 86", "long-description":"{}", "optional":true }, "appstat87":{ "type":"number", "format":"counter", "size":"8", "oid":"87", "description":"counter app stat 87", "long-description":"{}", "optional":true }, "appstat88":{ "type":"number", "format":"counter", "size":"8", "oid":"88", "description":"counter app stat 88", "long-description":"{}", "optional":true }, "appstat89":{ "type":"number", "format":"counter", "size":"8", "oid":"89", "description":"counter app stat 89", "long-description":"{}", "optional":true }, "appstat90":{ "type":"number", "format":"counter", "size":"8", "oid":"90", "description":"counter app stat 90", "long-description":"{}", "optional":true }, "appstat91":{ "type":"number", "format":"counter", "size":"8", "oid":"91", "description":"counter app stat 91", "long-description":"{}", "optional":true }, "appstat92":{ "type":"number", "format":"counter", "size":"8", "oid":"92", "description":"counter app stat 92", "long-description":"{}", "optional":true }, "appstat93":{ "type":"number", "format":"counter", "size":"8", "oid":"93", "description":"counter app stat 93", "long-description":"{}", "optional":true }, "appstat94":{ "type":"number", "format":"counter", "size":"8", "oid":"94", "description":"counter app stat 94", "long-description":"{}", "optional":true }, "appstat95":{ "type":"number", "format":"counter", "size":"8", "oid":"95", "description":"counter app stat 95", "long-description":"{}", "optional":true }, "appstat96":{ "type":"number", "format":"counter", "size":"8", "oid":"96", "description":"counter app stat 96", "long-description":"{}", "optional":true }, "appstat97":{ "type":"number", "format":"counter", "size":"8", "oid":"97", "description":"counter app stat 97", "long-description":"{}", "optional":true }, "appstat98":{ "type":"number", "format":"counter", "size":"8", "oid":"98", "description":"counter app stat 98", "long-description":"{}", "optional":true }, "appstat99":{ "type":"number", "format":"counter", "size":"8", "oid":"99", "description":"counter app stat 99", "long-description":"{}", "optional":true }, "appstat100":{ "type":"number", "format":"counter", "size":"8", "oid":"100", "description":"counter app stat 100", "long-description":"{}", "optional":true }, "appstat101":{ "type":"number", "format":"counter", "size":"8", "oid":"101", "description":"counter app stat 101", "long-description":"{}", "optional":true }, "appstat102":{ "type":"number", "format":"counter", "size":"8", "oid":"102", "description":"counter app stat 102", "long-description":"{}", "optional":true }, "appstat103":{ "type":"number", "format":"counter", "size":"8", "oid":"103", "description":"counter app stat 103", "long-description":"{}", "optional":true }, "appstat104":{ "type":"number", "format":"counter", "size":"8", "oid":"104", "description":"counter app stat 104", "long-description":"{}", "optional":true }, "appstat105":{ "type":"number", "format":"counter", "size":"8", "oid":"105", "description":"counter app stat 105", "long-description":"{}", "optional":true }, "appstat106":{ "type":"number", "format":"counter", "size":"8", "oid":"106", "description":"counter app stat 106", "long-description":"{}", "optional":true }, "appstat107":{ "type":"number", "format":"counter", "size":"8", "oid":"107", "description":"counter app stat 107", "long-description":"{}", "optional":true }, "appstat108":{ "type":"number", "format":"counter", "size":"8", "oid":"108", "description":"counter app stat 108", "long-description":"{}", "optional":true }, "appstat109":{ "type":"number", "format":"counter", "size":"8", "oid":"109", "description":"counter app stat 109", "long-description":"{}", "optional":true }, "appstat110":{ "type":"number", "format":"counter", "size":"8", "oid":"110", "description":"counter app stat 110", "long-description":"{}", "optional":true }, "appstat111":{ "type":"number", "format":"counter", "size":"8", "oid":"111", "description":"counter app stat 111", "long-description":"{}", "optional":true }, "appstat112":{ "type":"number", "format":"counter", "size":"8", "oid":"112", "description":"counter app stat 112", "long-description":"{}", "optional":true }, "appstat113":{ "type":"number", "format":"counter", "size":"8", "oid":"113", "description":"counter app stat 113", "long-description":"{}", "optional":true }, "appstat114":{ "type":"number", "format":"counter", "size":"8", "oid":"114", "description":"counter app stat 114", "long-description":"{}", "optional":true }, "appstat115":{ "type":"number", "format":"counter", "size":"8", "oid":"115", "description":"counter app stat 115", "long-description":"{}", "optional":true }, "appstat116":{ "type":"number", "format":"counter", "size":"8", "oid":"116", "description":"counter app stat 116", "long-description":"{}", "optional":true }, "appstat117":{ "type":"number", "format":"counter", "size":"8", "oid":"117", "description":"counter app stat 117", "long-description":"{}", "optional":true }, "appstat118":{ "type":"number", "format":"counter", "size":"8", "oid":"118", "description":"counter app stat 118", "long-description":"{}", "optional":true }, "appstat119":{ "type":"number", "format":"counter", "size":"8", "oid":"119", "description":"counter app stat 119", "long-description":"{}", "optional":true }, "appstat120":{ "type":"number", "format":"counter", "size":"8", "oid":"120", "description":"counter app stat 120", "long-description":"{}", "optional":true }, "appstat121":{ "type":"number", "format":"counter", "size":"8", "oid":"121", "description":"counter app stat 121", "long-description":"{}", "optional":true }, "appstat122":{ "type":"number", "format":"counter", "size":"8", "oid":"122", "description":"counter app stat 122", "long-description":"{}", "optional":true }, "appstat123":{ "type":"number", "format":"counter", "size":"8", "oid":"123", "description":"counter app stat 123", "long-description":"{}", "optional":true }, "appstat124":{ "type":"number", "format":"counter", "size":"8", "oid":"124", "description":"counter app stat 124", "long-description":"{}", "optional":true }, "appstat125":{ "type":"number", "format":"counter", "size":"8", "oid":"125", "description":"counter app stat 125", "long-description":"{}", "optional":true }, "appstat126":{ "type":"number", "format":"counter", "size":"8", "oid":"126", "description":"counter app stat 126", "long-description":"{}", "optional":true }, "appstat127":{ "type":"number", "format":"counter", "size":"8", "oid":"127", "description":"counter app stat 127", "long-description":"{}", "optional":true }, "appstat128":{ "type":"number", "format":"counter", "size":"8", "oid":"128", "description":"counter app stat 128", "long-description":"{}", "optional":true }, "appstat129":{ "type":"number", "format":"counter", "size":"8", "oid":"129", "description":"counter app stat 129", "long-description":"{}", "optional":true }, "appstat130":{ "type":"number", "format":"counter", "size":"8", "oid":"130", "description":"counter app stat 130", "long-description":"{}", "optional":true }, "appstat131":{ "type":"number", "format":"counter", "size":"8", "oid":"131", "description":"counter app stat 131", "long-description":"{}", "optional":true }, "appstat132":{ "type":"number", "format":"counter", "size":"8", "oid":"132", "description":"counter app stat 132", "long-description":"{}", "optional":true }, "appstat133":{ "type":"number", "format":"counter", "size":"8", "oid":"133", "description":"counter app stat 133", "long-description":"{}", "optional":true }, "appstat134":{ "type":"number", "format":"counter", "size":"8", "oid":"134", "description":"counter app stat 134", "long-description":"{}", "optional":true }, "appstat135":{ "type":"number", "format":"counter", "size":"8", "oid":"135", "description":"counter app stat 135", "long-description":"{}", "optional":true }, "appstat136":{ "type":"number", "format":"counter", "size":"8", "oid":"136", "description":"counter app stat 136", "long-description":"{}", "optional":true }, "appstat137":{ "type":"number", "format":"counter", "size":"8", "oid":"137", "description":"counter app stat 137", "long-description":"{}", "optional":true }, "appstat138":{ "type":"number", "format":"counter", "size":"8", "oid":"138", "description":"counter app stat 138", "long-description":"{}", "optional":true }, "appstat139":{ "type":"number", "format":"counter", "size":"8", "oid":"139", "description":"counter app stat 139", "long-description":"{}", "optional":true }, "appstat140":{ "type":"number", "format":"counter", "size":"8", "oid":"140", "description":"counter app stat 140", "long-description":"{}", "optional":true }, "appstat141":{ "type":"number", "format":"counter", "size":"8", "oid":"141", "description":"counter app stat 141", "long-description":"{}", "optional":true }, "appstat142":{ "type":"number", "format":"counter", "size":"8", "oid":"142", "description":"counter app stat 142", "long-description":"{}", "optional":true }, "appstat143":{ "type":"number", "format":"counter", "size":"8", "oid":"143", "description":"counter app stat 143", "long-description":"{}", "optional":true }, "appstat144":{ "type":"number", "format":"counter", "size":"8", "oid":"144", "description":"counter app stat 144", "long-description":"{}", "optional":true }, "appstat145":{ "type":"number", "format":"counter", "size":"8", "oid":"145", "description":"counter app stat 145", "long-description":"{}", "optional":true }, "appstat146":{ "type":"number", "format":"counter", "size":"8", "oid":"146", "description":"counter app stat 146", "long-description":"{}", "optional":true }, "appstat147":{ "type":"number", "format":"counter", "size":"8", "oid":"147", "description":"counter app stat 147", "long-description":"{}", "optional":true }, "appstat148":{ "type":"number", "format":"counter", "size":"8", "oid":"148", "description":"counter app stat 148", "long-description":"{}", "optional":true }, "appstat149":{ "type":"number", "format":"counter", "size":"8", "oid":"149", "description":"counter app stat 149", "long-description":"{}", "optional":true }, "appstat150":{ "type":"number", "format":"counter", "size":"8", "oid":"150", "description":"counter app stat 150", "long-description":"{}", "optional":true }, "appstat151":{ "type":"number", "format":"counter", "size":"8", "oid":"151", "description":"counter app stat 151", "long-description":"{}", "optional":true }, "appstat152":{ "type":"number", "format":"counter", "size":"8", "oid":"152", "description":"counter app stat 152", "long-description":"{}", "optional":true }, "appstat153":{ "type":"number", "format":"counter", "size":"8", "oid":"153", "description":"counter app stat 153", "long-description":"{}", "optional":true }, "appstat154":{ "type":"number", "format":"counter", "size":"8", "oid":"154", "description":"counter app stat 154", "long-description":"{}", "optional":true }, "appstat155":{ "type":"number", "format":"counter", "size":"8", "oid":"155", "description":"counter app stat 155", "long-description":"{}", "optional":true }, "appstat156":{ "type":"number", "format":"counter", "size":"8", "oid":"156", "description":"counter app stat 156", "long-description":"{}", "optional":true }, "appstat157":{ "type":"number", "format":"counter", "size":"8", "oid":"157", "description":"counter app stat 157", "long-description":"{}", "optional":true }, "appstat158":{ "type":"number", "format":"counter", "size":"8", "oid":"158", "description":"counter app stat 158", "long-description":"{}", "optional":true }, "appstat159":{ "type":"number", "format":"counter", "size":"8", "oid":"159", "description":"counter app stat 159", "long-description":"{}", "optional":true }, "appstat160":{ "type":"number", "format":"counter", "size":"8", "oid":"160", "description":"counter app stat 160", "long-description":"{}", "optional":true }, "appstat161":{ "type":"number", "format":"counter", "size":"8", "oid":"161", "description":"counter app stat 161", "long-description":"{}", "optional":true }, "appstat162":{ "type":"number", "format":"counter", "size":"8", "oid":"162", "description":"counter app stat 162", "long-description":"{}", "optional":true }, "appstat163":{ "type":"number", "format":"counter", "size":"8", "oid":"163", "description":"counter app stat 163", "long-description":"{}", "optional":true }, "appstat164":{ "type":"number", "format":"counter", "size":"8", "oid":"164", "description":"counter app stat 164", "long-description":"{}", "optional":true }, "appstat165":{ "type":"number", "format":"counter", "size":"8", "oid":"165", "description":"counter app stat 165", "long-description":"{}", "optional":true }, "appstat166":{ "type":"number", "format":"counter", "size":"8", "oid":"166", "description":"counter app stat 166", "long-description":"{}", "optional":true }, "appstat167":{ "type":"number", "format":"counter", "size":"8", "oid":"167", "description":"counter app stat 167", "long-description":"{}", "optional":true }, "appstat168":{ "type":"number", "format":"counter", "size":"8", "oid":"168", "description":"counter app stat 168", "long-description":"{}", "optional":true }, "appstat169":{ "type":"number", "format":"counter", "size":"8", "oid":"169", "description":"counter app stat 169", "long-description":"{}", "optional":true }, "appstat170":{ "type":"number", "format":"counter", "size":"8", "oid":"170", "description":"counter app stat 170", "long-description":"{}", "optional":true }, "appstat171":{ "type":"number", "format":"counter", "size":"8", "oid":"171", "description":"counter app stat 171", "long-description":"{}", "optional":true }, "appstat172":{ "type":"number", "format":"counter", "size":"8", "oid":"172", "description":"counter app stat 172", "long-description":"{}", "optional":true }, "appstat173":{ "type":"number", "format":"counter", "size":"8", "oid":"173", "description":"counter app stat 173", "long-description":"{}", "optional":true }, "appstat174":{ "type":"number", "format":"counter", "size":"8", "oid":"174", "description":"counter app stat 174", "long-description":"{}", "optional":true }, "appstat175":{ "type":"number", "format":"counter", "size":"8", "oid":"175", "description":"counter app stat 175", "long-description":"{}", "optional":true }, "appstat176":{ "type":"number", "format":"counter", "size":"8", "oid":"176", "description":"counter app stat 176", "long-description":"{}", "optional":true }, "appstat177":{ "type":"number", "format":"counter", "size":"8", "oid":"177", "description":"counter app stat 177", "long-description":"{}", "optional":true }, "appstat178":{ "type":"number", "format":"counter", "size":"8", "oid":"178", "description":"counter app stat 178", "long-description":"{}", "optional":true }, "appstat179":{ "type":"number", "format":"counter", "size":"8", "oid":"179", "description":"counter app stat 179", "long-description":"{}", "optional":true }, "appstat180":{ "type":"number", "format":"counter", "size":"8", "oid":"180", "description":"counter app stat 180", "long-description":"{}", "optional":true }, "appstat181":{ "type":"number", "format":"counter", "size":"8", "oid":"181", "description":"counter app stat 181", "long-description":"{}", "optional":true }, "appstat182":{ "type":"number", "format":"counter", "size":"8", "oid":"182", "description":"counter app stat 182", "long-description":"{}", "optional":true }, "appstat183":{ "type":"number", "format":"counter", "size":"8", "oid":"183", "description":"counter app stat 183", "long-description":"{}", "optional":true }, "appstat184":{ "type":"number", "format":"counter", "size":"8", "oid":"184", "description":"counter app stat 184", "long-description":"{}", "optional":true }, "appstat185":{ "type":"number", "format":"counter", "size":"8", "oid":"185", "description":"counter app stat 185", "long-description":"{}", "optional":true }, "appstat186":{ "type":"number", "format":"counter", "size":"8", "oid":"186", "description":"counter app stat 186", "long-description":"{}", "optional":true }, "appstat187":{ "type":"number", "format":"counter", "size":"8", "oid":"187", "description":"counter app stat 187", "long-description":"{}", "optional":true }, "appstat188":{ "type":"number", "format":"counter", "size":"8", "oid":"188", "description":"counter app stat 188", "long-description":"{}", "optional":true }, "appstat189":{ "type":"number", "format":"counter", "size":"8", "oid":"189", "description":"counter app stat 189", "long-description":"{}", "optional":true }, "appstat190":{ "type":"number", "format":"counter", "size":"8", "oid":"190", "description":"counter app stat 190", "long-description":"{}", "optional":true }, "appstat191":{ "type":"number", "format":"counter", "size":"8", "oid":"191", "description":"counter app stat 191", "long-description":"{}", "optional":true }, "appstat192":{ "type":"number", "format":"counter", "size":"8", "oid":"192", "description":"counter app stat 192", "long-description":"{}", "optional":true }, "appstat193":{ "type":"number", "format":"counter", "size":"8", "oid":"193", "description":"counter app stat 193", "long-description":"{}", "optional":true }, "appstat194":{ "type":"number", "format":"counter", "size":"8", "oid":"194", "description":"counter app stat 194", "long-description":"{}", "optional":true }, "appstat195":{ "type":"number", "format":"counter", "size":"8", "oid":"195", "description":"counter app stat 195", "long-description":"{}", "optional":true }, "appstat196":{ "type":"number", "format":"counter", "size":"8", "oid":"196", "description":"counter app stat 196", "long-description":"{}", "optional":true }, "appstat197":{ "type":"number", "format":"counter", "size":"8", "oid":"197", "description":"counter app stat 197", "long-description":"{}", "optional":true }, "appstat198":{ "type":"number", "format":"counter", "size":"8", "oid":"198", "description":"counter app stat 198", "long-description":"{}", "optional":true }, "appstat199":{ "type":"number", "format":"counter", "size":"8", "oid":"199", "description":"counter app stat 199", "long-description":"{}", "optional":true }, "appstat200":{ "type":"number", "format":"counter", "size":"8", "oid":"200", "description":"counter app stat 200", "long-description":"{}", "optional":true }, "appstat201":{ "type":"number", "format":"counter", "size":"8", "oid":"201", "description":"counter app stat 201", "long-description":"{}", "optional":true }, "appstat202":{ "type":"number", "format":"counter", "size":"8", "oid":"202", "description":"counter app stat 202", "long-description":"{}", "optional":true }, "appstat203":{ "type":"number", "format":"counter", "size":"8", "oid":"203", "description":"counter app stat 203", "long-description":"{}", "optional":true }, "appstat204":{ "type":"number", "format":"counter", "size":"8", "oid":"204", "description":"counter app stat 204", "long-description":"{}", "optional":true }, "appstat205":{ "type":"number", "format":"counter", "size":"8", "oid":"205", "description":"counter app stat 205", "long-description":"{}", "optional":true }, "appstat206":{ "type":"number", "format":"counter", "size":"8", "oid":"206", "description":"counter app stat 206", "long-description":"{}", "optional":true }, "appstat207":{ "type":"number", "format":"counter", "size":"8", "oid":"207", "description":"counter app stat 207", "long-description":"{}", "optional":true }, "appstat208":{ "type":"number", "format":"counter", "size":"8", "oid":"208", "description":"counter app stat 208", "long-description":"{}", "optional":true }, "appstat209":{ "type":"number", "format":"counter", "size":"8", "oid":"209", "description":"counter app stat 209", "long-description":"{}", "optional":true }, "appstat210":{ "type":"number", "format":"counter", "size":"8", "oid":"210", "description":"counter app stat 210", "long-description":"{}", "optional":true }, "appstat211":{ "type":"number", "format":"counter", "size":"8", "oid":"211", "description":"counter app stat 211", "long-description":"{}", "optional":true }, "appstat212":{ "type":"number", "format":"counter", "size":"8", "oid":"212", "description":"counter app stat 212", "long-description":"{}", "optional":true }, "appstat213":{ "type":"number", "format":"counter", "size":"8", "oid":"213", "description":"counter app stat 213", "long-description":"{}", "optional":true }, "appstat214":{ "type":"number", "format":"counter", "size":"8", "oid":"214", "description":"counter app stat 214", "long-description":"{}", "optional":true }, "appstat215":{ "type":"number", "format":"counter", "size":"8", "oid":"215", "description":"counter app stat 215", "long-description":"{}", "optional":true }, "appstat216":{ "type":"number", "format":"counter", "size":"8", "oid":"216", "description":"counter app stat 216", "long-description":"{}", "optional":true }, "appstat217":{ "type":"number", "format":"counter", "size":"8", "oid":"217", "description":"counter app stat 217", "long-description":"{}", "optional":true }, "appstat218":{ "type":"number", "format":"counter", "size":"8", "oid":"218", "description":"counter app stat 218", "long-description":"{}", "optional":true }, "appstat219":{ "type":"number", "format":"counter", "size":"8", "oid":"219", "description":"counter app stat 219", "long-description":"{}", "optional":true }, "appstat220":{ "type":"number", "format":"counter", "size":"8", "oid":"220", "description":"counter app stat 220", "long-description":"{}", "optional":true }, "appstat221":{ "type":"number", "format":"counter", "size":"8", "oid":"221", "description":"counter app stat 221", "long-description":"{}", "optional":true }, "appstat222":{ "type":"number", "format":"counter", "size":"8", "oid":"222", "description":"counter app stat 222", "long-description":"{}", "optional":true }, "appstat223":{ "type":"number", "format":"counter", "size":"8", "oid":"223", "description":"counter app stat 223", "long-description":"{}", "optional":true }, "appstat224":{ "type":"number", "format":"counter", "size":"8", "oid":"224", "description":"counter app stat 224", "long-description":"{}", "optional":true }, "appstat225":{ "type":"number", "format":"counter", "size":"8", "oid":"225", "description":"counter app stat 225", "long-description":"{}", "optional":true }, "appstat226":{ "type":"number", "format":"counter", "size":"8", "oid":"226", "description":"counter app stat 226", "long-description":"{}", "optional":true }, "appstat227":{ "type":"number", "format":"counter", "size":"8", "oid":"227", "description":"counter app stat 227", "long-description":"{}", "optional":true }, "appstat228":{ "type":"number", "format":"counter", "size":"8", "oid":"228", "description":"counter app stat 228", "long-description":"{}", "optional":true }, "appstat229":{ "type":"number", "format":"counter", "size":"8", "oid":"229", "description":"counter app stat 229", "long-description":"{}", "optional":true }, "appstat230":{ "type":"number", "format":"counter", "size":"8", "oid":"230", "description":"counter app stat 230", "long-description":"{}", "optional":true }, "appstat231":{ "type":"number", "format":"counter", "size":"8", "oid":"231", "description":"counter app stat 231", "long-description":"{}", "optional":true }, "appstat232":{ "type":"number", "format":"counter", "size":"8", "oid":"232", "description":"counter app stat 232", "long-description":"{}", "optional":true }, "appstat233":{ "type":"number", "format":"counter", "size":"8", "oid":"233", "description":"counter app stat 233", "long-description":"{}", "optional":true }, "appstat234":{ "type":"number", "format":"counter", "size":"8", "oid":"234", "description":"counter app stat 234", "long-description":"{}", "optional":true }, "appstat235":{ "type":"number", "format":"counter", "size":"8", "oid":"235", "description":"counter app stat 235", "long-description":"{}", "optional":true }, "appstat236":{ "type":"number", "format":"counter", "size":"8", "oid":"236", "description":"counter app stat 236", "long-description":"{}", "optional":true }, "appstat237":{ "type":"number", "format":"counter", "size":"8", "oid":"237", "description":"counter app stat 237", "long-description":"{}", "optional":true }, "appstat238":{ "type":"number", "format":"counter", "size":"8", "oid":"238", "description":"counter app stat 238", "long-description":"{}", "optional":true }, "appstat239":{ "type":"number", "format":"counter", "size":"8", "oid":"239", "description":"counter app stat 239", "long-description":"{}", "optional":true }, "appstat240":{ "type":"number", "format":"counter", "size":"8", "oid":"240", "description":"counter app stat 240", "long-description":"{}", "optional":true }, "appstat241":{ "type":"number", "format":"counter", "size":"8", "oid":"241", "description":"counter app stat 241", "long-description":"{}", "optional":true }, "appstat242":{ "type":"number", "format":"counter", "size":"8", "oid":"242", "description":"counter app stat 242", "long-description":"{}", "optional":true }, "appstat243":{ "type":"number", "format":"counter", "size":"8", "oid":"243", "description":"counter app stat 243", "long-description":"{}", "optional":true }, "appstat244":{ "type":"number", "format":"counter", "size":"8", "oid":"244", "description":"counter app stat 244", "long-description":"{}", "optional":true }, "appstat245":{ "type":"number", "format":"counter", "size":"8", "oid":"245", "description":"counter app stat 245", "long-description":"{}", "optional":true }, "appstat246":{ "type":"number", "format":"counter", "size":"8", "oid":"246", "description":"counter app stat 246", "long-description":"{}", "optional":true }, "appstat247":{ "type":"number", "format":"counter", "size":"8", "oid":"247", "description":"counter app stat 247", "long-description":"{}", "optional":true }, "appstat248":{ "type":"number", "format":"counter", "size":"8", "oid":"248", "description":"counter app stat 248", "long-description":"{}", "optional":true }, "appstat249":{ "type":"number", "format":"counter", "size":"8", "oid":"249", "description":"counter app stat 249", "long-description":"{}", "optional":true }, "appstat250":{ "type":"number", "format":"counter", "size":"8", "oid":"250", "description":"counter app stat 250", "long-description":"{}", "optional":true }, "appstat251":{ "type":"number", "format":"counter", "size":"8", "oid":"251", "description":"counter app stat 251", "long-description":"{}", "optional":true }, "appstat252":{ "type":"number", "format":"counter", "size":"8", "oid":"252", "description":"counter app stat 252", "long-description":"{}", "optional":true }, "appstat253":{ "type":"number", "format":"counter", "size":"8", "oid":"253", "description":"counter app stat 253", "long-description":"{}", "optional":true }, "appstat254":{ "type":"number", "format":"counter", "size":"8", "oid":"254", "description":"counter app stat 254", "long-description":"{}", "optional":true }, "appstat255":{ "type":"number", "format":"counter", "size":"8", "oid":"255", "description":"counter app stat 255", "long-description":"{}", "optional":true }, "appstat256":{ "type":"number", "format":"counter", "size":"8", "oid":"256", "description":"counter app stat 256", "long-description":"{}", "optional":true }, "appstat257":{ "type":"number", "format":"counter", "size":"8", "oid":"257", "description":"counter app stat 257", "long-description":"{}", "optional":true }, "appstat258":{ "type":"number", "format":"counter", "size":"8", "oid":"258", "description":"counter app stat 258", "long-description":"{}", "optional":true }, "appstat259":{ "type":"number", "format":"counter", "size":"8", "oid":"259", "description":"counter app stat 259", "long-description":"{}", "optional":true }, "appstat260":{ "type":"number", "format":"counter", "size":"8", "oid":"260", "description":"counter app stat 260", "long-description":"{}", "optional":true }, "appstat261":{ "type":"number", "format":"counter", "size":"8", "oid":"261", "description":"counter app stat 261", "long-description":"{}", "optional":true }, "appstat262":{ "type":"number", "format":"counter", "size":"8", "oid":"262", "description":"counter app stat 262", "long-description":"{}", "optional":true }, "appstat263":{ "type":"number", "format":"counter", "size":"8", "oid":"263", "description":"counter app stat 263", "long-description":"{}", "optional":true }, "appstat264":{ "type":"number", "format":"counter", "size":"8", "oid":"264", "description":"counter app stat 264", "long-description":"{}", "optional":true }, "appstat265":{ "type":"number", "format":"counter", "size":"8", "oid":"265", "description":"counter app stat 265", "long-description":"{}", "optional":true }, "appstat266":{ "type":"number", "format":"counter", "size":"8", "oid":"266", "description":"counter app stat 266", "long-description":"{}", "optional":true }, "appstat267":{ "type":"number", "format":"counter", "size":"8", "oid":"267", "description":"counter app stat 267", "long-description":"{}", "optional":true }, "appstat268":{ "type":"number", "format":"counter", "size":"8", "oid":"268", "description":"counter app stat 268", "long-description":"{}", "optional":true }, "appstat269":{ "type":"number", "format":"counter", "size":"8", "oid":"269", "description":"counter app stat 269", "long-description":"{}", "optional":true }, "appstat270":{ "type":"number", "format":"counter", "size":"8", "oid":"270", "description":"counter app stat 270", "long-description":"{}", "optional":true }, "appstat271":{ "type":"number", "format":"counter", "size":"8", "oid":"271", "description":"counter app stat 271", "long-description":"{}", "optional":true }, "appstat272":{ "type":"number", "format":"counter", "size":"8", "oid":"272", "description":"counter app stat 272", "long-description":"{}", "optional":true }, "appstat273":{ "type":"number", "format":"counter", "size":"8", "oid":"273", "description":"counter app stat 273", "long-description":"{}", "optional":true }, "appstat274":{ "type":"number", "format":"counter", "size":"8", "oid":"274", "description":"counter app stat 274", "long-description":"{}", "optional":true }, "appstat275":{ "type":"number", "format":"counter", "size":"8", "oid":"275", "description":"counter app stat 275", "long-description":"{}", "optional":true }, "appstat276":{ "type":"number", "format":"counter", "size":"8", "oid":"276", "description":"counter app stat 276", "long-description":"{}", "optional":true }, "appstat277":{ "type":"number", "format":"counter", "size":"8", "oid":"277", "description":"counter app stat 277", "long-description":"{}", "optional":true }, "appstat278":{ "type":"number", "format":"counter", "size":"8", "oid":"278", "description":"counter app stat 278", "long-description":"{}", "optional":true }, "appstat279":{ "type":"number", "format":"counter", "size":"8", "oid":"279", "description":"counter app stat 279", "long-description":"{}", "optional":true }, "appstat280":{ "type":"number", "format":"counter", "size":"8", "oid":"280", "description":"counter app stat 280", "long-description":"{}", "optional":true }, "appstat281":{ "type":"number", "format":"counter", "size":"8", "oid":"281", "description":"counter app stat 281", "long-description":"{}", "optional":true }, "appstat282":{ "type":"number", "format":"counter", "size":"8", "oid":"282", "description":"counter app stat 282", "long-description":"{}", "optional":true }, "appstat283":{ "type":"number", "format":"counter", "size":"8", "oid":"283", "description":"counter app stat 283", "long-description":"{}", "optional":true }, "appstat284":{ "type":"number", "format":"counter", "size":"8", "oid":"284", "description":"counter app stat 284", "long-description":"{}", "optional":true }, "appstat285":{ "type":"number", "format":"counter", "size":"8", "oid":"285", "description":"counter app stat 285", "long-description":"{}", "optional":true }, "appstat286":{ "type":"number", "format":"counter", "size":"8", "oid":"286", "description":"counter app stat 286", "long-description":"{}", "optional":true }, "appstat287":{ "type":"number", "format":"counter", "size":"8", "oid":"287", "description":"counter app stat 287", "long-description":"{}", "optional":true }, "appstat288":{ "type":"number", "format":"counter", "size":"8", "oid":"288", "description":"counter app stat 288", "long-description":"{}", "optional":true }, "appstat289":{ "type":"number", "format":"counter", "size":"8", "oid":"289", "description":"counter app stat 289", "long-description":"{}", "optional":true }, "appstat290":{ "type":"number", "format":"counter", "size":"8", "oid":"290", "description":"counter app stat 290", "long-description":"{}", "optional":true }, "appstat291":{ "type":"number", "format":"counter", "size":"8", "oid":"291", "description":"counter app stat 291", "long-description":"{}", "optional":true }, "appstat292":{ "type":"number", "format":"counter", "size":"8", "oid":"292", "description":"counter app stat 292", "long-description":"{}", "optional":true }, "appstat293":{ "type":"number", "format":"counter", "size":"8", "oid":"293", "description":"counter app stat 293", "long-description":"{}", "optional":true }, "appstat294":{ "type":"number", "format":"counter", "size":"8", "oid":"294", "description":"counter app stat 294", "long-description":"{}", "optional":true }, "appstat295":{ "type":"number", "format":"counter", "size":"8", "oid":"295", "description":"counter app stat 295", "long-description":"{}", "optional":true }, "appstat296":{ "type":"number", "format":"counter", "size":"8", "oid":"296", "description":"counter app stat 296", "long-description":"{}", "optional":true }, "appstat297":{ "type":"number", "format":"counter", "size":"8", "oid":"297", "description":"counter app stat 297", "long-description":"{}", "optional":true }, "appstat298":{ "type":"number", "format":"counter", "size":"8", "oid":"298", "description":"counter app stat 298", "long-description":"{}", "optional":true }, "appstat299":{ "type":"number", "format":"counter", "size":"8", "oid":"299", "description":"counter app stat 299", "long-description":"{}", "optional":true }, "appstat300":{ "type":"number", "format":"counter", "size":"8", "oid":"300", "description":"counter app stat 300", "long-description":"{}", "optional":true }, "appstat301":{ "type":"number", "format":"counter", "size":"8", "oid":"301", "description":"counter app stat 301", "long-description":"{}", "optional":true }, "appstat302":{ "type":"number", "format":"counter", "size":"8", "oid":"302", "description":"counter app stat 302", "long-description":"{}", "optional":true }, "appstat303":{ "type":"number", "format":"counter", "size":"8", "oid":"303", "description":"counter app stat 303", "long-description":"{}", "optional":true }, "appstat304":{ "type":"number", "format":"counter", "size":"8", "oid":"304", "description":"counter app stat 304", "long-description":"{}", "optional":true }, "appstat305":{ "type":"number", "format":"counter", "size":"8", "oid":"305", "description":"counter app stat 305", "long-description":"{}", "optional":true }, "appstat306":{ "type":"number", "format":"counter", "size":"8", "oid":"306", "description":"counter app stat 306", "long-description":"{}", "optional":true }, "appstat307":{ "type":"number", "format":"counter", "size":"8", "oid":"307", "description":"counter app stat 307", "long-description":"{}", "optional":true }, "appstat308":{ "type":"number", "format":"counter", "size":"8", "oid":"308", "description":"counter app stat 308", "long-description":"{}", "optional":true }, "appstat309":{ "type":"number", "format":"counter", "size":"8", "oid":"309", "description":"counter app stat 309", "long-description":"{}", "optional":true }, "appstat310":{ "type":"number", "format":"counter", "size":"8", "oid":"310", "description":"counter app stat 310", "long-description":"{}", "optional":true }, "appstat311":{ "type":"number", "format":"counter", "size":"8", "oid":"311", "description":"counter app stat 311", "long-description":"{}", "optional":true }, "appstat312":{ "type":"number", "format":"counter", "size":"8", "oid":"312", "description":"counter app stat 312", "long-description":"{}", "optional":true }, "appstat313":{ "type":"number", "format":"counter", "size":"8", "oid":"313", "description":"counter app stat 313", "long-description":"{}", "optional":true }, "appstat314":{ "type":"number", "format":"counter", "size":"8", "oid":"314", "description":"counter app stat 314", "long-description":"{}", "optional":true }, "appstat315":{ "type":"number", "format":"counter", "size":"8", "oid":"315", "description":"counter app stat 315", "long-description":"{}", "optional":true }, "appstat316":{ "type":"number", "format":"counter", "size":"8", "oid":"316", "description":"counter app stat 316", "long-description":"{}", "optional":true }, "appstat317":{ "type":"number", "format":"counter", "size":"8", "oid":"317", "description":"counter app stat 317", "long-description":"{}", "optional":true }, "appstat318":{ "type":"number", "format":"counter", "size":"8", "oid":"318", "description":"counter app stat 318", "long-description":"{}", "optional":true }, "appstat319":{ "type":"number", "format":"counter", "size":"8", "oid":"319", "description":"counter app stat 319", "long-description":"{}", "optional":true }, "appstat320":{ "type":"number", "format":"counter", "size":"8", "oid":"320", "description":"counter app stat 320", "long-description":"{}", "optional":true }, "appstat321":{ "type":"number", "format":"counter", "size":"8", "oid":"321", "description":"counter app stat 321", "long-description":"{}", "optional":true }, "appstat322":{ "type":"number", "format":"counter", "size":"8", "oid":"322", "description":"counter app stat 322", "long-description":"{}", "optional":true }, "appstat323":{ "type":"number", "format":"counter", "size":"8", "oid":"323", "description":"counter app stat 323", "long-description":"{}", "optional":true }, "appstat324":{ "type":"number", "format":"counter", "size":"8", "oid":"324", "description":"counter app stat 324", "long-description":"{}", "optional":true }, "appstat325":{ "type":"number", "format":"counter", "size":"8", "oid":"325", "description":"counter app stat 325", "long-description":"{}", "optional":true }, "appstat326":{ "type":"number", "format":"counter", "size":"8", "oid":"326", "description":"counter app stat 326", "long-description":"{}", "optional":true }, "appstat327":{ "type":"number", "format":"counter", "size":"8", "oid":"327", "description":"counter app stat 327", "long-description":"{}", "optional":true }, "appstat328":{ "type":"number", "format":"counter", "size":"8", "oid":"328", "description":"counter app stat 328", "long-description":"{}", "optional":true }, "appstat329":{ "type":"number", "format":"counter", "size":"8", "oid":"329", "description":"counter app stat 329", "long-description":"{}", "optional":true }, "appstat330":{ "type":"number", "format":"counter", "size":"8", "oid":"330", "description":"counter app stat 330", "long-description":"{}", "optional":true }, "appstat331":{ "type":"number", "format":"counter", "size":"8", "oid":"331", "description":"counter app stat 331", "long-description":"{}", "optional":true }, "appstat332":{ "type":"number", "format":"counter", "size":"8", "oid":"332", "description":"counter app stat 332", "long-description":"{}", "optional":true }, "appstat333":{ "type":"number", "format":"counter", "size":"8", "oid":"333", "description":"counter app stat 333", "long-description":"{}", "optional":true }, "appstat334":{ "type":"number", "format":"counter", "size":"8", "oid":"334", "description":"counter app stat 334", "long-description":"{}", "optional":true }, "appstat335":{ "type":"number", "format":"counter", "size":"8", "oid":"335", "description":"counter app stat 335", "long-description":"{}", "optional":true }, "appstat336":{ "type":"number", "format":"counter", "size":"8", "oid":"336", "description":"counter app stat 336", "long-description":"{}", "optional":true }, "appstat337":{ "type":"number", "format":"counter", "size":"8", "oid":"337", "description":"counter app stat 337", "long-description":"{}", "optional":true }, "appstat338":{ "type":"number", "format":"counter", "size":"8", "oid":"338", "description":"counter app stat 338", "long-description":"{}", "optional":true }, "appstat339":{ "type":"number", "format":"counter", "size":"8", "oid":"339", "description":"counter app stat 339", "long-description":"{}", "optional":true }, "appstat340":{ "type":"number", "format":"counter", "size":"8", "oid":"340", "description":"counter app stat 340", "long-description":"{}", "optional":true }, "appstat341":{ "type":"number", "format":"counter", "size":"8", "oid":"341", "description":"counter app stat 341", "long-description":"{}", "optional":true }, "appstat342":{ "type":"number", "format":"counter", "size":"8", "oid":"342", "description":"counter app stat 342", "long-description":"{}", "optional":true }, "appstat343":{ "type":"number", "format":"counter", "size":"8", "oid":"343", "description":"counter app stat 343", "long-description":"{}", "optional":true }, "appstat344":{ "type":"number", "format":"counter", "size":"8", "oid":"344", "description":"counter app stat 344", "long-description":"{}", "optional":true }, "appstat345":{ "type":"number", "format":"counter", "size":"8", "oid":"345", "description":"counter app stat 345", "long-description":"{}", "optional":true }, "appstat346":{ "type":"number", "format":"counter", "size":"8", "oid":"346", "description":"counter app stat 346", "long-description":"{}", "optional":true }, "appstat347":{ "type":"number", "format":"counter", "size":"8", "oid":"347", "description":"counter app stat 347", "long-description":"{}", "optional":true }, "appstat348":{ "type":"number", "format":"counter", "size":"8", "oid":"348", "description":"counter app stat 348", "long-description":"{}", "optional":true }, "appstat349":{ "type":"number", "format":"counter", "size":"8", "oid":"349", "description":"counter app stat 349", "long-description":"{}", "optional":true }, "appstat350":{ "type":"number", "format":"counter", "size":"8", "oid":"350", "description":"counter app stat 350", "long-description":"{}", "optional":true }, "appstat351":{ "type":"number", "format":"counter", "size":"8", "oid":"351", "description":"counter app stat 351", "long-description":"{}", "optional":true }, "appstat352":{ "type":"number", "format":"counter", "size":"8", "oid":"352", "description":"counter app stat 352", "long-description":"{}", "optional":true }, "appstat353":{ "type":"number", "format":"counter", "size":"8", "oid":"353", "description":"counter app stat 353", "long-description":"{}", "optional":true }, "appstat354":{ "type":"number", "format":"counter", "size":"8", "oid":"354", "description":"counter app stat 354", "long-description":"{}", "optional":true }, "appstat355":{ "type":"number", "format":"counter", "size":"8", "oid":"355", "description":"counter app stat 355", "long-description":"{}", "optional":true }, "appstat356":{ "type":"number", "format":"counter", "size":"8", "oid":"356", "description":"counter app stat 356", "long-description":"{}", "optional":true }, "appstat357":{ "type":"number", "format":"counter", "size":"8", "oid":"357", "description":"counter app stat 357", "long-description":"{}", "optional":true }, "appstat358":{ "type":"number", "format":"counter", "size":"8", "oid":"358", "description":"counter app stat 358", "long-description":"{}", "optional":true }, "appstat359":{ "type":"number", "format":"counter", "size":"8", "oid":"359", "description":"counter app stat 359", "long-description":"{}", "optional":true }, "appstat360":{ "type":"number", "format":"counter", "size":"8", "oid":"360", "description":"counter app stat 360", "long-description":"{}", "optional":true }, "appstat361":{ "type":"number", "format":"counter", "size":"8", "oid":"361", "description":"counter app stat 361", "long-description":"{}", "optional":true }, "appstat362":{ "type":"number", "format":"counter", "size":"8", "oid":"362", "description":"counter app stat 362", "long-description":"{}", "optional":true }, "appstat363":{ "type":"number", "format":"counter", "size":"8", "oid":"363", "description":"counter app stat 363", "long-description":"{}", "optional":true }, "appstat364":{ "type":"number", "format":"counter", "size":"8", "oid":"364", "description":"counter app stat 364", "long-description":"{}", "optional":true }, "appstat365":{ "type":"number", "format":"counter", "size":"8", "oid":"365", "description":"counter app stat 365", "long-description":"{}", "optional":true }, "appstat366":{ "type":"number", "format":"counter", "size":"8", "oid":"366", "description":"counter app stat 366", "long-description":"{}", "optional":true }, "appstat367":{ "type":"number", "format":"counter", "size":"8", "oid":"367", "description":"counter app stat 367", "long-description":"{}", "optional":true }, "appstat368":{ "type":"number", "format":"counter", "size":"8", "oid":"368", "description":"counter app stat 368", "long-description":"{}", "optional":true }, "appstat369":{ "type":"number", "format":"counter", "size":"8", "oid":"369", "description":"counter app stat 369", "long-description":"{}", "optional":true }, "appstat370":{ "type":"number", "format":"counter", "size":"8", "oid":"370", "description":"counter app stat 370", "long-description":"{}", "optional":true }, "appstat371":{ "type":"number", "format":"counter", "size":"8", "oid":"371", "description":"counter app stat 371", "long-description":"{}", "optional":true }, "appstat372":{ "type":"number", "format":"counter", "size":"8", "oid":"372", "description":"counter app stat 372", "long-description":"{}", "optional":true }, "appstat373":{ "type":"number", "format":"counter", "size":"8", "oid":"373", "description":"counter app stat 373", "long-description":"{}", "optional":true }, "appstat374":{ "type":"number", "format":"counter", "size":"8", "oid":"374", "description":"counter app stat 374", "long-description":"{}", "optional":true }, "appstat375":{ "type":"number", "format":"counter", "size":"8", "oid":"375", "description":"counter app stat 375", "long-description":"{}", "optional":true }, "appstat376":{ "type":"number", "format":"counter", "size":"8", "oid":"376", "description":"counter app stat 376", "long-description":"{}", "optional":true }, "appstat377":{ "type":"number", "format":"counter", "size":"8", "oid":"377", "description":"counter app stat 377", "long-description":"{}", "optional":true }, "appstat378":{ "type":"number", "format":"counter", "size":"8", "oid":"378", "description":"counter app stat 378", "long-description":"{}", "optional":true }, "appstat379":{ "type":"number", "format":"counter", "size":"8", "oid":"379", "description":"counter app stat 379", "long-description":"{}", "optional":true }, "appstat380":{ "type":"number", "format":"counter", "size":"8", "oid":"380", "description":"counter app stat 380", "long-description":"{}", "optional":true }, "appstat381":{ "type":"number", "format":"counter", "size":"8", "oid":"381", "description":"counter app stat 381", "long-description":"{}", "optional":true }, "appstat382":{ "type":"number", "format":"counter", "size":"8", "oid":"382", "description":"counter app stat 382", "long-description":"{}", "optional":true }, "appstat383":{ "type":"number", "format":"counter", "size":"8", "oid":"383", "description":"counter app stat 383", "long-description":"{}", "optional":true }, "appstat384":{ "type":"number", "format":"counter", "size":"8", "oid":"384", "description":"counter app stat 384", "long-description":"{}", "optional":true }, "appstat385":{ "type":"number", "format":"counter", "size":"8", "oid":"385", "description":"counter app stat 385", "long-description":"{}", "optional":true }, "appstat386":{ "type":"number", "format":"counter", "size":"8", "oid":"386", "description":"counter app stat 386", "long-description":"{}", "optional":true }, "appstat387":{ "type":"number", "format":"counter", "size":"8", "oid":"387", "description":"counter app stat 387", "long-description":"{}", "optional":true }, "appstat388":{ "type":"number", "format":"counter", "size":"8", "oid":"388", "description":"counter app stat 388", "long-description":"{}", "optional":true }, "appstat389":{ "type":"number", "format":"counter", "size":"8", "oid":"389", "description":"counter app stat 389", "long-description":"{}", "optional":true }, "appstat390":{ "type":"number", "format":"counter", "size":"8", "oid":"390", "description":"counter app stat 390", "long-description":"{}", "optional":true }, "appstat391":{ "type":"number", "format":"counter", "size":"8", "oid":"391", "description":"counter app stat 391", "long-description":"{}", "optional":true }, "appstat392":{ "type":"number", "format":"counter", "size":"8", "oid":"392", "description":"counter app stat 392", "long-description":"{}", "optional":true }, "appstat393":{ "type":"number", "format":"counter", "size":"8", "oid":"393", "description":"counter app stat 393", "long-description":"{}", "optional":true }, "appstat394":{ "type":"number", "format":"counter", "size":"8", "oid":"394", "description":"counter app stat 394", "long-description":"{}", "optional":true }, "appstat395":{ "type":"number", "format":"counter", "size":"8", "oid":"395", "description":"counter app stat 395", "long-description":"{}", "optional":true }, "appstat396":{ "type":"number", "format":"counter", "size":"8", "oid":"396", "description":"counter app stat 396", "long-description":"{}", "optional":true }, "appstat397":{ "type":"number", "format":"counter", "size":"8", "oid":"397", "description":"counter app stat 397", "long-description":"{}", "optional":true }, "appstat398":{ "type":"number", "format":"counter", "size":"8", "oid":"398", "description":"counter app stat 398", "long-description":"{}", "optional":true }, "appstat399":{ "type":"number", "format":"counter", "size":"8", "oid":"399", "description":"counter app stat 399", "long-description":"{}", "optional":true }, "appstat400":{ "type":"number", "format":"counter", "size":"8", "oid":"400", "description":"counter app stat 400", "long-description":"{}", "optional":true }, "appstat401":{ "type":"number", "format":"counter", "size":"8", "oid":"401", "description":"counter app stat 401", "long-description":"{}", "optional":true }, "appstat402":{ "type":"number", "format":"counter", "size":"8", "oid":"402", "description":"counter app stat 402", "long-description":"{}", "optional":true }, "appstat403":{ "type":"number", "format":"counter", "size":"8", "oid":"403", "description":"counter app stat 403", "long-description":"{}", "optional":true }, "appstat404":{ "type":"number", "format":"counter", "size":"8", "oid":"404", "description":"counter app stat 404", "long-description":"{}", "optional":true }, "appstat405":{ "type":"number", "format":"counter", "size":"8", "oid":"405", "description":"counter app stat 405", "long-description":"{}", "optional":true }, "appstat406":{ "type":"number", "format":"counter", "size":"8", "oid":"406", "description":"counter app stat 406", "long-description":"{}", "optional":true }, "appstat407":{ "type":"number", "format":"counter", "size":"8", "oid":"407", "description":"counter app stat 407", "long-description":"{}", "optional":true }, "appstat408":{ "type":"number", "format":"counter", "size":"8", "oid":"408", "description":"counter app stat 408", "long-description":"{}", "optional":true }, "appstat409":{ "type":"number", "format":"counter", "size":"8", "oid":"409", "description":"counter app stat 409", "long-description":"{}", "optional":true }, "appstat410":{ "type":"number", "format":"counter", "size":"8", "oid":"410", "description":"counter app stat 410", "long-description":"{}", "optional":true }, "appstat411":{ "type":"number", "format":"counter", "size":"8", "oid":"411", "description":"counter app stat 411", "long-description":"{}", "optional":true }, "appstat412":{ "type":"number", "format":"counter", "size":"8", "oid":"412", "description":"counter app stat 412", "long-description":"{}", "optional":true }, "appstat413":{ "type":"number", "format":"counter", "size":"8", "oid":"413", "description":"counter app stat 413", "long-description":"{}", "optional":true }, "appstat414":{ "type":"number", "format":"counter", "size":"8", "oid":"414", "description":"counter app stat 414", "long-description":"{}", "optional":true }, "appstat415":{ "type":"number", "format":"counter", "size":"8", "oid":"415", "description":"counter app stat 415", "long-description":"{}", "optional":true }, "appstat416":{ "type":"number", "format":"counter", "size":"8", "oid":"416", "description":"counter app stat 416", "long-description":"{}", "optional":true }, "appstat417":{ "type":"number", "format":"counter", "size":"8", "oid":"417", "description":"counter app stat 417", "long-description":"{}", "optional":true }, "appstat418":{ "type":"number", "format":"counter", "size":"8", "oid":"418", "description":"counter app stat 418", "long-description":"{}", "optional":true }, "appstat419":{ "type":"number", "format":"counter", "size":"8", "oid":"419", "description":"counter app stat 419", "long-description":"{}", "optional":true }, "appstat420":{ "type":"number", "format":"counter", "size":"8", "oid":"420", "description":"counter app stat 420", "long-description":"{}", "optional":true }, "appstat421":{ "type":"number", "format":"counter", "size":"8", "oid":"421", "description":"counter app stat 421", "long-description":"{}", "optional":true }, "appstat422":{ "type":"number", "format":"counter", "size":"8", "oid":"422", "description":"counter app stat 422", "long-description":"{}", "optional":true }, "appstat423":{ "type":"number", "format":"counter", "size":"8", "oid":"423", "description":"counter app stat 423", "long-description":"{}", "optional":true }, "appstat424":{ "type":"number", "format":"counter", "size":"8", "oid":"424", "description":"counter app stat 424", "long-description":"{}", "optional":true }, "appstat425":{ "type":"number", "format":"counter", "size":"8", "oid":"425", "description":"counter app stat 425", "long-description":"{}", "optional":true }, "appstat426":{ "type":"number", "format":"counter", "size":"8", "oid":"426", "description":"counter app stat 426", "long-description":"{}", "optional":true }, "appstat427":{ "type":"number", "format":"counter", "size":"8", "oid":"427", "description":"counter app stat 427", "long-description":"{}", "optional":true }, "appstat428":{ "type":"number", "format":"counter", "size":"8", "oid":"428", "description":"counter app stat 428", "long-description":"{}", "optional":true }, "appstat429":{ "type":"number", "format":"counter", "size":"8", "oid":"429", "description":"counter app stat 429", "long-description":"{}", "optional":true }, "appstat430":{ "type":"number", "format":"counter", "size":"8", "oid":"430", "description":"counter app stat 430", "long-description":"{}", "optional":true }, "appstat431":{ "type":"number", "format":"counter", "size":"8", "oid":"431", "description":"counter app stat 431", "long-description":"{}", "optional":true }, "appstat432":{ "type":"number", "format":"counter", "size":"8", "oid":"432", "description":"counter app stat 432", "long-description":"{}", "optional":true }, "appstat433":{ "type":"number", "format":"counter", "size":"8", "oid":"433", "description":"counter app stat 433", "long-description":"{}", "optional":true }, "appstat434":{ "type":"number", "format":"counter", "size":"8", "oid":"434", "description":"counter app stat 434", "long-description":"{}", "optional":true }, "appstat435":{ "type":"number", "format":"counter", "size":"8", "oid":"435", "description":"counter app stat 435", "long-description":"{}", "optional":true }, "appstat436":{ "type":"number", "format":"counter", "size":"8", "oid":"436", "description":"counter app stat 436", "long-description":"{}", "optional":true }, "appstat437":{ "type":"number", "format":"counter", "size":"8", "oid":"437", "description":"counter app stat 437", "long-description":"{}", "optional":true }, "appstat438":{ "type":"number", "format":"counter", "size":"8", "oid":"438", "description":"counter app stat 438", "long-description":"{}", "optional":true }, "appstat439":{ "type":"number", "format":"counter", "size":"8", "oid":"439", "description":"counter app stat 439", "long-description":"{}", "optional":true }, "appstat440":{ "type":"number", "format":"counter", "size":"8", "oid":"440", "description":"counter app stat 440", "long-description":"{}", "optional":true }, "appstat441":{ "type":"number", "format":"counter", "size":"8", "oid":"441", "description":"counter app stat 441", "long-description":"{}", "optional":true }, "appstat442":{ "type":"number", "format":"counter", "size":"8", "oid":"442", "description":"counter app stat 442", "long-description":"{}", "optional":true }, "appstat443":{ "type":"number", "format":"counter", "size":"8", "oid":"443", "description":"counter app stat 443", "long-description":"{}", "optional":true }, "appstat444":{ "type":"number", "format":"counter", "size":"8", "oid":"444", "description":"counter app stat 444", "long-description":"{}", "optional":true }, "appstat445":{ "type":"number", "format":"counter", "size":"8", "oid":"445", "description":"counter app stat 445", "long-description":"{}", "optional":true }, "appstat446":{ "type":"number", "format":"counter", "size":"8", "oid":"446", "description":"counter app stat 446", "long-description":"{}", "optional":true }, "appstat447":{ "type":"number", "format":"counter", "size":"8", "oid":"447", "description":"counter app stat 447", "long-description":"{}", "optional":true }, "appstat448":{ "type":"number", "format":"counter", "size":"8", "oid":"448", "description":"counter app stat 448", "long-description":"{}", "optional":true }, "appstat449":{ "type":"number", "format":"counter", "size":"8", "oid":"449", "description":"counter app stat 449", "long-description":"{}", "optional":true }, "appstat450":{ "type":"number", "format":"counter", "size":"8", "oid":"450", "description":"counter app stat 450", "long-description":"{}", "optional":true }, "appstat451":{ "type":"number", "format":"counter", "size":"8", "oid":"451", "description":"counter app stat 451", "long-description":"{}", "optional":true }, "appstat452":{ "type":"number", "format":"counter", "size":"8", "oid":"452", "description":"counter app stat 452", "long-description":"{}", "optional":true }, "appstat453":{ "type":"number", "format":"counter", "size":"8", "oid":"453", "description":"counter app stat 453", "long-description":"{}", "optional":true }, "appstat454":{ "type":"number", "format":"counter", "size":"8", "oid":"454", "description":"counter app stat 454", "long-description":"{}", "optional":true }, "appstat455":{ "type":"number", "format":"counter", "size":"8", "oid":"455", "description":"counter app stat 455", "long-description":"{}", "optional":true }, "appstat456":{ "type":"number", "format":"counter", "size":"8", "oid":"456", "description":"counter app stat 456", "long-description":"{}", "optional":true }, "appstat457":{ "type":"number", "format":"counter", "size":"8", "oid":"457", "description":"counter app stat 457", "long-description":"{}", "optional":true }, "appstat458":{ "type":"number", "format":"counter", "size":"8", "oid":"458", "description":"counter app stat 458", "long-description":"{}", "optional":true }, "appstat459":{ "type":"number", "format":"counter", "size":"8", "oid":"459", "description":"counter app stat 459", "long-description":"{}", "optional":true }, "appstat460":{ "type":"number", "format":"counter", "size":"8", "oid":"460", "description":"counter app stat 460", "long-description":"{}", "optional":true }, "appstat461":{ "type":"number", "format":"counter", "size":"8", "oid":"461", "description":"counter app stat 461", "long-description":"{}", "optional":true }, "appstat462":{ "type":"number", "format":"counter", "size":"8", "oid":"462", "description":"counter app stat 462", "long-description":"{}", "optional":true }, "appstat463":{ "type":"number", "format":"counter", "size":"8", "oid":"463", "description":"counter app stat 463", "long-description":"{}", "optional":true }, "appstat464":{ "type":"number", "format":"counter", "size":"8", "oid":"464", "description":"counter app stat 464", "long-description":"{}", "optional":true }, "appstat465":{ "type":"number", "format":"counter", "size":"8", "oid":"465", "description":"counter app stat 465", "long-description":"{}", "optional":true }, "appstat466":{ "type":"number", "format":"counter", "size":"8", "oid":"466", "description":"counter app stat 466", "long-description":"{}", "optional":true }, "appstat467":{ "type":"number", "format":"counter", "size":"8", "oid":"467", "description":"counter app stat 467", "long-description":"{}", "optional":true }, "appstat468":{ "type":"number", "format":"counter", "size":"8", "oid":"468", "description":"counter app stat 468", "long-description":"{}", "optional":true }, "appstat469":{ "type":"number", "format":"counter", "size":"8", "oid":"469", "description":"counter app stat 469", "long-description":"{}", "optional":true }, "appstat470":{ "type":"number", "format":"counter", "size":"8", "oid":"470", "description":"counter app stat 470", "long-description":"{}", "optional":true }, "appstat471":{ "type":"number", "format":"counter", "size":"8", "oid":"471", "description":"counter app stat 471", "long-description":"{}", "optional":true }, "appstat472":{ "type":"number", "format":"counter", "size":"8", "oid":"472", "description":"counter app stat 472", "long-description":"{}", "optional":true }, "appstat473":{ "type":"number", "format":"counter", "size":"8", "oid":"473", "description":"counter app stat 473", "long-description":"{}", "optional":true }, "appstat474":{ "type":"number", "format":"counter", "size":"8", "oid":"474", "description":"counter app stat 474", "long-description":"{}", "optional":true }, "appstat475":{ "type":"number", "format":"counter", "size":"8", "oid":"475", "description":"counter app stat 475", "long-description":"{}", "optional":true }, "appstat476":{ "type":"number", "format":"counter", "size":"8", "oid":"476", "description":"counter app stat 476", "long-description":"{}", "optional":true }, "appstat477":{ "type":"number", "format":"counter", "size":"8", "oid":"477", "description":"counter app stat 477", "long-description":"{}", "optional":true }, "appstat478":{ "type":"number", "format":"counter", "size":"8", "oid":"478", "description":"counter app stat 478", "long-description":"{}", "optional":true }, "appstat479":{ "type":"number", "format":"counter", "size":"8", "oid":"479", "description":"counter app stat 479", "long-description":"{}", "optional":true }, "appstat480":{ "type":"number", "format":"counter", "size":"8", "oid":"480", "description":"counter app stat 480", "long-description":"{}", "optional":true }, "appstat481":{ "type":"number", "format":"counter", "size":"8", "oid":"481", "description":"counter app stat 481", "long-description":"{}", "optional":true }, "appstat482":{ "type":"number", "format":"counter", "size":"8", "oid":"482", "description":"counter app stat 482", "long-description":"{}", "optional":true }, "appstat483":{ "type":"number", "format":"counter", "size":"8", "oid":"483", "description":"counter app stat 483", "long-description":"{}", "optional":true }, "appstat484":{ "type":"number", "format":"counter", "size":"8", "oid":"484", "description":"counter app stat 484", "long-description":"{}", "optional":true }, "appstat485":{ "type":"number", "format":"counter", "size":"8", "oid":"485", "description":"counter app stat 485", "long-description":"{}", "optional":true }, "appstat486":{ "type":"number", "format":"counter", "size":"8", "oid":"486", "description":"counter app stat 486", "long-description":"{}", "optional":true }, "appstat487":{ "type":"number", "format":"counter", "size":"8", "oid":"487", "description":"counter app stat 487", "long-description":"{}", "optional":true }, "appstat488":{ "type":"number", "format":"counter", "size":"8", "oid":"488", "description":"counter app stat 488", "long-description":"{}", "optional":true }, "appstat489":{ "type":"number", "format":"counter", "size":"8", "oid":"489", "description":"counter app stat 489", "long-description":"{}", "optional":true }, "appstat490":{ "type":"number", "format":"counter", "size":"8", "oid":"490", "description":"counter app stat 490", "long-description":"{}", "optional":true }, "appstat491":{ "type":"number", "format":"counter", "size":"8", "oid":"491", "description":"counter app stat 491", "long-description":"{}", "optional":true }, "appstat492":{ "type":"number", "format":"counter", "size":"8", "oid":"492", "description":"counter app stat 492", "long-description":"{}", "optional":true }, "appstat493":{ "type":"number", "format":"counter", "size":"8", "oid":"493", "description":"counter app stat 493", "long-description":"{}", "optional":true }, "appstat494":{ "type":"number", "format":"counter", "size":"8", "oid":"494", "description":"counter app stat 494", "long-description":"{}", "optional":true }, "appstat495":{ "type":"number", "format":"counter", "size":"8", "oid":"495", "description":"counter app stat 495", "long-description":"{}", "optional":true }, "appstat496":{ "type":"number", "format":"counter", "size":"8", "oid":"496", "description":"counter app stat 496", "long-description":"{}", "optional":true }, "appstat497":{ "type":"number", "format":"counter", "size":"8", "oid":"497", "description":"counter app stat 497", "long-description":"{}", "optional":true }, "appstat498":{ "type":"number", "format":"counter", "size":"8", "oid":"498", "description":"counter app stat 498", "long-description":"{}", "optional":true }, "appstat499":{ "type":"number", "format":"counter", "size":"8", "oid":"499", "description":"counter app stat 499", "long-description":"{}", "optional":true }, "appstat500":{ "type":"number", "format":"counter", "size":"8", "oid":"500", "description":"counter app stat 500", "long-description":"{}", "optional":true }, "appstat501":{ "type":"number", "format":"counter", "size":"8", "oid":"501", "description":"counter app stat 501", "long-description":"{}", "optional":true }, "appstat502":{ "type":"number", "format":"counter", "size":"8", "oid":"502", "description":"counter app stat 502", "long-description":"{}", "optional":true }, "appstat503":{ "type":"number", "format":"counter", "size":"8", "oid":"503", "description":"counter app stat 503", "long-description":"{}", "optional":true }, "appstat504":{ "type":"number", "format":"counter", "size":"8", "oid":"504", "description":"counter app stat 504", "long-description":"{}", "optional":true }, "appstat505":{ "type":"number", "format":"counter", "size":"8", "oid":"505", "description":"counter app stat 505", "long-description":"{}", "optional":true }, "appstat506":{ "type":"number", "format":"counter", "size":"8", "oid":"506", "description":"counter app stat 506", "long-description":"{}", "optional":true }, "appstat507":{ "type":"number", "format":"counter", "size":"8", "oid":"507", "description":"counter app stat 507", "long-description":"{}", "optional":true }, "appstat508":{ "type":"number", "format":"counter", "size":"8", "oid":"508", "description":"counter app stat 508", "long-description":"{}", "optional":true }, "appstat509":{ "type":"number", "format":"counter", "size":"8", "oid":"509", "description":"counter app stat 509", "long-description":"{}", "optional":true }, "appstat510":{ "type":"number", "format":"counter", "size":"8", "oid":"510", "description":"counter app stat 510", "long-description":"{}", "optional":true }, "appstat511":{ "type":"number", "format":"counter", "size":"8", "oid":"511", "description":"counter app stat 511", "long-description":"{}", "optional":true } } } } }, "tag":{ "type":"object", "$ref":"/axapi/v3/rule-set/{name}/rules-by-zone/track-app-rule-list/app/tag", "properties":{ "stats":{ "type":"object", "properties":{ "categorystat1":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"counter app category stat 1", "long-description":"{}", "optional":true }, "categorystat2":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"counter app category stat 2", "long-description":"{}", "optional":true }, "categorystat3":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"counter app category stat 3", "long-description":"{}", "optional":true }, "categorystat4":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"counter app category stat 4", "long-description":"{}", "optional":true }, "categorystat5":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"counter app category stat 5", "long-description":"{}", "optional":true }, "categorystat6":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"counter app category stat 6", "long-description":"{}", "optional":true }, "categorystat7":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"counter app category stat 7", "long-description":"{}", "optional":true }, "categorystat8":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"counter app category stat 8", "long-description":"{}", "optional":true }, "categorystat9":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"counter app category stat 9", "long-description":"{}", "optional":true }, "categorystat10":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"counter app category stat 10", "long-description":"{}", "optional":true }, "categorystat11":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"counter app category stat 11", "long-description":"{}", "optional":true }, "categorystat12":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"counter app category stat 12", "long-description":"{}", "optional":true }, "categorystat13":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"counter app category stat 13", "long-description":"{}", "optional":true }, "categorystat14":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"counter app category stat 14", "long-description":"{}", "optional":true }, "categorystat15":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"counter app category stat 15", "long-description":"{}", "optional":true }, "categorystat16":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"counter app category stat 16", "long-description":"{}", "optional":true }, "categorystat17":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"counter app category stat 17", "long-description":"{}", "optional":true }, "categorystat18":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"counter app category stat 18", "long-description":"{}", "optional":true }, "categorystat19":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"counter app category stat 19", "long-description":"{}", "optional":true }, "categorystat20":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"counter app category stat 20", "long-description":"{}", "optional":true }, "categorystat21":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"counter app category stat 21", "long-description":"{}", "optional":true }, "categorystat22":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"counter app category stat 22", "long-description":"{}", "optional":true }, "categorystat23":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"counter app category stat 23", "long-description":"{}", "optional":true }, "categorystat24":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"counter app category stat 24", "long-description":"{}", "optional":true }, "categorystat25":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"counter app category stat 25", "long-description":"{}", "optional":true }, "categorystat26":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"counter app category stat 26", "long-description":"{}", "optional":true }, "categorystat27":{ "type":"number", "format":"counter", "size":"8", "oid":"27", "description":"counter app category stat 27", "long-description":"{}", "optional":true }, "categorystat28":{ "type":"number", "format":"counter", "size":"8", "oid":"28", "description":"counter app category stat 28", "long-description":"{}", "optional":true }, "categorystat29":{ "type":"number", "format":"counter", "size":"8", "oid":"29", "description":"counter app category stat 29", "long-description":"{}", "optional":true }, "categorystat30":{ "type":"number", "format":"counter", "size":"8", "oid":"30", "description":"counter app category stat 30", "long-description":"{}", "optional":true }, "categorystat31":{ "type":"number", "format":"counter", "size":"8", "oid":"31", "description":"counter app category stat 31", "long-description":"{}", "optional":true }, "categorystat32":{ "type":"number", "format":"counter", "size":"8", "oid":"32", "description":"counter app category stat 32", "long-description":"{}", "optional":true }, "categorystat33":{ "type":"number", "format":"counter", "size":"8", "oid":"33", "description":"counter app category stat 33", "long-description":"{}", "optional":true }, "categorystat34":{ "type":"number", "format":"counter", "size":"8", "oid":"34", "description":"counter app category stat 34", "long-description":"{}", "optional":true }, "categorystat35":{ "type":"number", "format":"counter", "size":"8", "oid":"35", "description":"counter app category stat 35", "long-description":"{}", "optional":true }, "categorystat36":{ "type":"number", "format":"counter", "size":"8", "oid":"36", "description":"counter app category stat 36", "long-description":"{}", "optional":true }, "categorystat37":{ "type":"number", "format":"counter", "size":"8", "oid":"37", "description":"counter app category stat 37", "long-description":"{}", "optional":true }, "categorystat38":{ "type":"number", "format":"counter", "size":"8", "oid":"38", "description":"counter app category stat 38", "long-description":"{}", "optional":true }, "categorystat39":{ "type":"number", "format":"counter", "size":"8", "oid":"39", "description":"counter app category stat 39", "long-description":"{}", "optional":true }, "categorystat40":{ "type":"number", "format":"counter", "size":"8", "oid":"40", "description":"counter app category stat 40", "long-description":"{}", "optional":true }, "categorystat41":{ "type":"number", "format":"counter", "size":"8", "oid":"41", "description":"counter app category stat 41", "long-description":"{}", "optional":true }, "categorystat42":{ "type":"number", "format":"counter", "size":"8", "oid":"42", "description":"counter app category stat 42", "long-description":"{}", "optional":true }, "categorystat43":{ "type":"number", "format":"counter", "size":"8", "oid":"43", "description":"counter app category stat 43", "long-description":"{}", "optional":true }, "categorystat44":{ "type":"number", "format":"counter", "size":"8", "oid":"44", "description":"counter app category stat 44", "long-description":"{}", "optional":true }, "categorystat45":{ "type":"number", "format":"counter", "size":"8", "oid":"45", "description":"counter app category stat 45", "long-description":"{}", "optional":true }, "categorystat46":{ "type":"number", "format":"counter", "size":"8", "oid":"46", "description":"counter app category stat 46", "long-description":"{}", "optional":true }, "categorystat47":{ "type":"number", "format":"counter", "size":"8", "oid":"47", "description":"counter app category stat 47", "long-description":"{}", "optional":true }, "categorystat48":{ "type":"number", "format":"counter", "size":"8", "oid":"48", "description":"counter app category stat 48", "long-description":"{}", "optional":true }, "categorystat49":{ "type":"number", "format":"counter", "size":"8", "oid":"49", "description":"counter app category stat 49", "long-description":"{}", "optional":true }, "categorystat50":{ "type":"number", "format":"counter", "size":"8", "oid":"50", "description":"counter app category stat 50", "long-description":"{}", "optional":true }, "categorystat51":{ "type":"number", "format":"counter", "size":"8", "oid":"51", "description":"counter app category stat 51", "long-description":"{}", "optional":true }, "categorystat52":{ "type":"number", "format":"counter", "size":"8", "oid":"52", "description":"counter app category stat 52", "long-description":"{}", "optional":true }, "categorystat53":{ "type":"number", "format":"counter", "size":"8", "oid":"53", "description":"counter app category stat 53", "long-description":"{}", "optional":true }, "categorystat54":{ "type":"number", "format":"counter", "size":"8", "oid":"54", "description":"counter app category stat 54", "long-description":"{}", "optional":true }, "categorystat55":{ "type":"number", "format":"counter", "size":"8", "oid":"55", "description":"counter app category stat 55", "long-description":"{}", "optional":true }, "categorystat56":{ "type":"number", "format":"counter", "size":"8", "oid":"56", "description":"counter app category stat 56", "long-description":"{}", "optional":true }, "categorystat57":{ "type":"number", "format":"counter", "size":"8", "oid":"57", "description":"counter app category stat 57", "long-description":"{}", "optional":true }, "categorystat58":{ "type":"number", "format":"counter", "size":"8", "oid":"58", "description":"counter app category stat 58", "long-description":"{}", "optional":true }, "categorystat59":{ "type":"number", "format":"counter", "size":"8", "oid":"59", "description":"counter app category stat 59", "long-description":"{}", "optional":true }, "categorystat60":{ "type":"number", "format":"counter", "size":"8", "oid":"60", "description":"counter app category stat 60", "long-description":"{}", "optional":true }, "categorystat61":{ "type":"number", "format":"counter", "size":"8", "oid":"61", "description":"counter app category stat 61", "long-description":"{}", "optional":true }, "categorystat62":{ "type":"number", "format":"counter", "size":"8", "oid":"62", "description":"counter app category stat 62", "long-description":"{}", "optional":true }, "categorystat63":{ "type":"number", "format":"counter", "size":"8", "oid":"63", "description":"counter app category stat 63", "long-description":"{}", "optional":true }, "categorystat64":{ "type":"number", "format":"counter", "size":"8", "oid":"64", "description":"counter app category stat 64", "long-description":"{}", "optional":true }, "categorystat65":{ "type":"number", "format":"counter", "size":"8", "oid":"65", "description":"counter app category stat 65", "long-description":"{}", "optional":true }, "categorystat66":{ "type":"number", "format":"counter", "size":"8", "oid":"66", "description":"counter app category stat 66", "long-description":"{}", "optional":true }, "categorystat67":{ "type":"number", "format":"counter", "size":"8", "oid":"67", "description":"counter app category stat 67", "long-description":"{}", "optional":true }, "categorystat68":{ "type":"number", "format":"counter", "size":"8", "oid":"68", "description":"counter app category stat 68", "long-description":"{}", "optional":true }, "categorystat69":{ "type":"number", "format":"counter", "size":"8", "oid":"69", "description":"counter app category stat 69", "long-description":"{}", "optional":true }, "categorystat70":{ "type":"number", "format":"counter", "size":"8", "oid":"70", "description":"counter app category stat 70", "long-description":"{}", "optional":true }, "categorystat71":{ "type":"number", "format":"counter", "size":"8", "oid":"71", "description":"counter app category stat 71", "long-description":"{}", "optional":true }, "categorystat72":{ "type":"number", "format":"counter", "size":"8", "oid":"72", "description":"counter app category stat 72", "long-description":"{}", "optional":true }, "categorystat73":{ "type":"number", "format":"counter", "size":"8", "oid":"73", "description":"counter app category stat 73", "long-description":"{}", "optional":true }, "categorystat74":{ "type":"number", "format":"counter", "size":"8", "oid":"74", "description":"counter app category stat 74", "long-description":"{}", "optional":true }, "categorystat75":{ "type":"number", "format":"counter", "size":"8", "oid":"75", "description":"counter app category stat 75", "long-description":"{}", "optional":true }, "categorystat76":{ "type":"number", "format":"counter", "size":"8", "oid":"76", "description":"counter app category stat 76", "long-description":"{}", "optional":true }, "categorystat77":{ "type":"number", "format":"counter", "size":"8", "oid":"77", "description":"counter app category stat 77", "long-description":"{}", "optional":true }, "categorystat78":{ "type":"number", "format":"counter", "size":"8", "oid":"78", "description":"counter app category stat 78", "long-description":"{}", "optional":true }, "categorystat79":{ "type":"number", "format":"counter", "size":"8", "oid":"79", "description":"counter app category stat 79", "long-description":"{}", "optional":true }, "categorystat80":{ "type":"number", "format":"counter", "size":"8", "oid":"80", "description":"counter app category stat 80", "long-description":"{}", "optional":true }, "categorystat81":{ "type":"number", "format":"counter", "size":"8", "oid":"81", "description":"counter app category stat 81", "long-description":"{}", "optional":true }, "categorystat82":{ "type":"number", "format":"counter", "size":"8", "oid":"82", "description":"counter app category stat 82", "long-description":"{}", "optional":true }, "categorystat83":{ "type":"number", "format":"counter", "size":"8", "oid":"83", "description":"counter app category stat 83", "long-description":"{}", "optional":true }, "categorystat84":{ "type":"number", "format":"counter", "size":"8", "oid":"84", "description":"counter app category stat 84", "long-description":"{}", "optional":true }, "categorystat85":{ "type":"number", "format":"counter", "size":"8", "oid":"85", "description":"counter app category stat 85", "long-description":"{}", "optional":true }, "categorystat86":{ "type":"number", "format":"counter", "size":"8", "oid":"86", "description":"counter app category stat 86", "long-description":"{}", "optional":true }, "categorystat87":{ "type":"number", "format":"counter", "size":"8", "oid":"87", "description":"counter app category stat 87", "long-description":"{}", "optional":true }, "categorystat88":{ "type":"number", "format":"counter", "size":"8", "oid":"88", "description":"counter app category stat 88", "long-description":"{}", "optional":true }, "categorystat89":{ "type":"number", "format":"counter", "size":"8", "oid":"89", "description":"counter app category stat 89", "long-description":"{}", "optional":true }, "categorystat90":{ "type":"number", "format":"counter", "size":"8", "oid":"90", "description":"counter app category stat 90", "long-description":"{}", "optional":true }, "categorystat91":{ "type":"number", "format":"counter", "size":"8", "oid":"91", "description":"counter app category stat 91", "long-description":"{}", "optional":true }, "categorystat92":{ "type":"number", "format":"counter", "size":"8", "oid":"92", "description":"counter app category stat 92", "long-description":"{}", "optional":true }, "categorystat93":{ "type":"number", "format":"counter", "size":"8", "oid":"93", "description":"counter app category stat 93", "long-description":"{}", "optional":true }, "categorystat94":{ "type":"number", "format":"counter", "size":"8", "oid":"94", "description":"counter app category stat 94", "long-description":"{}", "optional":true }, "categorystat95":{ "type":"number", "format":"counter", "size":"8", "oid":"95", "description":"counter app category stat 95", "long-description":"{}", "optional":true }, "categorystat96":{ "type":"number", "format":"counter", "size":"8", "oid":"96", "description":"counter app category stat 96", "long-description":"{}", "optional":true }, "categorystat97":{ "type":"number", "format":"counter", "size":"8", "oid":"97", "description":"counter app category stat 97", "long-description":"{}", "optional":true }, "categorystat98":{ "type":"number", "format":"counter", "size":"8", "oid":"98", "description":"counter app category stat 98", "long-description":"{}", "optional":true }, "categorystat99":{ "type":"number", "format":"counter", "size":"8", "oid":"99", "description":"counter app category stat 99", "long-description":"{}", "optional":true }, "categorystat100":{ "type":"number", "format":"counter", "size":"8", "oid":"100", "description":"counter app category stat 100", "long-description":"{}", "optional":true }, "categorystat101":{ "type":"number", "format":"counter", "size":"8", "oid":"101", "description":"counter app category stat 101", "long-description":"{}", "optional":true }, "categorystat102":{ "type":"number", "format":"counter", "size":"8", "oid":"102", "description":"counter app category stat 102", "long-description":"{}", "optional":true }, "categorystat103":{ "type":"number", "format":"counter", "size":"8", "oid":"103", "description":"counter app category stat 103", "long-description":"{}", "optional":true }, "categorystat104":{ "type":"number", "format":"counter", "size":"8", "oid":"104", "description":"counter app category stat 104", "long-description":"{}", "optional":true }, "categorystat105":{ "type":"number", "format":"counter", "size":"8", "oid":"105", "description":"counter app category stat 105", "long-description":"{}", "optional":true }, "categorystat106":{ "type":"number", "format":"counter", "size":"8", "oid":"106", "description":"counter app category stat 106", "long-description":"{}", "optional":true }, "categorystat107":{ "type":"number", "format":"counter", "size":"8", "oid":"107", "description":"counter app category stat 107", "long-description":"{}", "optional":true }, "categorystat108":{ "type":"number", "format":"counter", "size":"8", "oid":"108", "description":"counter app category stat 108", "long-description":"{}", "optional":true }, "categorystat109":{ "type":"number", "format":"counter", "size":"8", "oid":"109", "description":"counter app category stat 109", "long-description":"{}", "optional":true }, "categorystat110":{ "type":"number", "format":"counter", "size":"8", "oid":"110", "description":"counter app category stat 110", "long-description":"{}", "optional":true }, "categorystat111":{ "type":"number", "format":"counter", "size":"8", "oid":"111", "description":"counter app category stat 111", "long-description":"{}", "optional":true }, "categorystat112":{ "type":"number", "format":"counter", "size":"8", "oid":"112", "description":"counter app category stat 112", "long-description":"{}", "optional":true }, "categorystat113":{ "type":"number", "format":"counter", "size":"8", "oid":"113", "description":"counter app category stat 113", "long-description":"{}", "optional":true }, "categorystat114":{ "type":"number", "format":"counter", "size":"8", "oid":"114", "description":"counter app category stat 114", "long-description":"{}", "optional":true }, "categorystat115":{ "type":"number", "format":"counter", "size":"8", "oid":"115", "description":"counter app category stat 115", "long-description":"{}", "optional":true }, "categorystat116":{ "type":"number", "format":"counter", "size":"8", "oid":"116", "description":"counter app category stat 116", "long-description":"{}", "optional":true }, "categorystat117":{ "type":"number", "format":"counter", "size":"8", "oid":"117", "description":"counter app category stat 117", "long-description":"{}", "optional":true }, "categorystat118":{ "type":"number", "format":"counter", "size":"8", "oid":"118", "description":"counter app category stat 118", "long-description":"{}", "optional":true }, "categorystat119":{ "type":"number", "format":"counter", "size":"8", "oid":"119", "description":"counter app category stat 119", "long-description":"{}", "optional":true }, "categorystat120":{ "type":"number", "format":"counter", "size":"8", "oid":"120", "description":"counter app category stat 120", "long-description":"{}", "optional":true }, "categorystat121":{ "type":"number", "format":"counter", "size":"8", "oid":"121", "description":"counter app category stat 121", "long-description":"{}", "optional":true }, "categorystat122":{ "type":"number", "format":"counter", "size":"8", "oid":"122", "description":"counter app category stat 122", "long-description":"{}", "optional":true }, "categorystat123":{ "type":"number", "format":"counter", "size":"8", "oid":"123", "description":"counter app category stat 123", "long-description":"{}", "optional":true }, "categorystat124":{ "type":"number", "format":"counter", "size":"8", "oid":"124", "description":"counter app category stat 124", "long-description":"{}", "optional":true }, "categorystat125":{ "type":"number", "format":"counter", "size":"8", "oid":"125", "description":"counter app category stat 125", "long-description":"{}", "optional":true }, "categorystat126":{ "type":"number", "format":"counter", "size":"8", "oid":"126", "description":"counter app category stat 126", "long-description":"{}", "optional":true }, "categorystat127":{ "type":"number", "format":"counter", "size":"8", "oid":"127", "description":"counter app category stat 127", "long-description":"{}", "optional":true }, "categorystat128":{ "type":"number", "format":"counter", "size":"8", "oid":"128", "description":"counter app category stat 128", "long-description":"{}", "optional":true }, "categorystat129":{ "type":"number", "format":"counter", "size":"8", "oid":"129", "description":"counter app category stat 129", "long-description":"{}", "optional":true }, "categorystat130":{ "type":"number", "format":"counter", "size":"8", "oid":"130", "description":"counter app category stat 130", "long-description":"{}", "optional":true }, "categorystat131":{ "type":"number", "format":"counter", "size":"8", "oid":"131", "description":"counter app category stat 131", "long-description":"{}", "optional":true }, "categorystat132":{ "type":"number", "format":"counter", "size":"8", "oid":"132", "description":"counter app category stat 132", "long-description":"{}", "optional":true }, "categorystat133":{ "type":"number", "format":"counter", "size":"8", "oid":"133", "description":"counter app category stat 133", "long-description":"{}", "optional":true }, "categorystat134":{ "type":"number", "format":"counter", "size":"8", "oid":"134", "description":"counter app category stat 134", "long-description":"{}", "optional":true }, "categorystat135":{ "type":"number", "format":"counter", "size":"8", "oid":"135", "description":"counter app category stat 135", "long-description":"{}", "optional":true }, "categorystat136":{ "type":"number", "format":"counter", "size":"8", "oid":"136", "description":"counter app category stat 136", "long-description":"{}", "optional":true }, "categorystat137":{ "type":"number", "format":"counter", "size":"8", "oid":"137", "description":"counter app category stat 137", "long-description":"{}", "optional":true }, "categorystat138":{ "type":"number", "format":"counter", "size":"8", "oid":"138", "description":"counter app category stat 138", "long-description":"{}", "optional":true }, "categorystat139":{ "type":"number", "format":"counter", "size":"8", "oid":"139", "description":"counter app category stat 139", "long-description":"{}", "optional":true }, "categorystat140":{ "type":"number", "format":"counter", "size":"8", "oid":"140", "description":"counter app category stat 140", "long-description":"{}", "optional":true }, "categorystat141":{ "type":"number", "format":"counter", "size":"8", "oid":"141", "description":"counter app category stat 141", "long-description":"{}", "optional":true }, "categorystat142":{ "type":"number", "format":"counter", "size":"8", "oid":"142", "description":"counter app category stat 142", "long-description":"{}", "optional":true }, "categorystat143":{ "type":"number", "format":"counter", "size":"8", "oid":"143", "description":"counter app category stat 143", "long-description":"{}", "optional":true }, "categorystat144":{ "type":"number", "format":"counter", "size":"8", "oid":"144", "description":"counter app category stat 144", "long-description":"{}", "optional":true }, "categorystat145":{ "type":"number", "format":"counter", "size":"8", "oid":"145", "description":"counter app category stat 145", "long-description":"{}", "optional":true }, "categorystat146":{ "type":"number", "format":"counter", "size":"8", "oid":"146", "description":"counter app category stat 146", "long-description":"{}", "optional":true }, "categorystat147":{ "type":"number", "format":"counter", "size":"8", "oid":"147", "description":"counter app category stat 147", "long-description":"{}", "optional":true }, "categorystat148":{ "type":"number", "format":"counter", "size":"8", "oid":"148", "description":"counter app category stat 148", "long-description":"{}", "optional":true }, "categorystat149":{ "type":"number", "format":"counter", "size":"8", "oid":"149", "description":"counter app category stat 149", "long-description":"{}", "optional":true }, "categorystat150":{ "type":"number", "format":"counter", "size":"8", "oid":"150", "description":"counter app category stat 150", "long-description":"{}", "optional":true }, "categorystat151":{ "type":"number", "format":"counter", "size":"8", "oid":"151", "description":"counter app category stat 151", "long-description":"{}", "optional":true }, "categorystat152":{ "type":"number", "format":"counter", "size":"8", "oid":"152", "description":"counter app category stat 152", "long-description":"{}", "optional":true }, "categorystat153":{ "type":"number", "format":"counter", "size":"8", "oid":"153", "description":"counter app category stat 153", "long-description":"{}", "optional":true }, "categorystat154":{ "type":"number", "format":"counter", "size":"8", "oid":"154", "description":"counter app category stat 154", "long-description":"{}", "optional":true }, "categorystat155":{ "type":"number", "format":"counter", "size":"8", "oid":"155", "description":"counter app category stat 155", "long-description":"{}", "optional":true }, "categorystat156":{ "type":"number", "format":"counter", "size":"8", "oid":"156", "description":"counter app category stat 156", "long-description":"{}", "optional":true }, "categorystat157":{ "type":"number", "format":"counter", "size":"8", "oid":"157", "description":"counter app category stat 157", "long-description":"{}", "optional":true }, "categorystat158":{ "type":"number", "format":"counter", "size":"8", "oid":"158", "description":"counter app category stat 158", "long-description":"{}", "optional":true }, "categorystat159":{ "type":"number", "format":"counter", "size":"8", "oid":"159", "description":"counter app category stat 159", "long-description":"{}", "optional":true }, "categorystat160":{ "type":"number", "format":"counter", "size":"8", "oid":"160", "description":"counter app category stat 160", "long-description":"{}", "optional":true }, "categorystat161":{ "type":"number", "format":"counter", "size":"8", "oid":"161", "description":"counter app category stat 161", "long-description":"{}", "optional":true }, "categorystat162":{ "type":"number", "format":"counter", "size":"8", "oid":"162", "description":"counter app category stat 162", "long-description":"{}", "optional":true }, "categorystat163":{ "type":"number", "format":"counter", "size":"8", "oid":"163", "description":"counter app category stat 163", "long-description":"{}", "optional":true }, "categorystat164":{ "type":"number", "format":"counter", "size":"8", "oid":"164", "description":"counter app category stat 164", "long-description":"{}", "optional":true }, "categorystat165":{ "type":"number", "format":"counter", "size":"8", "oid":"165", "description":"counter app category stat 165", "long-description":"{}", "optional":true }, "categorystat166":{ "type":"number", "format":"counter", "size":"8", "oid":"166", "description":"counter app category stat 166", "long-description":"{}", "optional":true }, "categorystat167":{ "type":"number", "format":"counter", "size":"8", "oid":"167", "description":"counter app category stat 167", "long-description":"{}", "optional":true }, "categorystat168":{ "type":"number", "format":"counter", "size":"8", "oid":"168", "description":"counter app category stat 168", "long-description":"{}", "optional":true }, "categorystat169":{ "type":"number", "format":"counter", "size":"8", "oid":"169", "description":"counter app category stat 169", "long-description":"{}", "optional":true }, "categorystat170":{ "type":"number", "format":"counter", "size":"8", "oid":"170", "description":"counter app category stat 170", "long-description":"{}", "optional":true }, "categorystat171":{ "type":"number", "format":"counter", "size":"8", "oid":"171", "description":"counter app category stat 171", "long-description":"{}", "optional":true }, "categorystat172":{ "type":"number", "format":"counter", "size":"8", "oid":"172", "description":"counter app category stat 172", "long-description":"{}", "optional":true }, "categorystat173":{ "type":"number", "format":"counter", "size":"8", "oid":"173", "description":"counter app category stat 173", "long-description":"{}", "optional":true }, "categorystat174":{ "type":"number", "format":"counter", "size":"8", "oid":"174", "description":"counter app category stat 174", "long-description":"{}", "optional":true }, "categorystat175":{ "type":"number", "format":"counter", "size":"8", "oid":"175", "description":"counter app category stat 175", "long-description":"{}", "optional":true }, "categorystat176":{ "type":"number", "format":"counter", "size":"8", "oid":"176", "description":"counter app category stat 176", "long-description":"{}", "optional":true }, "categorystat177":{ "type":"number", "format":"counter", "size":"8", "oid":"177", "description":"counter app category stat 177", "long-description":"{}", "optional":true }, "categorystat178":{ "type":"number", "format":"counter", "size":"8", "oid":"178", "description":"counter app category stat 178", "long-description":"{}", "optional":true }, "categorystat179":{ "type":"number", "format":"counter", "size":"8", "oid":"179", "description":"counter app category stat 179", "long-description":"{}", "optional":true }, "categorystat180":{ "type":"number", "format":"counter", "size":"8", "oid":"180", "description":"counter app category stat 180", "long-description":"{}", "optional":true }, "categorystat181":{ "type":"number", "format":"counter", "size":"8", "oid":"181", "description":"counter app category stat 181", "long-description":"{}", "optional":true }, "categorystat182":{ "type":"number", "format":"counter", "size":"8", "oid":"182", "description":"counter app category stat 182", "long-description":"{}", "optional":true }, "categorystat183":{ "type":"number", "format":"counter", "size":"8", "oid":"183", "description":"counter app category stat 183", "long-description":"{}", "optional":true }, "categorystat184":{ "type":"number", "format":"counter", "size":"8", "oid":"184", "description":"counter app category stat 184", "long-description":"{}", "optional":true }, "categorystat185":{ "type":"number", "format":"counter", "size":"8", "oid":"185", "description":"counter app category stat 185", "long-description":"{}", "optional":true }, "categorystat186":{ "type":"number", "format":"counter", "size":"8", "oid":"186", "description":"counter app category stat 186", "long-description":"{}", "optional":true }, "categorystat187":{ "type":"number", "format":"counter", "size":"8", "oid":"187", "description":"counter app category stat 187", "long-description":"{}", "optional":true }, "categorystat188":{ "type":"number", "format":"counter", "size":"8", "oid":"188", "description":"counter app category stat 188", "long-description":"{}", "optional":true }, "categorystat189":{ "type":"number", "format":"counter", "size":"8", "oid":"189", "description":"counter app category stat 189", "long-description":"{}", "optional":true }, "categorystat190":{ "type":"number", "format":"counter", "size":"8", "oid":"190", "description":"counter app category stat 190", "long-description":"{}", "optional":true }, "categorystat191":{ "type":"number", "format":"counter", "size":"8", "oid":"191", "description":"counter app category stat 191", "long-description":"{}", "optional":true }, "categorystat192":{ "type":"number", "format":"counter", "size":"8", "oid":"192", "description":"counter app category stat 192", "long-description":"{}", "optional":true }, "categorystat193":{ "type":"number", "format":"counter", "size":"8", "oid":"193", "description":"counter app category stat 193", "long-description":"{}", "optional":true }, "categorystat194":{ "type":"number", "format":"counter", "size":"8", "oid":"194", "description":"counter app category stat 194", "long-description":"{}", "optional":true }, "categorystat195":{ "type":"number", "format":"counter", "size":"8", "oid":"195", "description":"counter app category stat 195", "long-description":"{}", "optional":true }, "categorystat196":{ "type":"number", "format":"counter", "size":"8", "oid":"196", "description":"counter app category stat 196", "long-description":"{}", "optional":true }, "categorystat197":{ "type":"number", "format":"counter", "size":"8", "oid":"197", "description":"counter app category stat 197", "long-description":"{}", "optional":true }, "categorystat198":{ "type":"number", "format":"counter", "size":"8", "oid":"198", "description":"counter app category stat 198", "long-description":"{}", "optional":true }, "categorystat199":{ "type":"number", "format":"counter", "size":"8", "oid":"199", "description":"counter app category stat 199", "long-description":"{}", "optional":true }, "categorystat200":{ "type":"number", "format":"counter", "size":"8", "oid":"200", "description":"counter app category stat 200", "long-description":"{}", "optional":true }, "categorystat201":{ "type":"number", "format":"counter", "size":"8", "oid":"201", "description":"counter app category stat 201", "long-description":"{}", "optional":true }, "categorystat202":{ "type":"number", "format":"counter", "size":"8", "oid":"202", "description":"counter app category stat 202", "long-description":"{}", "optional":true }, "categorystat203":{ "type":"number", "format":"counter", "size":"8", "oid":"203", "description":"counter app category stat 203", "long-description":"{}", "optional":true }, "categorystat204":{ "type":"number", "format":"counter", "size":"8", "oid":"204", "description":"counter app category stat 204", "long-description":"{}", "optional":true }, "categorystat205":{ "type":"number", "format":"counter", "size":"8", "oid":"205", "description":"counter app category stat 205", "long-description":"{}", "optional":true }, "categorystat206":{ "type":"number", "format":"counter", "size":"8", "oid":"206", "description":"counter app category stat 206", "long-description":"{}", "optional":true }, "categorystat207":{ "type":"number", "format":"counter", "size":"8", "oid":"207", "description":"counter app category stat 207", "long-description":"{}", "optional":true }, "categorystat208":{ "type":"number", "format":"counter", "size":"8", "oid":"208", "description":"counter app category stat 208", "long-description":"{}", "optional":true }, "categorystat209":{ "type":"number", "format":"counter", "size":"8", "oid":"209", "description":"counter app category stat 209", "long-description":"{}", "optional":true }, "categorystat210":{ "type":"number", "format":"counter", "size":"8", "oid":"210", "description":"counter app category stat 210", "long-description":"{}", "optional":true }, "categorystat211":{ "type":"number", "format":"counter", "size":"8", "oid":"211", "description":"counter app category stat 211", "long-description":"{}", "optional":true }, "categorystat212":{ "type":"number", "format":"counter", "size":"8", "oid":"212", "description":"counter app category stat 212", "long-description":"{}", "optional":true }, "categorystat213":{ "type":"number", "format":"counter", "size":"8", "oid":"213", "description":"counter app category stat 213", "long-description":"{}", "optional":true }, "categorystat214":{ "type":"number", "format":"counter", "size":"8", "oid":"214", "description":"counter app category stat 214", "long-description":"{}", "optional":true }, "categorystat215":{ "type":"number", "format":"counter", "size":"8", "oid":"215", "description":"counter app category stat 215", "long-description":"{}", "optional":true }, "categorystat216":{ "type":"number", "format":"counter", "size":"8", "oid":"216", "description":"counter app category stat 216", "long-description":"{}", "optional":true }, "categorystat217":{ "type":"number", "format":"counter", "size":"8", "oid":"217", "description":"counter app category stat 217", "long-description":"{}", "optional":true }, "categorystat218":{ "type":"number", "format":"counter", "size":"8", "oid":"218", "description":"counter app category stat 218", "long-description":"{}", "optional":true }, "categorystat219":{ "type":"number", "format":"counter", "size":"8", "oid":"219", "description":"counter app category stat 219", "long-description":"{}", "optional":true }, "categorystat220":{ "type":"number", "format":"counter", "size":"8", "oid":"220", "description":"counter app category stat 220", "long-description":"{}", "optional":true }, "categorystat221":{ "type":"number", "format":"counter", "size":"8", "oid":"221", "description":"counter app category stat 221", "long-description":"{}", "optional":true }, "categorystat222":{ "type":"number", "format":"counter", "size":"8", "oid":"222", "description":"counter app category stat 222", "long-description":"{}", "optional":true }, "categorystat223":{ "type":"number", "format":"counter", "size":"8", "oid":"223", "description":"counter app category stat 223", "long-description":"{}", "optional":true }, "categorystat224":{ "type":"number", "format":"counter", "size":"8", "oid":"224", "description":"counter app category stat 224", "long-description":"{}", "optional":true }, "categorystat225":{ "type":"number", "format":"counter", "size":"8", "oid":"225", "description":"counter app category stat 225", "long-description":"{}", "optional":true }, "categorystat226":{ "type":"number", "format":"counter", "size":"8", "oid":"226", "description":"counter app category stat 226", "long-description":"{}", "optional":true }, "categorystat227":{ "type":"number", "format":"counter", "size":"8", "oid":"227", "description":"counter app category stat 227", "long-description":"{}", "optional":true }, "categorystat228":{ "type":"number", "format":"counter", "size":"8", "oid":"228", "description":"counter app category stat 228", "long-description":"{}", "optional":true }, "categorystat229":{ "type":"number", "format":"counter", "size":"8", "oid":"229", "description":"counter app category stat 229", "long-description":"{}", "optional":true }, "categorystat230":{ "type":"number", "format":"counter", "size":"8", "oid":"230", "description":"counter app category stat 230", "long-description":"{}", "optional":true }, "categorystat231":{ "type":"number", "format":"counter", "size":"8", "oid":"231", "description":"counter app category stat 231", "long-description":"{}", "optional":true }, "categorystat232":{ "type":"number", "format":"counter", "size":"8", "oid":"232", "description":"counter app category stat 232", "long-description":"{}", "optional":true }, "categorystat233":{ "type":"number", "format":"counter", "size":"8", "oid":"233", "description":"counter app category stat 233", "long-description":"{}", "optional":true }, "categorystat234":{ "type":"number", "format":"counter", "size":"8", "oid":"234", "description":"counter app category stat 234", "long-description":"{}", "optional":true }, "categorystat235":{ "type":"number", "format":"counter", "size":"8", "oid":"235", "description":"counter app category stat 235", "long-description":"{}", "optional":true }, "categorystat236":{ "type":"number", "format":"counter", "size":"8", "oid":"236", "description":"counter app category stat 236", "long-description":"{}", "optional":true }, "categorystat237":{ "type":"number", "format":"counter", "size":"8", "oid":"237", "description":"counter app category stat 237", "long-description":"{}", "optional":true }, "categorystat238":{ "type":"number", "format":"counter", "size":"8", "oid":"238", "description":"counter app category stat 238", "long-description":"{}", "optional":true }, "categorystat239":{ "type":"number", "format":"counter", "size":"8", "oid":"239", "description":"counter app category stat 239", "long-description":"{}", "optional":true }, "categorystat240":{ "type":"number", "format":"counter", "size":"8", "oid":"240", "description":"counter app category stat 240", "long-description":"{}", "optional":true }, "categorystat241":{ "type":"number", "format":"counter", "size":"8", "oid":"241", "description":"counter app category stat 241", "long-description":"{}", "optional":true }, "categorystat242":{ "type":"number", "format":"counter", "size":"8", "oid":"242", "description":"counter app category stat 242", "long-description":"{}", "optional":true }, "categorystat243":{ "type":"number", "format":"counter", "size":"8", "oid":"243", "description":"counter app category stat 243", "long-description":"{}", "optional":true }, "categorystat244":{ "type":"number", "format":"counter", "size":"8", "oid":"244", "description":"counter app category stat 244", "long-description":"{}", "optional":true }, "categorystat245":{ "type":"number", "format":"counter", "size":"8", "oid":"245", "description":"counter app category stat 245", "long-description":"{}", "optional":true }, "categorystat246":{ "type":"number", "format":"counter", "size":"8", "oid":"246", "description":"counter app category stat 246", "long-description":"{}", "optional":true }, "categorystat247":{ "type":"number", "format":"counter", "size":"8", "oid":"247", "description":"counter app category stat 247", "long-description":"{}", "optional":true }, "categorystat248":{ "type":"number", "format":"counter", "size":"8", "oid":"248", "description":"counter app category stat 248", "long-description":"{}", "optional":true }, "categorystat249":{ "type":"number", "format":"counter", "size":"8", "oid":"249", "description":"counter app category stat 249", "long-description":"{}", "optional":true }, "categorystat250":{ "type":"number", "format":"counter", "size":"8", "oid":"250", "description":"counter app category stat 250", "long-description":"{}", "optional":true }, "categorystat251":{ "type":"number", "format":"counter", "size":"8", "oid":"251", "description":"counter app category stat 251", "long-description":"{}", "optional":true }, "categorystat252":{ "type":"number", "format":"counter", "size":"8", "oid":"252", "description":"counter app category stat 252", "long-description":"{}", "optional":true }, "categorystat253":{ "type":"number", "format":"counter", "size":"8", "oid":"253", "description":"counter app category stat 253", "long-description":"{}", "optional":true }, "categorystat254":{ "type":"number", "format":"counter", "size":"8", "oid":"254", "description":"counter app category stat 254", "long-description":"{}", "optional":true }, "categorystat255":{ "type":"number", "format":"counter", "size":"8", "oid":"255", "description":"counter app category stat 255", "long-description":"{}", "optional":true }, "categorystat256":{ "type":"number", "format":"counter", "size":"8", "oid":"256", "description":"counter app category stat 255", "long-description":"{}", "optional":true } } } } } }, "required":[ "name" ] }