{ "id":"/axapi/v3/ddos/token-auth/stats", "type":"object", "node-type":"scalar", "title":"token-auth", "description":"Statistics for the object token-auth", "properties":{ "stats":{ "type":"object", "properties":{ "token_authentication_matched":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Token Authentication Matched Packets", "optional":true }, "token_authentication_mismatched":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Token Authentication Mismatched Packets", "optional":true }, "token_authentication_invalid":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Token Authentication Invalid Packets", "optional":true } } } } }