{ "id":"/axapi/v3/slb/template/policy/{name}/forward-policy/action/{name}/stats", "type":"object", "node-type":"list", "title":"action", "description":"Statistics for the object action", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Action policy 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":[ "name" ] }