Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.16 KB

osLogo_downloadFile.rst

File metadata and controls

58 lines (40 loc) · 1.16 KB

osLogo_downloadFile

GET /distributions/{id}/logo/{fileName}

Summary

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

Downloads the logo of an operating system.

This request is the same as osLogo-download.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • fileName (required): the file name of the logo
  • id (required): the id of the distribution-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}/logo/{fileName}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • distribution-object
  • osAccess-update
  • osLicense-download
  • osLogo-download
  • osPkgUpdates-getAll
  • osPkg-get
  • osPkg-getAll
  • os-create
  • os-get
  • os-getAll
  • os-update