pve_storage_config_get
Retrieve a single Proxmox storage configuration by storage ID, returning its type, paths, servers, and access settings. Use for read-only inspection.
Instructions
Retrieve a single storage definition from storage.cfg by storage ID (read-only). Returns the storage's complete configuration including type, paths, servers, and access settings. Use pve_storage_config_list to enumerate all storages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storage | Yes | Storage ID to look up. | |
| 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 |