containerTemplateImage_download

GET /users/{uid}/mysoftware/{msid}/templates/{tid}/images/{itid}/downloads

Downloads a generated machine image.

This request is the same as containerTemplateImage_downloadFile

Note

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

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

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
  • msid (required): the id of the mySoftware
  • itid (required): the id of the image
  • tid (required): the id of the containerTemplate

HTTP Request Body Parameters

None