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

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

  • pid (required): the id of the package-object
  • id (required): the id of the distribprofile-object

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"
  • distribprofile-object
  • osAccess-update
  • osLicense-download
  • osLogo-download
  • osLogo-downloadFile
  • osPkg-get
  • os-create
  • os-get
  • os-getAll
  • os-update
  • package-object