{ "id":"/axapi/v3/slb/template/policy/{name}/forward-policy/source/{name}/stats", "type":"object", "node-type":"list", "title":"source", "description":"Statistics for the object source", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"source destination match rule name", "optional":false }, "stats":{ "type":"object", "properties":{ "hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of requests matching this source rule", "long-description":"{}", "optional":true }, "destination-match-not-found":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Number of requests without matching destination rule", "long-description":"{}", "optional":true }, "no-host-info":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Failed to parse ip or host information from request", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] }