upload-custom-data-recording
Description
Upload a custom data recording (read: any file that might help you with debugging).
Arguments
Argument | Type | Required |
path | Path | True |
Options
Option | Short | Required | Default | Description |
--hardware-version | None | True | None | Required to identify the type of hardware. |
--software-type | None | True | None | Required to identify the system software |
--software-version | None | True | None | Required to identify single builds on Devices |
--device-serial | None | True | None | The unique identifier of a Device |
--start-time | None | False | 2024-05-22T14:18:44+0000 | Timestamp of when the custom data recording started. The timezone needs to be specified. Defaults to the current time. Example: '2022-10-14T10:33:23Z' or '2022-10-14T10:33:23+0200'. |
--duration-secs | None | True | None | The duration (in seconds) of the custom data recording |
--mimetype | None | True | None | (Can be given multiple times.) List of mimetypes to attach to the file. |
--reason | None | True | None | The reason this custom data recording was uploaded |
--help | None | False | False | Show this message and exit. |