You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get user counters 32 or 64 because the API's response doesn't match ExtrasUserCounters32Statistics or ExtrasUserCounters64Statistics Go structure.
Here is an example response of a call to /api/tm/6.1/status/local_tm/statistics/extras/user_counters_32:
Hello
I can't get user counters 32 or 64 because the API's response doesn't match
ExtrasUserCounters32Statistics
orExtrasUserCounters64Statistics
Go structure.Here is an example response of a call to
/api/tm/6.1/status/local_tm/statistics/extras/user_counters_32
:As you can see, the content of
statistics
is a map of counter names to integers.Currently, the Go definition of the structure is:
It doesn't capture any of the user counters 32 or 64.
The text was updated successfully, but these errors were encountered: