sophos_request_memory_dump
Request a memory dump from an endpoint for forensic investigation by specifying the dump mode and expiry time, then poll the returned request ID for status.
Instructions
Request a memory dump from an endpoint for forensic investigation. Requires specifying the dump mode and expiry time. Returns a memoryDumpRequestId to poll for status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Process ID to dump (required when mode is 'process') | |
| mode | Yes | Memory dump mode: process (single process), kernel, or full | |
| expires | Yes | Expiry date-time for the dump request (ISO 8601 format) | |
| password | No | Password to protect the dump file | |
| tenant_id | Yes | Tenant UUID | |
| image_name | No | Process image name to dump (alternative to pid when mode is 'process') | |
| endpoint_id | Yes | Endpoint UUID |