machineImagePublished_download

GET /users/{uid}/appliances/{aid}/pimages/{pitid}/downloads

Downloads a published machine image.

This request is the same as machineImage_downloadFile

Note

You can only download a published machine image if the initial machine image generation request included the compress flag. For more information, see machineImage_generate.

The published machine image can be downloaded without authentication if an downloadId is added as a query parameter. To retrieve the downloadId, use machineImagePublished_getAll.

Note

The downloadId can only be used once, afterwards it expires, and a new downloadId must be retrieved.

Security Summary

  • Requires Authentication: false
  • Entitlements Required: None

URI Parameters

  • uid (required): the user name (login name) of the user
  • aid (required): the id of the appliance
  • pitid (required): the id of the publishImage

HTTP Request Body Parameters

None