sr_list
List storage repositories (SRs) with capacity, physical usage, and virtual allocation. Filter by pool and limit results to manage XCP-ng storage.
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 |