Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.49 KB

scanImportToGolden_getAll.rst

File metadata and controls

57 lines (39 loc) · 1.49 KB

scanImportToGolden_getAll

GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.fp5

Retrieves all the scan import tickets of a scan report that has been transformed to a golden-image.

By importing a scan report as a golden a new golden-image object is created for the scan's distribution.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • siid (required): the id of the scannedinstance-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}/goldens" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • scan-object
  • scanImportToGoldenStatus-get
  • scanImportToGolden-delete
  • scanImportToGolden-import
  • scanimport-object
  • scannedinstance-object