The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About StephenMeyer
StephenMeyer

StephenMeyer

Just browsing

Member since Jan 9, 2020

‎03-14-2022

Community Record

6
Posts
0
Kudos
0
Solutions

Badges

First 5 Posts View All
Latest Contributions by StephenMeyer
  • Topics StephenMeyer has Participated In
  • Latest Contributions by StephenMeyer

Re: Trying to update SSID PSK receiving 404

by StephenMeyer in Developers & APIs
‎03-14-2022 07:17 AM
‎03-14-2022 07:17 AM
Thank you so much... missed that. ... View more

Re: Trying to update SSID PSK receiving 404

by StephenMeyer in Developers & APIs
‎03-14-2022 04:50 AM
‎03-14-2022 04:50 AM
I updated to HelloThere and still receiving the 404.  What is strange is the GET works without fail. It is only the post.  ... View more

Re: Trying to update SSID PSK receiving 404

by StephenMeyer in Developers & APIs
‎03-13-2022 04:28 PM
‎03-13-2022 04:28 PM
I changed code to just send psk with same results. I get a 404 not found.  The new json body: {"psk": "hello"} ... View more

Re: Receiving 404 when i try to update SSID PSK

by StephenMeyer in Wireless LAN
‎03-13-2022 01:58 PM
‎03-13-2022 01:58 PM
Thanks i have posted in API forum. ... View more

Trying to update SSID PSK receiving 404

by StephenMeyer in Developers & APIs
‎03-13-2022 01:57 PM
‎03-13-2022 01:57 PM
I can successfully call and get the data from getting a specific SSID network details, when i try to update the password {psk} i get a 404. Below is a snippet of the powershell code i am trying,   $deviceAPIUri = "$baseUrl$dashboardAPIVersion/networks/$MYNETWORK_ID/wireless/ssids/$GUEST_ID" $response = Invoke-WebRequest -Uri $deviceAPIUri -Method GET -Headers $headers     # # Check if Guest if ($response.StatusCode -eq 200 ){   $ssidConfig = $response | ConvertFrom-Json $ssidConfig.psk = "HelloThere" # #create JSON body with data to update. #   $body = (ConvertTo-Json $ssidConfig) Write-Host $body $response1 = Invoke-RestMethod -Uri $deviceAPIUri -Method POST -Headers $headers -Body $body write-host $response1     Please help. I have been able to use powershell and interact with the dashboard API without fail... until now. ... View more

Receiving 404 when i try to update SSID PSK

by StephenMeyer in Wireless LAN
‎03-13-2022 11:27 AM
‎03-13-2022 11:27 AM
I can successfully call and get the data from getting a specific SSID network details, when i try to update the password {psk} i get a 404. Below is a snippet of the powershell code i am trying,   $deviceAPIUri = "$baseUrl$dashboardAPIVersion/networks/$MYNETWORK_ID/wireless/ssids/$GUEST_ID" $response = Invoke-WebRequest -Uri $deviceAPIUri -Method GET -Headers $headers     # # Check if Guest if ($response.StatusCode -eq 200 ){   $ssidConfig = $response | ConvertFrom-Json $ssidConfig.psk = "HelloThere" # #create JSON body with data to update. #   $body = (ConvertTo-Json $ssidConfig) Write-Host $body $response1 = Invoke-RestMethod -Uri $deviceAPIUri -Method POST -Headers $headers -Body $body write-host $response1     Please help. I have been able to use powershell and interact with the dashboard API without fail... until now. ... View more
Labels:
  • Labels:
  • SSID
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki