Set Wifi Client Connection Phase1-Peapver - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Set WiFi Client Connection Phase1-Peapver

Example: set WiFi client phase1-peapver to 1
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"phase1-peapver" : "1"}' https://localhost/api/2.0/wifi/client/wireless/phase1-peapver
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}
Get WiFi Client Connection Phase1-Peapver
Example: get WiFi client connection phase1 peapver
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/con/blizzard/wireless/phase1-peapver
Reply
{"phase1-peapver":"","success":"true","getAt":"2013-04-27 10:52:41"}
Set WiFi Client Connection Phase2-Autheap
Example: set WiFi client connection phase2-autheap to mschapv2
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"phase2-autheap" : "mschapv2"}'
https://localhost/api/2.0/wifi/client/wireless/phase2-autheap
Reply
{"success":"true","updatedAt":"2013-04-28 16:50:13"}
Get WiFi Client Connection Phase2-Autheap
Example: get WiFi client connection phase2-autheap
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/con/blizzard/wireless/phase2-autheap
Reply
{"phase2-autheap":"","success":"true","getAt":"2013-04-27 10:53:48"}
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
Wi-Fi Client Information
4-47

Advertisement

Table of Contents
loading

Table of Contents