Get Wifi Client Ap Channel - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Get WiFi Client AP Channel

Example: get WiFi client channel of ap name blizzard
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/ap/blizzard/channel
Reply
{"channel":"6","success":"true","getAt":"2013-04-24 16:40:47"}
Get WiFi Client AP Link Status
Example: get WiFi client link status of ap name blizzard
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/ap/blizzard/isconnected
Reply
{"isconnected":"false","success":"true","getAt":"2013-04-24 16:40:47"}
Get WiFi Client Information of Current AP
Example: get WiFi client information of current ap
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/client/active/ap
Reply
{"ap":"ssid=CMCC\nstrength=100\nÖ","success":"true","getAt":"2013-04-24 16:40:47"}
Get WiFi Client Information of Current Connection
Example: get WiFi client information of current connection
Request
curl -k -X GET -H 'password: cisco123!'
https://localhost/api/2.0/wifi/client/active/connection
Reply
{"connection":"ssid=CMCC\nmode=infrastructure\n...","success":"true","getAt":"2013-04-24
16:40:47"}
Get WiFi Client Information of Current Link
Example: get WiFi client information of current link
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
Wi-Fi Client Information
4-39

Advertisement

Table of Contents
loading

Table of Contents