{ "id":"/axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/destination/web-category-list/{web-category-list}/stats", "type":"object", "node-type":"list", "title":"web-category-list", "description":"Statistics for the object web-category-list", "properties":{ "web-category-list":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Destination Web Category List Name", "optional":false }, "stats":{ "type":"object", "properties":{ "hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of requests matching this destination rule", "long-description":"{}", "optional":true } } } }, "required":[ "web-category-list" ] }