cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3338
Views
3
Helpful
5
Replies

Wireless Port Profiles & Data-Carrier Detect

DylanC
Community Member

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:

image.png

The other small mystery is the Data-Carrier Detect option (To enable or Disable):

image.png

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?

5 Replies 5

YevheniiSiryi
Community Member

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!

sungod
Level 11
Level 11

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.

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...

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).

Sungod,

Thank you so much for your assistance!