Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.06 KB

platformTool_getSoftware.rst

File metadata and controls

76 lines (58 loc) · 2.06 KB

platformTool_getSoftware

GET /orgs/{oid}/platformtools/{sbid}/pkgs

Summary

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

Retrieves a list of software components (libs, drivers etc) that will be automatically injected when generating a machine image for this target environment.

A list of packages-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: image_generate

URI Parameters

  • oid (required): the id of the org-object
  • sbid (required): the id of the softwarebundle-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/platformtools/{sbid}/pkgs" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • applianceImage-publish
  • image-object
  • imagepkgs-object
  • machineImageFile-download
  • machineImageGeneration-cancel
  • machineImagePkg-getAll
  • machineImagePublish-cancel
  • machineImagePublishedStatus-get
  • machineImagePublishedStatus-getAll
  • machineImagePublished-delete
  • machineImagePublished-deleteAll
  • machineImagePublished-download
  • machineImagePublished-get
  • machineImagePublished-getAll
  • machineImageStatus-get
  • machineImageStatus-getAll
  • machineImage-delete
  • machineImage-deleteAll
  • machineImage-download
  • machineImage-downloadFile
  • machineImage-generate
  • machineImage-get
  • machineImage-getAll
  • machineImage-getPlatformTools
  • machineImage-publish
  • machineImage-regenerate
  • org-object
  • packages-object
  • softwarebundle-object