---
title: "List all backup proxies"
method: GET
path: "/vmware/v1/orgs/{OrgID}/reports/proxies"
tags: ["VMware"]
---

# List all backup proxies

`GET /vmware/v1/orgs/{OrgID}/reports/proxies`

Returns all Backup Proxies for VMware

## Path parameters

- `OrgID` integer, required

## Query parameters

- `vcenterName` string
- `pageToken` string

## Response `200`

Success

- VMwareGetBackupProxiesResponse — GetBackupProxiesResponse is response schema for GetBackupsets
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `proxies` VMwareBackupProxyInfo[] — List of the backup proxies deployed and the information of each backup proxy.
    - `backupProxyPool` VMwareBackupProxyPoolStruct — BackupProxyPoolStruct struct holds the information of the backup proxy pool.
      - `name` string — The name of the backup proxy pool.
      - `timezone` string — The time zone for the backup proxy pool. Phoenix triggers backup of the virtual machines mapped to the proxy pool in this time zone.
    - `dataCenter` string — The name of the Data Center
    - `dataStore` string — The name of the Data Store
    - `maxConcurrentBackups` integer — Maximum number of concurrent backup jobs supported by the backup proxy
    - `name` string — The name of the Backup Proxy
    - `vCenter` string — The name of the VCenter
    - `vhost` string — The name of the VHost

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in 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)
