Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.53 KB

scanImportToTemplate_getAll.rst

File metadata and controls

58 lines (40 loc) · 1.53 KB

scanImportToTemplate_getAll

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

Summary

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

Retrieves all the scan import tickets of a scan report that has been transformed to an appliance.

By importing a scan report a new appliance object is created to your Appliance Library.

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}/imports" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • scan-object
  • scanImportToTemplateStatus-get
  • scanImportToTemplate-cancel
  • scanImportToTemplate-delete
  • scanImportToTemplate-import
  • scanimport-object
  • scannedinstance-object