osLogo_downloadFile

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

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 distribProfile

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"