Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.5 KB

scanImportStatus_get.rst

File metadata and controls

58 lines (40 loc) · 1.5 KB

scanImportStatus_get

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

Summary

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

Retrieves all the scan import ticket statuses of a scan report that has been transformed or in the process of being transformed to an appliance.

You can use the query parameter i to retrieve a subset of the status tickets.

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