Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.04 KB

os_get.rst

File metadata and controls

55 lines (38 loc) · 1.04 KB

os_get

GET /distributions/{id}

Summary

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

Retrieves the meta-data of an operating system.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}" -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-getAll
  • os-update