List file shadow operations
dcm_file_shadow_listRetrieve file shadow operations for files copied to removable devices, with source, path, device, user, and status. Filter by time, computer, domain, or status.
Instructions
Retrieves file shadow (mirror copy) operations performed for files transferred to removable devices: source file, shadow path, device, user, computer, and operation status. Supports filters for time period, computer, group, domain, shadow status, and last-N-days activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gid | No | Filter to a custom group of computers by its group ID (from the custom group list API). | |
| raw | No | Return full, unprojected records instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| domain | No | Filter by NetBIOS domain name. | |
| period | No | Filter by time range: 0 this week, 1 this month, 2 this year, 3 last week, 4 last month, 5 last 2 months, 6 last 3 months, 7 last 6 months, 8 last 9 months, 9 last year. | |
| status | No | Filter by file shadow status: 1 yet to start, 2 excluded, 3 wait, 4 ready, 5 in progress, 6 success, 7 failed, 8 cancelled. | |
| computer | No | Filter to a specific computer by its resource_id (from som_computers_list). | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| numberOfDays | No | Only include activity from the last N days. |