---
title: "List RADSEC proxies"
method: GET
path: "/radsec-proxies"
tags: ["Configuration - Authentication"]
---

# List RADSEC proxies

`GET /radsec-proxies`

List a page of RADSEC proxy configurations.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- PagedXiqRadsecProxy
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqRadsecProxy[] — The data in the current page
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `org_id` integer — The organization identifier, valid when enabling HIQ feature
    - `name` string, required — The RADSEC proxy name
    - `description` string — The RADSEC proxy description
    - `format_type` 'NAI' | 'NT' | 'SPN' | 'AUTO', required — The format type of RADIUS proxy
    - `enable_inject_operator_name_attribute` boolean — The flag for enable inject operator name attribute
    - `operator_name_type` 'WBAID', required — The operator name type of RADSEC proxy
    - `operator_name` string, required — The RADSEC proxy operator name
    - `realms` XiqRadsecProxyRealm[] — The realms of RADSEC proxy
      - `id` integer — The RADIUS proxy realm ID
      - `name` string — The RADIUS proxy realm name
      - `enable_strip_realm_name` boolean — The flag for enable strip realm name
      - `external_radius_server_object_ids` integer[], required — The list of associated external RADIUS servers

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
