Create external RADIUS server configuration
Create a new external RADIUS server configuration.
Request body
The external RADIUS server name
The shared secret for the external RADIUS server (optional)
The authentication port for the external RADIUS server (1 ~ 65535)
The accounting port for the external RADIUS server (1 ~ 65535)
The port type of the RADIUS server, can only be either ACCOUNTING, AUTHENTICATION, or BOTH
The IP address or hostname of the RADIUS server
Indicates whether this is an Extreme A3 RADIUS server or not, cannot be updated after creation. Please set it to false if it is not an Extreme A3 RADIUS server.
Indicates whether the RADIUS server allows devices to connect automatically without manually defining their IP address or hostname.
The access type of the External RADIUS server, an External RADIUS server with type 'SECURE' is a RADSEC server. This field cannot be changed after it is set.
The Certificate Bundle trust pilot ID.
Example request
{
"server_type": "BOTH"
}Response
Created
The unique identifier
The create time in UTC (ISO 8601 format)
The last update time in UTC (ISO 8601 format)
The organization identifier, valid when enabling HIQ feature
The external RADIUS server name
The shared secret for the external RADIUS server (optional)
The authentication port for the external RADIUS server (1 ~ 65535)
The accounting port for the external RADIUS server (1 ~ 65535)
The port type of the RADIUS server, can only be either ACCOUNTING, AUTHENTICATION, or BOTH
The ip address or hostname of the RADIUS server
Indicates whether this is an Extreme A3 RADIUS server or not, cannot be updated after creation. Please set it to false if it is not an Extreme A3 RADIUS server.
Indicates whether the RADIUS server allows devices to connect automatically without manually defining their IP address or hostname.
The access type of the External RADIUS server, an External RADIUS server with type 'SECURE' is a RADSEC server. This field cannot be changed after it is set.
Example response
{
"server_type": "BOTH"
}