- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wireless Port Profiles & Data-Carrier Detect
Hello all,
I'm putting together a Python script using the Meraki Python Library to automate our initial configurations for sites.
I've written decent-sized scripts and have had minor issues finding what I need. Unfortunately, there are a couple things that continue to elude me. I can find them in the GUI but cannot find them in any API Calls. I recently found out about this forum and figured I'd give asking here a shot.
The biggest one is Wireless Port Profiles:
The other small mystery is the Data-Carrier Detect option (To enable or Disable):
Does anyone have any experience creating API calls for either of these features? Or is it more likely that these calls do not exist yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey DylanC,
I also faced the same issue.
Would you be so kind to tell me whether you have figured out how to solve that?
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are a few calls related to wireless port profiles, for instance...
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ethernet-ports-profile/
Don't think there's anything published for DCD so far.
It may be worth looking the early access API and giving feedback if there's something like this that could sensibly be added to an EA call before it gets 'frozen' for release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Sungod,
Thank you for your reply!
Unfortunately, the EA API has been closed and I can`t register there.
Perhaps it does not work now for some reason...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the EA forum, you need to send a request to join, I guess it must tell you how here...
https://community.meraki.com/t5/API-Early-Access-Group/gh-p/api-early-access
...I can't see the way to make the rquest as I already have access, I think it is easy to do.
But the EA API itself is open, and documented here...
https://developer.cisco.com/meraki/api-v1/api-reference-early-access-overview/#interactive-api-docs
You will need to go into your Dashboard Organization->Early Access settings and enable Early API Access (plus any other EA features you may want to try).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sungod,
Thank you so much for your assistance!
