Will i be able to fire API early Access API call to my production Network ?

Solved
AJAY2
Here to help

Will i be able to fire API early Access API call to my production Network ?

Hi,

 

I am basically trying to fire the below API call however I keep getting HTTP 404 error stating that the resource could not be found. Can someone support here to validate my API call Pls. (Sample call below)

curl -L --request GET \
--url https://api.meraki.com/api/v1/organizations/{organizationId}/wireless/devices/signalQuality/byDevice... \
--header 'Authorization: Bearer XXXXXX' \
--header 'Accept: application/json'

1 Accepted Solution
ww
Kind of a big deal
Kind of a big deal

Did you enable "Early API Access" At the dashboard?

Org > early access

View solution in original post

10 Replies 10
ww
Kind of a big deal
Kind of a big deal

Did you enable "Early API Access" At the dashboard?

Org > early access

AJAY2
Here to help

Ahhh ! Just noticed its disabled. Thanks alot.

AJAY2
Here to help

After enabling it, i am now encountering HTTP 500 message saying Internal server error issue? 

nan3540
Here to help

I would try the below uri, notice i have just removed the "[]" from your url params

 

https://api.meraki.com/api/v1/organizations/{organizationId}/wireless/devices/signalQuality/byDevice?networkIds=L_80560273736677283&networkIds=L_805802737366976746&bands=5&timespan=7200

 

AJAY2
Here to help

Above doesn't work for me as it says networkIDs need to be defined as array! However, i have got it worked now. I had issue with my Firewall policies.

Oren
Meraki Employee All-Star Meraki Employee All-Star
Meraki Employee All-Star

I’m glad to see the issue was resolved.

 

The first message appears to include an API key.

Can you please revoke it, and edit the message to remove it?

I rather not excite the wrong people with potential leaked credentials.

AJAY2
Here to help

It is not the correct credentials! It was made up by me. 🙂  But I have removed it.

Oren
Meraki Employee All-Star Meraki Employee All-Star
Meraki Employee All-Star

Thanks.

John_on_API
Meraki Employee
Meraki Employee

Please find the following information about caveats involved when enabling Early API Access on production organizations.

 

https://community.meraki.com/t5/Developers-APIs/UPDATED-Beta-testing-with-the-Meraki-Developer-Early...

AJAY2
Here to help

But there are lots of challenges we are facing with scalability! Let's say for an example, we want to pull Signal Quality History data per AP per band basis! Currently we only have API call at network level where we need to define device serial number & Band however imagine a org with 500+ networks and 5000+ APs so in that case only org level APIs works best.

Get notified when there are additional replies to this discussion.