scanFile_getAll

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

Retrieves all the files found on file system after scanning a live system.

A list of scannedFile objects are returned.

A set of query parameters can be used to retrieve a subset of these files.

The compareWith query parameter can be used to compare all the files of another scan report

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