Hello.
I received the same email.
I tried to look for any v0 call in my code, but nothing.
Then I used the API call "getOrganizationApiRequests" , with option version = 0, to check any usage with this version.
Surprisingly, I have a lot ! But it seems it's a mistake :
{
"adminId": "xxxxxxxxxxxx",
"method": "GET",
"host": "nxxx.meraki.com",
"path": "/api/v1/organizations/xxxxxx/appliance/trafficShaping/vpnExclusions/byNetwork",
"queryString": "perPage=1000&startingAfter=xxxxxxxxx",
"userAgent": "python-requests/2.31.0",
"ts": "2024-01-22T01:44:45.110913Z",
"responseCode": 200,
"sourceIp": "xx.xx.xx.xx",
"version": 0,
"operationId": "getOrganizationApplianceTrafficShapingVpnExclusionsByNetwork"
}
Apparently, every "getOrganizationApplianceTrafficShapingVpnExclusionsByNetwork" call is categorized as version 0, even if in the path we clearly see it's v1.
I'm wondering if there are other calls impacted, and maybe Meraki checks for each Org if there is any v0 call the same way, and as there are some wrong categorization, that's why we receive these emails ?