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.
I used this script also to get the switch port detail $apiKey = "{APIKEY}"$url = "https://n121.meraki.com/api/v1/networks/{networkID}/clients/{clientID}"$headers = @{"X-Cisco-Meraki-API-Key" = $apikey}$response = Invoke-RestMethod -Uri $url -Headers ...
I used this script also to get the switch port detail $apiKey = "{APIKEY}"$url = "https://n121.meraki.com/api/v1/networks/{networkID}/clients/{clientID}"$headers = @{"X-Cisco-Meraki-API-Key" = $apikey}$response = Invoke-RestMethod -Uri $url -Headers ...
I want to get the information of the access points whenever they add the devices in the access point. I want get the information from the path Organization>Monitor>Configuration change>Network>add devices by using the powershell api.
I have tried but same error below is the script and output:script:$apiKey = "api key"$serial = "serial number"$url = "https://api.meraki.com/api/v1/devices/$serial/switch/ports"$headers = @{"X-Cisco-Meraki-API-Key" = $apiKey"Accept" = "application/js...
I have tried but same error below is the script and output:script:$apiKey = "api key"$serial = "serial number"$url = "https://api.meraki.com/api/v1/devices/$serial/switch/ports"$headers = @{"X-Cisco-Meraki-API-Key" = $apiKey"Accept" = "application/js...
I have tried but same error below is the script and output:script:$apiKey = "api key"$serial = "serial number"$url = "https://api.meraki.com/api/v1/devices/$serial/switch/ports"$headers = @{"X-Cisco-Meraki-API-Key" = $apiKey"Accept" = "application/js...