---
title: "[LRO] RM AFC Device export"
method: POST
path: "/afc/export"
tags: ["AFC"]
---

# [LRO] RM AFC Device export

`POST /afc/export`

AFC Device List export.

## Query parameters

- `page` integer
- `limit` integer
- `keyword` string
- `sortField` 'HOSTNAME' | 'MAC' | 'SN' | 'CONNECTION_STATUS' | 'OS' | 'PRODUCT_TYPE' | 'UPTIME' — RM Device List Sort fields
- `order` 'ASC' | 'DESC'
- `timezoneOffset` integer
- `includeUnassigned` boolean

## Request body

- XiqRmAfcDeviceListRequest — Request body for RM Device List
  - `site_ids` integer[] — List of site ids to filter
  - `sns` string[] — List of device serial numbers to filter
  - `mac_addresses` string[] — List of device MAC addresses to filter
  - `hostnames` string[] — List of device host names to filter
  - `power_mode` string[] — List of device of power mode
  - `product_types` string[] — List of device product types to filter
  - `wifi_radio` string[] — List of device firmware versions to filter
  - `geo_location` string[] — List of country codes to filter
  - `afc_status` string[] — List of entities managing the device to filter

## Response `200`

OK

- XiqAfcMetricReport — ExtremeCloud IQ Xiq report
  - `id` string, required — The reportId

## Changes

> 6 revisions in range; 1 not diffed.

- **2026-08-18** `242a0e1b1b40` — 1 info
  - added the new enum value `UPTIME` to the `query` request parameter `sortField`

[Change history](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api/changes/afc/export/post.md)

---

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