v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Configuration - Authentication

Update external RADIUS server configuration

Update external RADIUS server configuration by ID.

put/radius-servers/external/{id}

Path parameters

idinteger required

The external RADIUS server ID.

Request body

namestring required

The external RADIUS server name

shared_secretstring

The shared secret for the external RADIUS server (optional)

authentication_portinteger required

The authentication port for the external RADIUS server (1 ~ 65535)

accounting_portinteger required

The accounting port for the external RADIUS server (1 ~ 65535)

server_type'ACCOUNTING' | 'AUTHENTICATION' | 'BOTH' required

The port type of the RADIUS server, can only be either ACCOUNTING, AUTHENTICATION, or BOTH

ip_addrstring

The IP address or hostname of the RADIUS server

enable_peer_discoveryboolean

Indicates whether the RADIUS server allows devices to connect automatically without manually defining their IP address or hostname.

trust_pilot_idinteger

The Certificate Bundle trust pilot ID.

Example request

{
  "server_type": "BOTH"
}

Response

OK