The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About chengineer
chengineer

chengineer

Meraki Alumni (Retired)

Member since Jan 1, 2018

‎11-23-2020

Shiyue (Shay) Cheng

San Francisco Bay Area

https://www.linkedin.com/in/shiyue/

Groups
  • API Early Access Group

    API Early Access Group

    479
View All
Kudos from
User Count
John-K
Meraki Employee John-K
4
Thibaut-Matzke
Thibaut-Matzke
2
PhilipDAth
Kind of a big deal PhilipDAth
12
BrechtSchamp
BrechtSchamp
4
SteveWeidner
SteveWeidner
1
View All
Kudos given to
User Count
CN
Meraki Alumni (Retired) CN
1
rbnielsen
rbnielsen
1
PhilipDAth
Kind of a big deal PhilipDAth
3
DexterLaBora
Meraki Employee DexterLaBora
3
BrechtSchamp
BrechtSchamp
2
View All

Community Record

184
Posts
177
Kudos
26
Solutions

Badges

Meraki Champion
CMNA
1st Birthday
100 Posts
50 Posts
First 5 Posts View All
Latest Contributions by chengineer
  • Topics chengineer has Participated In
  • Latest Contributions by chengineer
  • « Previous
    • 1
    • 2
    • 3
  • Next »

Re: Powershell - getNetworkEvents - specifying multiple event types (includ...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎06-01-2020 02:59 PM
1 Kudo
‎06-01-2020 02:59 PM
1 Kudo
The last messages in this thread might be helpful? https://community.meraki.com/t5/Developers-APIs/Air-Marshal-API-calls-not-all-the-expected-events-are-returned/td-p/65043 ... View more

Re: Switch - Layer 3 interface

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎06-01-2020 02:55 PM
‎06-01-2020 02:55 PM
Actually, MS's layer 3 interface configuration just went into v1 beta as of today. If you get a chance, please test them out and offer feedback ASAP so we can validate before v1 goes GA. You can find these endpoints in your dashboard organization's Help > API docs page > v1 beta > Switch Routing & DHCP. ... View more

Re: Claiming devices with action batches, error 400

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎05-25-2020 08:13 AM
1 Kudo
‎05-25-2020 08:13 AM
1 Kudo
At a minimum, payload needs to be a dictionary, not a string as it is currently, so pass in data=json.dumps(payload) instead of data=payload ... View more

Re: Unable to collect co-termination licenses.

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎05-25-2020 08:08 AM
‎05-25-2020 08:08 AM
Correct Rob: that endpoint is meant for PDL organizations only. For co-termination orgs, the license state endpoint will return the overall expiration date along with total numbers of licenses per model. ... View more

Re: Downloads of each developer kit?

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎05-13-2020 11:02 AM
2 Kudos
‎05-13-2020 11:02 AM
2 Kudos
Thanks for the suggestion guys. These changes have been added to releases 0.110.1 & 1.0.0b4 as of today. ... View more

Re: Downloads of each developer kit?

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎05-12-2020 11:02 AM
‎05-12-2020 11:02 AM
so the request is to change both  NGINX_429_RETRY_WAIT_TIME as well as RETRY_4XX_ERROR_WAIT_TIME to something lower than 60? ... View more

Re: Get all clients in a group policy

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎04-13-2020 12:52 PM
‎04-13-2020 12:52 PM
Hi @cmtk, you're correct: there's not a direct way to do this currently and we are investigating adding this feature later. What can be done today is to iterate over the clients (as you mentioned) if there are known group policies assigned, and then keep track of those changes (along with using webhooks for any possible policy assignments made via dashboard UI) so that the process does not have to be repeated every so often. ... View more

Re: PYTHON - get_network_traffic_shaping - HTTP response not OK.

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎03-09-2020 01:53 PM
3 Kudos
‎03-09-2020 01:53 PM
3 Kudos
Two separate things here: 1. It looks like you moved over to the new Python library since your original post (which in the source there uses the deprecated SDK), so that's good. This library is easier and more intuitive to use. 2. Just like in dashboard UI, the "traffic shaping" page change significantly for a network that is bound to template, you cannot make the GET call here since the settings live on the parent template. If you change the network ID to be the configuration template's ID, you'll get back the traffic settings as dictated by the template. ... View more

Re: Python: update_network_device

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎02-18-2020 08:49 AM
2 Kudos
‎02-18-2020 08:49 AM
2 Kudos
We're going to deprecate and remove that SDK entirely, so please transition to using this library instead. ... View more

Re: webhook: sharedSecret processing

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-28-2020 01:24 PM
‎01-28-2020 01:24 PM
Yes, this needs to be fixed, and in the meantime, if the webhook receiver is not in your control (to accommodate the missing shared secret for the test), you can always test with the config change alert and make some trivial dashboard change. ... View more

Re: NPM Package incorrect URL

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-23-2020 11:49 AM
1 Kudo
‎01-23-2020 11:49 AM
1 Kudo
Thanks for the heads-up @PhilipDAth, and also tagging my teammate @DexterLaBora.  ... View more

Re: Bug with create organisation network API? Only works when a copy_from_n...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-21-2020 02:54 PM
‎01-21-2020 02:54 PM
The issue with parameter value of None is one of multiple reasons why we are deprecating that   Python SDK, which is auto-generated by a third-party tool, with our   library/package   published in-house. ... View more

Re: Dashboard API 0.7.0 released!

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-17-2020 08:08 AM
‎01-17-2020 08:08 AM
I don't see this issue, so can you please share (PM if you'd like) your information like the GET call you're making? Thanks. ... View more

