slide_list_agents
List backup agents (servers, workstations, NAS shares) paired to Slide devices, with filters for client, device, type, and pairing date, without exposing encryption passphrases.
Instructions
List agents (protected systems - servers, workstations, NAS shares - each paired to a Slide device), filterable by device, client, type, and pairing date. Never returns the agent-encryption passphrase, even if one is set - see slide_get_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "hostname". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| client_id | No | Filter agents belonging to a specific client. | |
| device_id | No | Filter agents paired to a specific device. | |
| agent_type | No | Filter agents by type. | |
| paired_after | No | Filter agents to after a specific pairing timestamp (RFC3339 format). | |
| paired_before | No | Filter agents to before a specific pairing timestamp (RFC3339 format). |