Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.09 KB

osLogo_download.rst

File metadata and controls

57 lines (39 loc) · 1.09 KB

osLogo_download

.. function:: GET /distributions/{id}/logo

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 :ref:`osLogo-downloadFile`.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}/logo" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`distribution-object`
         * :ref:`osAccess-update`
         * :ref:`osLicense-download`
         * :ref:`osLogo-downloadFile`
         * :ref:`osPkgUpdates-getAll`
         * :ref:`osPkg-get`
         * :ref:`osPkg-getAll`
         * :ref:`os-create`
         * :ref:`os-get`
         * :ref:`os-getAll`
         * :ref:`os-update`