pve_storage_config_list
List all storage definitions from Proxmox cluster-wide configuration, returning IDs, types, paths, and server addresses.
Instructions
READ-ONLY: list all storage definitions from storage.cfg cluster-wide. No state change. 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 |