Skip to main content
Version: latest

Download a custom file from the user-defined or default directory

GET 

/v1/edge-mgmt/edgehosts/current/file-download/:filePath

Downloads a file from the /var/log/files directory. The file path is expected to be relative to the /var/log/files directory.

Request

Path Parameters

    filePath stringrequired

    Relative path of the file to download.

Responses

File downloaded successfully

Response Headers

  • Content-Disposition

    string

    Specifies the filename for the downloaded file.

Schema

    string

Loading...