Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.31 KB

applianceLogo_download.rst

File metadata and controls

59 lines (41 loc) · 1.31 KB

applianceLogo_download

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

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-downloadFile

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • 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}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceLogo-delete
  • applianceLogo-downloadFile
  • applianceLogo-upload
  • appliance-clone
  • appliance-create
  • appliance-delete
  • appliance-get
  • appliance-getAll
  • appliance-update
  • logo-object