Set Wmm Capable - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

Chapter 4
Configuring HTTP API

Set WMM Capable

Example: set WMM capable to 1
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"wmmCapable" : "1"}' https://localhost/api/2.0/wifi/ap/wmmCapable
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The valid parameter is 0 or 1.
Get APSD Capable
Example: get APSD capable
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/apsdCapable
Reply
{"apsdCapable":"1","success":"true","getAt":"2013-05-22 08:06:44"}
Set APSD Capable
Example: set APSD capable to 0
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"apsdCapable" : "0"}' https://localhost/api/2.0/wifi/ap/apsdCapable
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
Parameter Restrictions
The valid parameter is 0 or 1.
Set IGMP SN Enable
Example: set IGMP SN Enable to 0
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"igmpSnEnable" : "0"}' https://localhost/api/2.0/wifi/ap/igmpSnEnable
Reply
{"success":"true","updatedAt":"2013-05-22 08:08:05"}
OL-29491-01
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
AP Information
4-35

Advertisement

Table of Contents
loading

Table of Contents