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

.. function:: 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 :ref:`applianceLogo-download`

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

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"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`applianceLogo-delete`
         * :ref:`applianceLogo-download`
         * :ref:`applianceLogo-upload`
         * :ref:`appliance-clone`
         * :ref:`appliance-create`
         * :ref:`appliance-delete`
         * :ref:`appliance-get`
         * :ref:`appliance-getAll`
         * :ref:`appliance-update`
         * :ref:`logo-object`