---
title: "List all FLR proxies"
method: GET
path: "/hyperv/v1/orgs/{OrgID}/reports/flrproxies"
tags: ["Hyper-V"]
---

# List all FLR proxies

`GET /hyperv/v1/orgs/{OrgID}/reports/flrproxies`

Returns a list of FLR proxies for Hyper-V.

## Path parameters

- `OrgID` integer, required

## Query parameters

- `hostName` string[]
- `pageToken` string

## Response `200`

Success

- HVGetFRLProxyReportResponse — GetFRLProxyReportResponse is the response schema for GetFRLProxyReport
  - `flrProxies` HVHyperVFLRProxies[] — Specifies the list of FLR proxies for Hyper-V.
    - `connectionStatus` string — The connection status of the FLR proxies.
    - `maxConcurrentBackups` integer — The maximum number of concurrent backup jobs supported by the backup proxy.
    - `name` string — The name of the FLR Proxy.
    - `vHost` string — The name of the Hyper-V host.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in the Cloud.

---

[API](https://skmtc.dev/druva/apis/authentication.md) · [All operations](https://skmtc.dev/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
