RadiusServers
Create RadiusServer
Create a new RadiusServer record.
POST
Create RadiusServer
A RadiusServer configures a RADIUS authentication server used for Wi-Fi access control. Each server defines the vendor type, connection settings, and shared secret for authenticating customer devices on the network.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the RadiusServer-Create role.Enums
eRadiusServerVendor — Vendor values
eRadiusServerVendor — Vendor values
| Value | Name |
|---|---|
| 0 | Aerohive_Networks |
| 1 | Alcatel_Lucent |
| 2 | Aruba_Instant |
| 3 | Aruba_Mobility_Controller |
| 4 | Avaya |
| 5 | Bluesocket |
| 6 | Casa_Systems |
| 7 | ChilliSpot |
| 8 | CoovaChilli |
| 9 | Cisco_Systems |
| 10 | Dell |
| 11 | EnGenius |
| 12 | ExtremeWireless |
| 13 | FortiGate |
| 14 | ICC |
| 15 | LigoWave |
| 16 | Meraki_Sign_On |
| 17 | Meraki_ClickThrough |
| 18 | Meru_Networks |
| 19 | MikroTik |
| 20 | Motorola |
| 21 | Mojo_Networks |
| 22 | Open_Mesh_Cloudtrax |
| 23 | pfSense |
| 24 | Peplink |
| 25 | Ruckus_Wireless |
| 26 | Ruckus_Virtual_SZ |
| 27 | SonicWall |
| 28 | Ubiquiti_Networks |
| 29 | TP_Link_EAP |
| 30 | Trapeze_Wireless |
| 31 | Trendnet |
| 32 | Xirrus |
| 33 | Virtual_Controller |
| 34 | Other |
Request Body
Required Fields
ID of the business linked to this record.
The name value for this radius server.
The vendor value for this radius server.
Optional Fields
Whether this radius server is currently active.
Free-text description of this radius server.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the radiusserver was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create RadiusServer