Community Record
15
Posts
2
Kudos
0
Solutions
Badges
Aug 4 2021
5:18 PM
Greenberet, Is there anything you got from the support team? Can you share it with me if there is any progress?
... View more
Aug 1 2021
8:03 PM
Hi, I inquired about the same problem a while ago and solved it then. But the same problem is happening again today. (Previous inquiry details) - When call 'Meraki Dashboard API' in the company, '429 - Too Many Requests' occurs. - But it's called normally at home. (status code : 200) So I checked the 'Get Organization Api Requests Overview' API and the results are as below. There's only two case in a minute. And I also called the 'Get Organization API Requests' API and the results are as below. There were only two APIs called. I kept the Rate Limit, but why is '429 - Too Many Requests' occurring? What else should I check? Please someone let me know. regards Gwangjin
... View more
Labels:
- Labels:
-
Dashboard API
Jul 20 2021
11:46 PM
ShawnHu, thank you for your response. First of all, I have something to say for sure. 1) No one calls the Meraki Dashboard API. 2) '429 - Too many requests' only occur in the company. Two days later, '429 - Too Many Requests' are still occurring. How can I solve this problem? Again, no one is calling the Meraki Dashboard API. regards Gwangjin
... View more
Jul 19 2021
6:51 PM
I found out something new during the test. In the company, "Too Many Requests" occurs when the Meraki Dashboard API is called. But it's normal(status code : 200) to call the same API at home. I think it's a restriction by IP. Please let me know if you know what to do. * PS : We can't change the company's IP.
... View more
Jul 19 2021
1:25 AM
Hi, I was collecting client information periodically using 'Get Network Clients'. But suddenly, 'Too Many Requests' started to happen. So I stopped all API calls and waited. But it's been 3 hours and 'Too Many Requests' are still happening. Even though there's only one API call. What do I have to do to release that condition? Let me know if anyone knows. regards Gwangjin
... View more
Labels:
- Labels:
-
Dashboard API
Apr 11 2021
7:41 PM
Thank you for your answer. Then, should I understand that I can't get exactly the same value as Meraki Dashboard using API?
... View more
Apr 11 2021
7:38 PM
Thank you for your answer. So, do I think 'latencyStats: null' equals zero?
... View more
Apr 11 2021
7:04 PM
1 Kudo
I was using the 'Get Network Wireless Devices Latency Stats' API and suddenly I can't get the result data. 1) I receive all 'latencyStat' as null. 2) There are 5APs in the network, but only 4APs are being received. Is it because of config? If so, which config should I check? Please let me know.
... View more
Labels:
- Labels:
-
Dashboard API
Apr 6 2021
12:57 AM
1 Kudo
I have been collecting data usage using Meraki Dashboard API for a month. But the usage I collected is too different from Meraki Dashboard. Which API should I use to get the usage on the two screens below? 1) View all networks 2) Network-wide → Clients The APIs I currently use are 'Get_Network_traffic' and 'Get_Network_Client'. If you can help me, please reply.
... View more
Labels:
- Labels:
-
Dashboard API
Mar 7 2021
5:31 AM
I was developing a web for various monitoring using Meraki Dashboard API this time. But suddenly, http status code : 429 occurred. What I'm curious about here is: 1) I want to know the exact condition that http status code 429 occurs. I'd like you to let me know if anyone knows. 2) I'd like to know how to mitigate the condition that http status code 429 occurs. I'd appreciate it if you let me know if you know anything about the above two things.
... View more
Labels:
- Labels:
-
Dashboard API
Aug 13 2020
4:41 PM
I used Tomcat as WAS (Web Application Server). This is not affected by the OS. So, I have some questions. Q1. What does your WAS use? - SSL settings may vary depending on WAS. Q2. Does your keystore contain all certificates (CA)? Q3. Can you send your keystore (with your password)? Q4. Can you show me the error screen from the Meraki dashboard? I hope your problem will be solved soon.
... View more
Aug 13 2020
1:43 AM
The keystore used by WAS must include CA certificates. I will share how to make a keystore that I used. (Create keystore file) 1. Create a keystore in PKCS12 format with CA certificates. keytool -importcert -keystore [keystore file name] -storepass [password] -storetype PKCS12 -alias rootca -file [Root CA Certification] keytool -importcert -keystore [keystore file name] -storepass [password] -storetype PKCS12 -alias root -file [CA Certification] 2. Convert the SSL certificate to PKCS12 format. openssl pkcs12 -export -in [public key file] -inkey [private key file] -out [cert file name] -name [Any Name] 3. Import certificate in PKCS12 format to keystore keytool -importkeystore -deststorepass [password] -destkeypass [password] -destkeystore [keystore file name] -srckeystore [cert file name] -srcstoretype PKCS12 -srcstorepass [password] -alias [Any Name] ex) [Certification] RootCA : USERTrustRSAAddTrustCA.der CA : SectigoRSADomainValidationSecureServerCA.der Public Key : public.key Private Key : private.key [Command] keytool -importcert -keystore keystore.jks -storepass Password1! -storetype PKCS12 -alias rootca -file USERTrustRSAAddTrustCA.der keytool -importcert -keystore keystore.jks -storepass Password1! -storetype PKCS12 -alias root -file SectigoRSADomainValidationSecureServerCA.der openssl pkcs12 -export -in public.key -inkey private.key -out mscanning.p12 -name mscanning12 keytool -importkeystore -deststorepass Password1! -destkeypass Password1! -destkeystore keystore.jks -srckeystore mscanning.p12 -srcstoretype PKCS12 -srcstorepass Password1! -alias mscannings
... View more
May 18 2020
9:10 PM
I solved the problem with your help. Thank you very much. solved) Import CA certificate to keystore.
... View more
May 18 2020
12:13 AM
Hi guys!! I'm going to test the Location Scanning API. So I prepared an HTTPS server. But an error is occurring as shown in the picture below. - Untrusted Server Certificate - Please ensure you are using a certificate signed by a valid Certificate Authority(CA) I don't think there's a problem with the certificate. Please, let me know what can I do. Thanks in Advance.
... View more
Labels:
- Labels:
-
Scanning API
My Top Kudoed Posts
Subject | Kudos | Views |
---|---|---|
1 | 3185 | |
1 | 4189 |