Get Wifi Client Wep-Key1 - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Get Wifi Client wep-key1

Example: get WiFi client wep-key1
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/con/blizzard/wireless/wep-key1
Reply
{"wep-key1":"","success":"true","getAt":"2013-04-27 11:53:44"}
Set WiFi Client wep-key2
Example: set WiFi client wep-key2 to 12345
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"wep-key2" : "12345"}' https://localhost/api/2.0/wifi/client/wireless/wep-key2
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}
Get WiFi Client wep-key2
Example: get WiFi client wep-key2
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/con/blizzard/wireless/wep-key2
Reply
{"wep-key2":"","success":"true","getAt":"2013-04-27 14:01:02"}
Set WiFi Client wep-key3
Example: set WiFi client wep-key3 to 12345
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"wep-key3" : "12345"}' https://localhost/api/2.0/wifi/client/wireless/wep-key3
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}
Get WiFi Client wep-key3
Example: get WiFi client wep-key3
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
Wi-Fi Client Information
4-55

Advertisement

Table of Contents
loading

Table of Contents