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

# [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' — RM Device List Sort fields
- `order` 'ASC' | 'DESC' — Sort Order
- `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

---

[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)
