Set Short Slot - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Set Short Slot

Example: set short slot to 1
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"shortSlot" : "1"}' https://localhost/api/2.0/wifi/ap/shortSlot
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The valid parameter is 0 or 1.
Set TX Burst
Example: set TX burst to 1
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d '{"txBurst"
: "1"}' https://localhost/api/2.0/wifi/ap/txBurst
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The valid parameter is 0 or 1.
Get TX Burst
Example: get TX burst
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/txBurst
Reply
{"txBurst":"1","success":"true","getAt":"2013-05-22 08:06:44"}
Get Package Aggregation
Example: get package aggregation
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/pktAggregate
Reply
{"pktAggregate":"1","success":"true","getAt":"2013-05-22 08:06:44"}
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
AP Information
4-33

Advertisement

Table of Contents
loading

Table of Contents