Get Wifi Client Group - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Wi-Fi Client Information
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}

Get WiFi Client Group

Example: get WiFi client group
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/con/blizzard/wireless/group
Reply
{"group":"","success":"true","getAt":"2013-04-27 11:25:15"}
Set WiFi client wep-key0
Example: set WiFi client connection wep-key0 to 12345
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"wep-key0" : "12345"}' https://localhost/api/2.0/wifi/client/wireless/wep-key0
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}
Get WiFi Client wep-key0
Example: get WiFi client wep-key0
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/con/blizzard/wireless/wep-key0
Reply
{"wep-key0":"","success":"true","getAt":"2013-04-27 11:53:44"}
Set WiFi Client wep-key1
Example: set WiFi client wep-key1 to 12345
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"wep-key1" : "12345"}' https://localhost/api/2.0/wifi/client/wireless/wep-key1
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
4-54
Chapter 4
Configuring HTTP API
OL-29491-01

Advertisement

Table of Contents
loading

Table of Contents