Template Management: Authorized SSID
SSIDs are a set of unique tokens that identify 802.11 wireless network. Wireless network devices use SSIDs to gain information about the network and establish a wireless connectivity. SSIDs can be authorized in various ways. SSID help to provide limited access to some guest users and on the other hand also provide access to secure data to some of the authorised users. This is specific to some of the authorised users. You need proper credentials to log in. If the client device meets the security configurations on the AP for that specific SSID, it is then allowed to join the network.
/V5/templates/AUTHORIZED_SSID
/V5/templates/{templateId}/AUTHORIZED_SSID
/V5/templates
/V5/templates/copy/{templateid}/AUTHORIZED_SSID
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/templates
/V5/templates/{templateId}/AUTHORIZED_SSID
Attribute | Data Type | Description | |
---|---|---|---|
type | String | Template type. Expected value is authssid. | |
templateId | int | System generated value to identify the template. | |
templateName | String | Name of the template. | |
createdAtLocationId | application/json | ID of location at which the template is created. The value is of the type Location ID JSON. |
|
description | String | Description of the template. | |
templateType | String | Template type. The applicable value is AUTHORIZED_SSID | |
mncTemplateId | int | System-generated ID of the template provided via the parent server to the child server. |
|
ssid | String | The SSID profile | |
allowedSecuritySetting | String | List of allowed security settings. Applicable values are OPEN, WEP, WPA, DOT_11i, and ANY |
|
allowedAuthFramework | String | List of authorization framework. Applicable values are PSK, ONE_X, and ANY |
|
allowedAuthType | String | List of authorization types. Applicable values are PEAP, EAP_TLS, LEAP, EAP_TTLS, EAP_FAST, EAP_SIM, and ANY |
|
allowedNetworkProtocol | String | List of network protocols. Applicable values are A, B, G, and ANY | |
allowedEncryptionProtocol | String | List of encryption protocols. Applicable values are WEP40, WEP104, TKIP, CCMP, and ANY |
|
allowedApCapability | String | List of AP capability. Applicable values are DOT11n, TURBO, SUPER_AG, and ANY |
|
mfpSettings | String | List of MFP settings. Applicable values are ENABLED, DISABLED, and ANY | |
allowedVendorList | List of allowed vendors | ||
allowedNetworkList | List of allowed networks | ||
appliedAtCurrentLocation | |||
guest | boolean | True indicates this is a guest SSID | |
mnctemplate | boolean | True indicates this has been pushed by the parent server |
[ { "type": "authssid", "templateId": 2, "templateName": "DocTest 1", "createdAtLocationId": { "type": "locallocationid", "id": 1 }, "description": "Doc Test", "templateType": "AUTHORIZED_SSID", "mncTemplateId": 0, "ssid": "FeFiFoFum", "ssidProfileId": 0, "allowedSecuritySetting": [ "ANY" ], "allowedAuthFramework": [ "ANY" ], "allowedAuthType": [ "ANY" ], "allowedNetworkProtocol": [ "ANY" ], "allowedEncryptionProtocol": [ "ANY" ], "allowedApCapability": [ "ANY" ], "mfpSettings": [ "ENABLED", "ANY", "DISABLED" ], "allowedVendorList": null, "allowedNetworkList": null, "appliedAtCurrentLocation": false, "guest": false, "mnctemplate": false }, { "type": "authssid", "templateId": 3, "templateName": "DocSample_authwlan", "createdAtLocationId": { "type": "locallocationid", "id": 0 }, "description": "WEBAPI", "templateType": "AUTHORIZED_SSID", "mncTemplateId": 0, "ssid": "DocSample", "ssidProfileId": 0, "allowedSecuritySetting": [ "WPA", "DOT_11i" ], "allowedAuthFramework": [ "PSK" ], "allowedAuthType": [ "ANY" ], "allowedNetworkProtocol": [ "ANY" ], "allowedEncryptionProtocol": [ "CCMP", "TKIP" ], "allowedApCapability": [ "ANY" ], "mfpSettings": [ "ENABLED", "ANY", "DISABLED" ], "allowedVendorList": null, "allowedNetworkList": null, "appliedAtCurrentLocation": false, "guest": false, "mnctemplate": false }, { "type": "authssid", "templateId": 5, "templateName": "EnterpriseWiFi_authwlan", "createdAtLocationId": { "type": "locallocationid", "id": 0 }, "description": "WEBAPI", "templateType": "AUTHORIZED_SSID", "mncTemplateId": 0, "ssid": "EnterpriseWiFi", "ssidProfileId": 0, "allowedSecuritySetting": [ "WPA", "DOT_11i" ], "allowedAuthFramework": [ "PSK" ], "allowedAuthType": [ "ANY" ], "allowedNetworkProtocol": [ "ANY" ], "allowedEncryptionProtocol": [ "CCMP", "TKIP" ], "allowedApCapability": [ "ANY" ], "mfpSettings": [ "ENABLED", "ANY", "DISABLED" ], "allowedVendorList": null, "allowedNetworkList": null, "appliedAtCurrentLocation": false, "guest": false, "mnctemplate": false } ]