files
Fetch a file into a VM from a presigned URL
Pulls url into the guest at path. url must be a presigned storage URL previously minted by POST /v1/vms/{id}/files/presign (URLs from other sources are rejected).
Response mirrors /v1/vms/{id}/exec: reports stdout/stderr/exit code of the underlying download+unpack operation.
Not idempotent; not retried by default.
post/v1/vms/{id}/files/fetch
Request body
Response
Fetch completed (command result)