scanImportStatus_get

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

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
  • siid (required): the id of the scannedInstance
  • sid (required): the id of the scan

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"