Get Extension Channel - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API
Reply
{"rdg":"0","success":"true","getAt":"2013-05-16 14:09:25"}

Get Extension Channel

Example: get extension channel
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/extensionChannel
Reply
{"extensionChannel":"0","success":"true","getAt":"2012-11-12 06:33:20"}
Set Extension Channel
Example: set extension channel to 0
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"extensionChannel" : "0"}' https://localhost/api/2.0/wifi/ap/extensionChannel
Reply
{"success":"true","updatedAt":"2013-05-16 14:49:39"}
Get AMSDU
Example: get AMSDU
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/amsdu
Reply
{"amsdu":"0","success":"true","getAt":"2013-05-16 15:18:02"}
Set AMSDU
Example: set AMSDU to 0
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d '{"amsdu" :
"0"}' https://localhost/api/2.0/wifi/ap/amsdu
Reply
{"success":"true","updatedAt":"2013-05-16 13:45:39"}
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
AP Information
4-23

Advertisement

Table of Contents
loading

Table of Contents