{ "id":"/axapi/v3/slb/template/policy/{name}/forward-policy/dual-stack-action/{name}/stats", "type":"object", "node-type":"list", "title":"dual-stack-action", "description":"Statistics for the object dual-stack-action", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Action name", "optional":false }, "stats":{ "type":"object", "properties":{ "hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of requests forward by this action", "optional":true } } } }, "required":[ "name" ] }