Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.26 KB

appliance_get.rst

File metadata and controls

58 lines (41 loc) · 1.26 KB

appliance_get

.. function:: GET /users/{uid}/appliances/{aid}

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.6

Gets the information for an appliance.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`applianceLogo-delete`
         * :ref:`applianceLogo-download`
         * :ref:`applianceLogo-downloadFile`
         * :ref:`applianceLogo-upload`
         * :ref:`applianceMySoftware-getAll`
         * :ref:`applianceProject-getAll`
         * :ref:`appliance-clone`
         * :ref:`appliance-create`
         * :ref:`appliance-delete`
         * :ref:`appliance-getAll`
         * :ref:`appliance-update`
         * :ref:`user-object`