Re: Programming in Python: Follow up QA from the 1/8/2020 Webinar

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-16-2020 06:09 PM
1 Kudo
‎01-16-2020 06:09 PM
1 Kudo
Hi @Namgyu, thanks for your feedback. The "SDK" (this repository) was generated by a third-party API tool, and unfortunately not only does it contain bugs, it is also not intuitive (need to import extra controllers, models, exceptions), and does not include features we want for an API to manage networking infrastructure. The new "library" (repository and package) is similar only in that the functions used are also under-the-hood based on the OpenAPI specification, but includes features listed there on GitHub meant specifically for Meraki's platforms.   We do need to update the Developer Hub webpage that you have linked there, and in the meantime, the recommendation is to migrate to the latter if you are using the former. ... View more

Re: NameError: name 'UplinkEnum' is not defined

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-16-2020 01:09 PM
‎01-16-2020 01:09 PM
This confusion is one of the reasons why we are deprecating that Python SDK, which is auto-generated by a third-party tool, with our library/package published in-house. ... View more

Re: Drag and Drop Programming with Meraki and Node-Red - Follow up QA from ...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-16-2020 12:58 PM
‎01-16-2020 12:58 PM
Hi @beltranesteva, your question isn't really relevant to the thread, but I'll answer it (next time please post separately): while there is no webhook/alert today for WAN2 (backup uplink) going down, customers can use the org-wide loss/latency endpoint to determine both blackout and brownout issues on WAN1 & WAN2 today. ... View more

