Hello, I am having some serious trouble getting the vpn exclusion rules for a single network or few in my organization. I keep getting the error networkIds must be an array and I have tried any suggestion I have found to fix with no better results. I am regularly using v1 and postman API v1.58, your help would be appreciated. See example below: $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" $headers.Add("Accept", "application/json") $headers.Add("Authorization", "••••••") $response = Invoke-RestMethod 'https://api.meraki.com/api/v1/organizations/0198272/appliance/trafficShaping/vpnExclusions/byNetwork?networkIds=['L_00011222', 'L_00011222'] ' -Method 'GET' -Headers $headers $response | ConvertTo-Json
... View more