PUT
PUT wlanProvisioning/wlanTemplate
Modifies an existing WLAN template on the server. The template name must match an existing template.
Resource URL
/webacs/api/v1/op/wlanProvisioning/wlanTemplate
Since : 2.2
Request Payload Parameters
boolean
|
adminStatus
|
|
boolean
|
broadcastSsidEnabled
|
|
String
|
interfaceName
|
|
InterfaceMappingTypeEnum
|
interfaceType
|
Allowed values:
INTERFACE
INTERFACEGROUP
|
LanTypeEnum
|
lanType
|
Allowed values:
WIRELESS
GUEST
REMOTE
|
String
|
profileName
|
|
String
|
ssid
|
|
String
|
templateName
|
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/wlanProvisioning/wlanTemplate
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wlanTemplate>
<adminStatus>true</adminStatus>
<broadcastSsidEnabled>true</broadcastSsidEnabled>
<interfaceName>String value</interfaceName>
<interfaceType>INTERFACE</interfaceType>
<lanType>WIRELESS</lanType>
<profileName>String value</profileName>
<ssid>String value</ssid>
<templateName>String value</templateName>
</wlanTemplate>
Sample JSON Request Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/wlanProvisioning/wlanTemplate.json
{
"wlanTemplate" : {
"adminStatus" : true,
"broadcastSsidEnabled" : true,
"interfaceName" : "String value",
"interfaceType" : "INTERFACE",
"lanType" : "WIRELESS",
"profileName" : "String value",
"ssid" : "String value",
"templateName" : "String value"
}
}
POST
POST wlanProvisioning/wlanTemplate
Creates a WLAN template on the server.
Resource URL
/webacs/api/v1/op/wlanProvisioning/wlanTemplate
Since : 2.2
Request Payload Parameters
boolean
|
adminStatus
|
|
boolean
|
broadcastSsidEnabled
|
|
String
|
interfaceName
|
|
InterfaceMappingTypeEnum
|
interfaceType
|
Allowed values:
INTERFACE
INTERFACEGROUP
|
LanTypeEnum
|
lanType
|
Allowed values:
WIRELESS
GUEST
REMOTE
|
String
|
profileName
|
|
String
|
ssid
|
|
String
|
templateName
|
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Request Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/wlanProvisioning/wlanTemplate
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wlanTemplate>
<adminStatus>true</adminStatus>
<broadcastSsidEnabled>true</broadcastSsidEnabled>
<interfaceName>String value</interfaceName>
<interfaceType>INTERFACE</interfaceType>
<lanType>WIRELESS</lanType>
<profileName>String value</profileName>
<ssid>String value</ssid>
<templateName>String value</templateName>
</wlanTemplate>
Sample JSON Request Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/wlanProvisioning/wlanTemplate.json
{
"wlanTemplate" : {
"adminStatus" : true,
"broadcastSsidEnabled" : true,
"interfaceName" : "String value",
"interfaceType" : "INTERFACE",
"lanType" : "WIRELESS",
"profileName" : "String value",
"ssid" : "String value",
"templateName" : "String value"
}
}