Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.61 KB

userScan_getAll.rst

File metadata and controls

67 lines (48 loc) · 1.61 KB

userScan_getAll

GET /users/{uid}/scans

Summary

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

Retrieves all the scans belonging to a user. A scan is a report detailing all the information found when scanning a live system.

A list of scan-object objects are returned.

You can use a set of query parameters to retrieve a subset of the scan-object object list

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_access

URI Parameters

  • uid (required): the user name (login name) of the user-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scans" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • machinescaninstance-api-resources
  • scan-object
  • scanInstallProfile-get
  • scanOverlay-download
  • scanOverlay-upload
  • scanOverlay-uploadChunk
  • scanPackageBinary-getAll
  • scanPackageFile-get
  • scanPackage-getAll
  • scanPartition-upload
  • scan-cancel
  • scan-create
  • scan-delete
  • scan-get
  • scan-multipartCreate
  • scannedInstanceScan-deleteAll
  • scannedInstanceScan-getAll
  • scannedinstance-object
  • userScan-getAll