Download disk image file

A file to download to the device's storage.

Properties

File ready

Download is successful and complete.

  • Data type: boolean
  • Status

CLI: (cli)> show compute vm <key> disk <index> download ready

Status

Current download status.

  • Data type: string
  • Status

CLI: (cli)> show compute vm <key> disk <index> download status

URL

The URL to download.

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config compute vm <key> disk <index> download url

Destination filesystem

Download the file to this filesystem.

  • Data type: reference path
  • References instances of: Storage / Filesystems
  • Default: /storage/disk/user-data
  • Configuration
  • Required

CLI: (cli)> config compute vm <key> disk <index> download filesystem

Destination path

Path relative to the destination filesystem.

May contain "/" path separators to download to a subdirectory. Terminate with a path separator character to preserve the original filename.

  • Data type: string
  • Default: /
  • Configuration
  • Required

CLI: (cli)> config compute vm <key> disk <index> download path

Hash method

Check the downloaded file's integrity with a hash.

Select the hashing method for checking the downloaded file.

OptionLabelDescription
noneNoneNo hashing will be performed.
md5MD5MD5 hashing will be performed.
sha1SHA1SHA1 hashing will be performed.
sha256SHA256No hashing will be performed.
sha512SHA512No hashing will be performed.
  • Data type: string select
  • Default: none
  • Configuration
  • Required

CLI: (cli)> config compute vm <key> disk <index> download hash-method

Hash

The hash used to check the downloaded file's integrity.

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config compute vm <key> disk <index> download hash