Re: Dashboard API via Python - unable to get local issuer certificate (pass...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-13-2020 01:46 PM
4 Kudos
‎01-13-2020 01:46 PM
4 Kudos
Thanks @Meraki_Dave, this functionality has been pushed to a new 0.70.5 version so that you can specify the certificate path in the class instantiation, like this: m = meraki.DashboardAPI(x_cisco_meraki_api_key, certificate_path='C:\\certfolder\\certfile.cer')   Also, this update contains newly-published endpoints for MV camera quality & retention settings, MX inbound firewall, and MS link aggregations. ... View more

Re: Dashboard API via Python - unable to get local issuer certificate (pass...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-13-2020 10:40 AM
‎01-13-2020 10:40 AM
Can you provide an example of what you did previously with requests.get to pass in the certificate information to make calls correctly with your corporate proxy please? ... View more

Re: Dashboard API - Security Events - End-points returned only partial sets...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-09-2020 08:58 AM
1 Kudo
‎01-09-2020 08:58 AM
1 Kudo
I see the same thing, and it seems like only the last month's worth of security events are returned for both the per-network and per-organization scoped endpoints.   With a query like securityEvents?perPage=1000&t0=2019-12-01Z00:00&t1=2019-12-31Z00:00, only the events starting on 12/8 or 12/9 (depending on network/org) are returned. The same thing happens when trying to use securityEvents?perPage=1000&timespan=31536000 (number of seconds in a year).   Definitely seems like a bug; can you PM me the case number please. @c-o-e? ... View more

Re: Programming in Python: Follow up QA from the 1/8/2020 Webinar

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎01-08-2020 04:28 PM
4 Kudos
‎01-08-2020 04:28 PM
4 Kudos
Hi @kruse, thank you for joining, and sorry I saw your question late and didn't answer it verbally!   In your folder/directory where you have your source code, is there a file meraki.py or folder meraki already? If so, you will need to remove that first, since what Python does with import commands is to first try the local directory first, before using packages installed. ... View more

Re: Air Marshal API calls (not all the expected events are returned)

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎12-06-2019 02:05 PM
‎12-06-2019 02:05 PM
FYI team, we just released a complete update of the Python SDK/library where pagination and query array parameters are handled automatically. You can find more details here on this post in the Early Access Developer Program: https://community.meraki.com/t5/Developer-Early-Access-Resources/Python-SDK-entirely-revamped-amp-updated-package/ba-p/69842 ... View more

Re: Python API

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎12-06-2019 02:04 PM
1 Kudo
‎12-06-2019 02:04 PM
1 Kudo
FYI team, we just released a complete update of the Python SDK/library. You can find more details here on this post in the Early Access Developer Program: https://community.meraki.com/t5/Developer-Early-Access-Resources/Python-SDK-entirely-revamped-amp-updated-package/ba-p/69842 ... View more

Re: What is the official Python package?

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎12-06-2019 02:04 PM
‎12-06-2019 02:04 PM
FYI team, we just released a complete update of the Python SDK/library. You can find more details here on this post in the Early Access Developer Program: https://community.meraki.com/t5/Developer-Early-Access-Resources/Python-SDK-entirely-revamped-amp-updated-package/ba-p/69842 ... View more

Re: Which is the second best language to learn to work with Meraki API aft...

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎12-06-2019 02:03 PM
2 Kudos
‎12-06-2019 02:03 PM
2 Kudos
FYI team, we just released a complete update of the Python SDK/library. You can find more details here on this post in the Early Access Developer Program: https://community.meraki.com/t5/Developer-Early-Access-Resources/Python-SDK-entirely-revamped-amp-updated-package/ba-p/69842 ... View more

Re: webhook: sharedSecret processing

by Meraki Alumni (Retired) chengineer in Developers & APIs
‎11-12-2019 10:23 AM
1 Kudo
‎11-12-2019 10:23 AM
1 Kudo
Yes, we are aware that the sharedSecret is blank for the test, but for actual webhook alerts will contain whatever is configured. ... View more
  • « Previous
    • 1
    • 2
    • 3
  • Next »
Kudos from
User Count
John-K
Meraki Employee John-K
4
Thibaut-Matzke
Thibaut-Matzke
2
PhilipDAth
Kind of a big deal PhilipDAth
12
BrechtSchamp
BrechtSchamp
4
SteveWeidner
SteveWeidner
1
View All
Kudos given to
User Count
CN
Meraki Alumni (Retired) CN
1
rbnielsen
rbnielsen
1
PhilipDAth
Kind of a big deal PhilipDAth
3
DexterLaBora
Meraki Employee DexterLaBora
3
BrechtSchamp
BrechtSchamp
2
View All
My Accepted Solutions
Subject Views Posted

Re: MV Video Clip Download

Developers & APIs
3572 ‎07-18-2020 05:42 PM

Re: How to pass array for includedEventTypes

Developers & APIs
1528 ‎06-27-2020 10:55 AM

Re: Switch - Layer 3 interface

Developers & APIs
1571 ‎06-01-2020 02:55 PM

Re: Unable to collect co-termination licenses.

Developers & APIs
1090 ‎05-25-2020 08:08 AM

Re: Get all clients in a group policy

Developers & APIs
1264 ‎04-13-2020 12:52 PM

Re: PYTHON - get_network_traffic_shaping - HTTP response not OK.

Developers & APIs
1708 ‎03-09-2020 01:53 PM

Re: Bug with create organisation network API? Only works when a copy_from_n...

Developers & APIs
2416 ‎01-21-2020 02:54 PM

Re: Dashboard API via Python - unable to get local issuer certificate (pass...

Developers & APIs
8935 ‎01-13-2020 01:46 PM

Re: mqtt timestamp documentation wrong?

Developers & APIs
984 ‎11-04-2019 01:47 PM

Re: Access API simply via browser without an API Key. Trick/Hack/Other? You...

Developers & APIs
2162 ‎08-01-2018 05:42 AM
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Python API

Developers & APIs
8 7986

API Demo Platform - quickly experience Meraki APIs within seconds

Developers & APIs
7 5879

Re: Dashboard API via Python - unable to get local issuer certificate (pass...

Developers & APIs
4 8935

Re: Programming in Python: Follow up QA from the 1/8/2020 Webinar

Developers & APIs
4 3643

Re: Action Batches

Developers & APIs
4 4211
View All
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2022 Meraki