Get Beacon Period - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

AP Information

Get Beacon Period

Example: get beacon period
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/beaconPeriod
Reply
{"beaconPeriod":"100","success":"true","getAt":"2012-11-12 07:48:15"}
Set dtim Period
Example: set dtim period to 200
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"dtimPeriod" : "200"}' https://localhost/api/2.0/wifi/ap/dtimPeriod
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The parameter must be an interger from 1 to 255.
Get dtim Period
Example: get dtim period
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/dtimPeriod
Reply
{"dtimPeriod":"200","success":"true","getAt":"2013-05-22 08:06:44"}
Set Fragment Threshold
Example: set fragment threshold to 256
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"fragThreshold" : "256"}' https://localhost/api/2.0/wifi/ap/fragThreshold
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The parameter must be an interger from 256 to 2346.
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
4-30
Chapter 4
Configuring HTTP API
OL-29491-01

Advertisement

Table of Contents
loading

Table of Contents