Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.24 KB

osPkg_getAll.rst

File metadata and controls

60 lines (41 loc) · 1.24 KB

osPkg_getAll

GET /distributions/{id}/pkgs

Summary

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

Retrieves all the native packages for an operating system.

A list of package-object objects are returned.

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

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}/pkgs" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • distribprofile-object
  • osAccess-update
  • osLicense-download
  • osLogo-download
  • osLogo-downloadFile
  • osPkgUpdates-getAll
  • osPkg-get
  • osPkg-getAll
  • os-create
  • os-get
  • os-update
  • package-object