Creates a WLAN template on the server.
Since Product Version: 2.2
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
API version v1 is deprecated
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/wlanProvisioning/wlanTemplate
Request Payload Parameters
adminStatus
boolean
|
Is the WLAN administratively enabled?
|
broadcastSsidEnabled
boolean
|
Is SSID broadcasting enabled?
|
interfaceName
String
|
Denotes the interface, or interface group, for this WLAN. See interfaceType to determine if this is an interface or interface group.
|
interfaceType
InterfaceMappingTypeEnum
|
Denotes whether an interface or interface group is used for this interface. See interfaceName for the name of the interface or interface group.
Allowed values:
|
lanType
LanTypeEnum
|
Denotes the LAN type.
Allowed values:
|
profileName
String
|
Profile name of the WLAN.
|
ssid
String
|
|
templateName
String
|
The name of the WLAN template.
|
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://localhost/webacs/api/v1/op/wlanProvisioning/wlanTemplate
<?xml version="1.0" ?>
<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://localhost/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"
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v2/op/wlanProvisioning/wlanTemplate
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
adminStatus
boolean
|
Is the WLAN administratively enabled?
|
broadcastSsidEnabled
boolean
|
Is SSID broadcasting enabled?
|
interfaceName
String
|
Denotes the interface, or interface group, for this WLAN. See interfaceType to determine if this is an interface or interface group.
|
interfaceType
InterfaceMappingTypeEnum
|
Denotes whether an interface or interface group is used for this interface. See interfaceName for the name of the interface or interface group.
Allowed values:
|
lanType
LanTypeEnum
|
Denotes the LAN type.
Allowed values:
|
profileName
String
|
Profile name of the WLAN.
|
ssid
String
|
|
templateName
String
|
The name of the WLAN template.
|
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://localhost/webacs/api/v2/op/wlanProvisioning/wlanTemplate
<?xml version="1.0" ?>
<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://localhost/webacs/api/v2/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"
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v3/op/wlanProvisioning/wlanTemplate
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
adminStatus
boolean
|
Is the WLAN administratively enabled?
|
broadcastSsidEnabled
boolean
|
Is SSID broadcasting enabled?
|
interfaceName
String
|
Denotes the interface, or interface group, for this WLAN. See interfaceType to determine if this is an interface or interface group.
|
interfaceType
InterfaceMappingTypeEnum
|
Denotes whether an interface or interface group is used for this interface. See interfaceName for the name of the interface or interface group.
Allowed values:
|
lanType
LanTypeEnum
|
Denotes the LAN type.
Allowed values:
|
profileName
String
|
Profile name of the WLAN.
|
ssid
String
|
|
templateName
String
|
The name of the WLAN template.
|
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://localhost/webacs/api/v3/op/wlanProvisioning/wlanTemplate
<?xml version="1.0" ?>
<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://localhost/webacs/api/v3/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"
}
}
Resource Information
Rate Limiting?
|
No
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Group Filtering?
|
No
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Write
|
HTTP Methods
|
|
Resource URL
/webacs/api/v4/op/wlanProvisioning/wlanTemplate
Unmodified
This resource has not been modified since the previous API version.
Request Payload Parameters
adminStatus
boolean
|
Is the WLAN administratively enabled?
|
broadcastSsidEnabled
boolean
|
Is SSID broadcasting enabled?
|
interfaceName
String
|
Denotes the interface, or interface group, for this WLAN. See interfaceType to determine if this is an interface or interface group.
|
interfaceType
InterfaceMappingTypeEnum
|
Denotes whether an interface or interface group is used for this interface. See interfaceName for the name of the interface or interface group.
Allowed values:
|
lanType
LanTypeEnum
|
Denotes the LAN type.
Allowed values:
|
profileName
String
|
Profile name of the WLAN.
|
ssid
String
|
|
templateName
String
|
The name of the WLAN template.
|
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://localhost/webacs/api/v4/op/wlanProvisioning/wlanTemplate
<?xml version="1.0" ?>
<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://localhost/webacs/api/v4/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"
}
}