Configuration - Authentication
List external RADIUS servers
List a page of external RADIUS server configurations.
get/radius-servers/external
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
accessType'STANDARD' | 'SECURE'
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 access type: STANDARD, SECURE
Response
OK
Example response
{
"data": [
{
"server_type": "BOTH"
}
]
}