Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.38 KB

machineImageFile_download.rst

File metadata and controls

58 lines (41 loc) · 1.38 KB

machineImageFile_download

GET /users/{uid}/appliances/{aid}/images/{itid}/files/{filepath : .+}

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: */*
  • Since: UForge 3.7.7

Downloads a file of a generated PXE image.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • filepath (required): the path to the file to download
  • itid (required): the id of the image-object
  • aid (required): the id of the appliance-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/images/{itid}/files/{filepath : .+}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • image-object
  • machineImage-delete
  • machineImage-deleteAll
  • machineImage-download
  • machineImage-downloadFile
  • machineImage-generate
  • machineImage-get
  • machineImage-getAll
  • machineImage-publish
  • machineImage-regenerate