Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 2.28 KB

scanImage_getPlatformTools.rst

File metadata and controls

77 lines (59 loc) · 2.28 KB

scanImage_getPlatformTools

GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/images/platformtools/{tfid}

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) for the scanned system that will be automatically injected when generating a machine image for this target environment.

A list of softwarebundle-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: image_generate

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • siid (required): the id of the scannedinstance-object
  • tfid (required): the format id of the image-object
  • sid (required): the id of the scan-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/images/platformtools/{tfid}" -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
  • platformTool-getSoftware
  • scan-object