RadiusServers
Update RadiusServer
Update an existing RadiusServer record.
PUT
Update RadiusServer
Updates an existing RadiusServer record. You must include the
Id of the record to update along with all required fields.
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-Edit 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
The Id of the RadiusServer record to update.
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 update.
Contains the
Id of the updated record.true if the radiusserver was updated 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
Update RadiusServer