{ "id":"/axapi/v3/ddos/token-auth", "type":"object", "node-type":"scalar", "title":"token-auth", "auto-created-object":1, "description":"token authentication stats counters", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "description":"'all': all; 'token_authentication_matched': Token Authentication Matched Packets; 'token_authentication_mismatched': Token Authentication MisMatched Packets; 'token_authentication_invalid': Token Authentication Invalid Packets; 'token_authentication_dropped': Token Authentication Dropped Packets; ", "enum":[ "all", "token_authentication_matched", "token_authentication_mismatched", "token_authentication_invalid", "token_authentication_dropped" ] }, "optional":true } } ] } } }