Get Fragment Threshold - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Get Fragment Threshold

Example: get fragment threshold
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/fragThreshold
Reply
{"fragThreshold":"2346","success":"true","getAt":"2013-05-22 08:06:44"}
Set RTS Threshold
Example: set RTS threshold to 2347
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"rtsThreshold" : "2347"}' https://localhost/api/2.0/wifi/ap/rtsThreshold
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The parameter must be an interger from 1 to 2347.
Get RTS Threshold
Example: get RTS threshold
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/rtsThreshold
Reply
{"rtsThreshold":"2347","success":"true","getAt":"2013-05-22 08:06:44"}
Get TX Power
Example: get TX power
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/txPower
Reply
{"txPower":"100","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-31

Advertisement

Table of Contents
loading

Table of Contents