backup_object_storage_usage
Compute the storage each protected VM or agent consumes per backup, summing Veeam file sizes for showback, splitting stored and data bytes.
Instructions
[READ] Backup storage one VM/agent consumes, per backup (showback input).
Finds the protected object by exact name and sums Veeam's own per-file sizes (backupSize = on disk after compression/dedup, dataSize = before) across every backup holding it — primary job and backup copies reported separately with repository, restore-point count, full vs incremental bytes, GFS files, job retention and an increment-vs-full change rate. Needs VBR 12.3+.
Read before charging: files shared by several machines are reported in
sharedStoredBytes and never included in storedBytes; caveats says when
storedBytes is an upper bound (block-clone repositories) or when the server
cannot express shared files. found=false returns name candidates, not a guess.
No pricing — apply your own rates to the bytes.
Args: name: Protected object name as Veeam shows it (case-insensitive, exact). target: Veeam target name from config; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No |