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.
Hi folks,I'm struggeling a bit with getOrganizationSwitchPortsBySwitch API endpoint.https://developer.cisco.com/meraki/api-v1/get-organization-switch-ports-by-switch/It does include mostly all configuration parameters of switch ports. But for reasons...
Dear all,we have a problem with a Cisco Catalyst 4506. After installing IOS 12.2(53)SG10 the switch crashes when logging in using Tacacs. As a workaround we've changed authentication to local username/password. This is working without crash.Please as...
Hi Raphael,sorry to bother you again, but I do not get it working. I've tried it with "extendedParams" with same result.Now I've created another sample code without Meraki SDK, but same result again.import os
import json
import requests
api_key = os...
Hi Raphael,I still did not get where to add the extendedParams. Here's a sample code:import os
import meraki
import meraki.exceptions
debug: bool = False
api_key = os.environ.get('MERAKI_DASHBOARD_API_KEY')
org_id:str = 'xxxx'
serial:str = 'xxxx'
...
Hi Raphael,I'm not aware of an "extendedParams" parameter and could not find it on the documentation either. Where should I add it, to the getOrganizationSwitchPortsBySwitch request? This does not change anything on the reply.Here's an example output...