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

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