Where can I find the documentation for the return data of API https://developer.cisco.com/meraki/api-v1/get-network-wireless-client-connection-stats/ ? The API documentation page has a response schema definition of `object`, not useful at all. Specifically, what are the value definitions of the `connectionStats` structure in the returned data. As an example:
{
"mac": "00:61:71:c8:51:27",
"connectionStats": {
"assoc": 0,
"auth": 4,
"dhcp": 0,
"dns": 0,
"success": 10
}
}
What does the value 10 mean for "success", and 4 for "auth"? Surely this must be documented somewhere?