Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.19 KB

osPkgUpdates_getAll.rst

File metadata and controls

56 lines (39 loc) · 1.19 KB

osPkgUpdates_getAll

.. function:: GET /distributions/{id}/pkgs/{pid}/updateinfo

Summary

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

Retrieves all the updates related to packages in an operating system.

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}/pkgs/{pid}/updateinfo" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

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