v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1493436254.6 KB

Creates a network profile with the specified details.

post/#X-Amz-Target=AlexaForBusiness.CreateNetworkProfile

Headers

X-Amz-Target'AlexaForBusiness.CreateNetworkProfile' required

Request body

NetworkProfileNamestring required

The name of the network profile associated with a device.

Descriptionstring

Detailed information about a device's network profile.

Ssidstring required

The SSID of the Wi-Fi network.

SecurityType'OPEN' | 'WEP' | 'WPA_PSK' | 'WPA2_PSK' | 'WPA2_ENTERPRISE' required

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

EapMethod'EAP_TLS'

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

CurrentPasswordstring password

The current password of the Wi-Fi network.

NextPasswordstring password

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

CertificateAuthorityArnstring

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

TrustAnchorsTrustAnchor[]

The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.

ClientRequestTokenstring required

A unique, user-specified identifier for the request that ensures idempotency.

Response

Success

NetworkProfileArnstring

The ARN of the network profile associated with a device.