v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
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

pageinteger required

The current page number

countinteger required

The element count of the current page

total_pagesinteger required

The total page number based on request page size

total_countinteger required

The total element count

Example response

{
  "data": [
    {
      "server_type": "BOTH"
    }
  ]
}