Skip to main content
Version: latest

List custom files from the '/var/log/files' directory

GET 

/v1/edge-mgmt/edgehosts/current/file-download/files

Lists all the first level files from the '/var/log/files' directory.

Responses

A list of files with metadata.

Schema

    files

    object[]

  • Array [

  • creationTimestampdate-time
    fileNamestring
    lastModifiedTimestampdate-time
    sizestring
  • ]

Loading...