slide_list_networks
List disaster-recovery networks with filtering by client and creation date, including IPsec and WireGuard peer details while omitting secret keys.
Instructions
List disaster-recovery networks, filterable by client and creation date. IPsec connections and WireGuard peers are included with their non-secret fields only - the live IPsec pre-shared key and WireGuard private key are never returned, even though the underlying Slide API includes them.
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 "id". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| client_id | No | Filter networks belonging to a specific client. | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |