Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 1.85 KB

scanFile_getAll.rst

File metadata and controls

71 lines (51 loc) · 1.85 KB

scanFile_getAll

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

Summary

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

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

A list of scannedfile-object 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-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}/files" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • machinescaninstance-api-resources
  • scan-object
  • scanFileArchive-download
  • scanInstallProfile-get
  • scanOverlay-download
  • scanOverlay-upload
  • scanOverlay-uploadChunk
  • scanPackageBinary-getAll
  • scanPackage-getAll
  • scanPartition-upload
  • scan-create
  • scan-delete
  • scan-get
  • scan-multipartCreate
  • scannedInstanceScan-deleteAll
  • scannedInstanceScan-getAll
  • scannedfiles-object
  • scannedinstance-object
  • scannedpackage-object