Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.2 KB

osTemplatePkgs_get.rst

File metadata and controls

55 lines (38 loc) · 1.2 KB

osTemplatePkgs_get

GET /distributions/{id}/profiles/{prid}/pkgs

Summary

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

Retrieves the list of native packages for an OS template.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}/profiles/{prid}/pkgs" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • distribprofile-object
  • distribution-object
  • linuxprofile-object
  • osTemplate-create
  • osTemplate-delete
  • osTemplate-get
  • osTemplate-getAll
  • osTemplate-update
  • windowsprofile-object