slide_list_file_restore_pushes
List push operations that copy restored files back to a protected system for a given file restore. Filter by start/end timestamps to narrow results.
Instructions
List push operations (copying a restored file back to a protected system) for a file restore, filterable by start/end time range.
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 "start_time". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| end_time_after | No | Filter to pushes ended after a specific timestamp (RFC3339 format). | |
| end_time_before | No | Filter to pushes ended before a specific timestamp (RFC3339 format). | |
| file_restore_id | Yes | File restore ID. | |
| start_time_after | No | Filter to pushes started after a specific timestamp (RFC3339 format). | |
| start_time_before | No | Filter to pushes started before a specific timestamp (RFC3339 format). |