Get Mcastmcs - Cisco 340 Series Configuration Manual

Table of Contents

Advertisement

AP Information

Get mcastMcs

Example: get mcastMcs
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/mcastMcs
Reply
{"authMode":"OPEN","success":"true","getAt":"2013-05-16 15:25:51"}
Get Key 1 Type
Example: get key 1 type
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/key1Type
Reply
{"key1Type":"0","success":"true","getAt":"2013-05-22 13:19:39"}
Set Key 1 Type
Example: set key 1 type to 1
Request
curl -k -X PUT -H 'password: cisco123!' -H 'Content-Type: application/json' -d
'{"key1Type" : "1"}' https://localhost/api/2.0/wifi/ap/key1Type
Reply
{"success":"true","updatedAt":"2013-05-22 13:26:04"}
Get Encryption Type
Example: get encryption type
Request
curl -k -X GET -H 'password: cisco123!' https://localhost/api/2.0/wifi/ap/encryptionType
Reply
{"encryptionType":"AES","success":"true","getAt":"2013-05-22 13:19:39"}
Set Encryption Type
Example: set encryption type to WEP
Cisco Edge 340 Series Software Configuration Guide, Release 1.0
4-26
Chapter 4
Configuring HTTP API
OL-29491-01

Advertisement

Table of Contents
loading

Table of Contents