{ "id":"/axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/destination/web-reputation-scope/{web-reputation-scope}/stats", "type":"object", "node-type":"list", "title":"web-reputation-scope", "description":"Statistics for the object web-reputation-scope", "properties":{ "web-reputation-scope":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Destination Web Reputation Scope 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-reputation-scope" ] }