Device Files
JFrog Connect API request to retrieve files and folders (such as logs) from devices.
Last updated
Was this helpful?
JFrog Connect API request to retrieve files and folders (such as logs) from devices.
Last updated
Was this helpful?
Triggers Connect to fetch files from the device you specify. For example, you can use this command to fetch logs from a device. The files are fetched from the device path you specify in the request body using the files_path
attribute. You can specify a folder or a specific file.
The request returns a URL. You can use the Artifactory UI, API, or CLI to download the files from this URL. The files are not available immediately at the URL. They become available when the device uploads them and if the upload is successful.
/api/v2/{project_key}/devices/{device_uuid}/logs
The project key of the relevant project in the account. An account can have multiple projects. If you don't know the project key, you can find it in the Settings of the web UI in the Projects tab.
The UUID of the device you are acting on. This is the unique identifier of the device in Connect, for example, d-4cfe-4e51. You can find the UUID in the ID column of the Devices table in the Devices page of the web UI.
The path where the requested files are on the device.