Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.38 KB

applianceBootScript_get.rst

File metadata and controls

56 lines (39 loc) · 1.38 KB

applianceBootScript_get

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

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 2.1.06

Retrieves a boot script that is attached to an appliance.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

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}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceBootScript-create
  • applianceBootScript-delete
  • applianceBootScript-deleteAll
  • applianceBootScript-download
  • applianceBootScript-downloadFile
  • applianceBootScript-getAll
  • applianceBootScript-update
  • applianceBootScript-upload
  • bootscript-object