Hello,
Haven't been here for a while - working for a new customer now - so back at it.
Trying to recycle a script i used in the past , but it fails at the most basic level :
There are only 4 organizations -
/usr/bin/curl -o Meraki_orgs_${DATE}.raw -L -H 'X-Cisco-Meraki-API-Key:999999999999999' -X GET -H 'Content-Type: application/json' 'https://NNNN.meraki.com/api/v1/organizations'
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:03:33 --:--:-- 0
curl: (7) Failed connect to NNNN.meraki.com:443; Operation now in progress
I'm not getting any of the Authentication type errors so my key should* be good -
What does "Operation now in progress" mean ?
am I in a queue - will I get a Page when My Order is Up ?
Thanks,
Don