Agent Download Measurement Command
data class AgentDownloadMeasurementCommand(val source: String, val target: String, val uniqueId: String? = null) : AgentCommand
Download a measurement from an online source. The source URL must start with HTTP/HTTPS and contain a valid zip archive.
The target directory name is a suggestion. If the target already exists, a non-conflicting new name will be created.