pve_storage_content
List volumes on a Proxmox storage, filtering by content type like ISO, template, or backup.
Instructions
READ-ONLY: list the volumes a storage holds — ISO images, container templates, backups, disks.
No state change. Optionally filter by content type (iso | vztmpl | backup); omit to list all. Returns a list of volume dicts (volid, size, content type, …); use it to find a volid to pass to restore/clone tools. To define a new storage use pve_storage_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node hosting the storage. Omit to use the configured default node. | |
| content | No | Filter by content type: `iso`, `vztmpl`, or `backup`. Omit to list all content. | |
| storage | Yes | Storage backend name to list content from. | |
| 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 |