Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.14 KB

os_getAll.rst

File metadata and controls

58 lines (40 loc) · 1.14 KB

os_getAll

.. function:: GET /distributions

Summary

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

Retrieves all the operating system registered on the platform.

A list of :ref:`distribution-object` objects are returned.

You can use a search criteria to retrieve a subset of these operating systems.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

None HTTP Request Body Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

None

Example Request

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

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