pve_storage_config_list
Retrieve a list of all storage definitions from a Proxmox cluster's storage.cfg, including IDs, types, paths, and server addresses, for read-only inspection.
Instructions
List all storage definitions from storage.cfg cluster-wide (read-only). Returns a list of storage dicts with IDs, types, paths, and server addresses. Use pve_storage_config_get to fetch a single storage's complete configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |