Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.68 KB

applianceBootScript_download.rst

File metadata and controls

62 lines (42 loc) · 1.68 KB

applianceBootScript_download

GET /users/{uid}/appliances/{aid}/bootscripts/{bsid}/bin

Summary

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

Downloads a boot script file.

This request is the same as applianceBootScript-downloadFile

The boot script can be downloaded without authentication if an downloadId is added as a query parameter. To retrieve the downloadId, use applianceBootScript-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-object
  • bsid (required): the id of the bootscript-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}/bootscripts/{bsid}/bin" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceBootScript-create
  • applianceBootScript-delete
  • applianceBootScript-deleteAll
  • applianceBootScript-downloadFile
  • applianceBootScript-get
  • applianceBootScript-getAll
  • applianceBootScript-update
  • applianceBootScript-upload
  • bootscript-object