Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.39 KB

applianceLogo_downloadFile.rst

File metadata and controls

60 lines (42 loc) · 1.39 KB

applianceLogo_downloadFile

GET /users/{uid}/appliances/{aid}/logo/{logoId}/{fileName}

Summary

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

Downloads the logo binary for the appliance.

This is the same request as applianceLogo-download

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • fileName (required): the file name of the logo to upload
  • aid (required): the id of the appliance-object
  • logoId (required): the id of the logo-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/logo/{logoId}/{fileName}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceLogo-delete
  • applianceLogo-download
  • applianceLogo-upload
  • appliance-clone
  • appliance-create
  • appliance-delete
  • appliance-get
  • appliance-getAll
  • appliance-update
  • logo-object