List Backup Groups
pbs_list_groupsList backup groups in a datastore, optionally within a namespace, to view type, ID, last backup time, backup count, and owner.
Instructions
List all backup groups in a datastore. Groups are organized by backup type (vm, ct, host) and ID.
Args:
store (string): Datastore name
ns (string, optional): Namespace path (e.g. "ns1/ns2")
Returns: Array of backup groups with type, ID, last backup time, backup count, and owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Namespace path (e.g. 'ns1/ns2') | |
| store | Yes | Datastore name |