Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I'm currently developing a macro for a Cisco DX80 device. In that macro, I have these Javascript methods that I use to create a panel which contains a button and a few toggle buttons: async function uiAddPanel(panelName, participantsRows = [])...
Hello,
I'm trying to make two containers communicate on a Cisco IC3000 edge gateway. I already know how to do that in a classic docker setup but I struggle to replicate the same thing on the IC3000.
For example, considering the following architec...
Hello, I have several docker containers running on a Cisco IC3000 which I can manage through Cisco IOx Local Manager. I see that it's possible to mount an IC3000 volume into the container by using the option "-v" in the docker options as shown in the...
Hello,I have two organization migration scripts that basically do the following:Script A backups an entire network config (ie. network general config + devices general config + product-related configs for the network and its devices) from organizatio...
Hello guys, I'm currently trying the API and I was wondering if it was possible to create fake devices using it. The request to claim a device into an organization takes this body and obviously it fails because I don't know what to put in the serial ...
Thanks for the answer (and sorry for the delay between mine), This is indeed the correct way to upload files on the running container. Although it was not very clear where the file would end up on the container's file system. In the end I uploaded an...
Found the solution myself. The trick is to get the shard domain of the organization's dashboard before initializing the API.import requests
import meraki
from environment_variables import MERAKI_API_KEY, ORG_ID
def get_base_url(org_id: str):
...