sr_list
List storage repositories with capacity, physical usage, and virtual allocation. Optionally filter by pool and limit results.
Instructions
[READ] List SRs with capacity, physical usage, virtual allocation.
Returns {"srs": [...], "returned": N, "limit": L, "truncated": bool}. When truncated is true there are more SRs than were returned.
Args: pool: Optional pool uuid to filter by. limit: Max SRs to return after filtering (default 200). target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool | No | ||
| limit | No | ||
| target | No |