scannedInstanceScan_getAll

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

Retrieves all the scans for a scanned instance. A scan is a report detailing all the information found when scanning a live system.

A scanned instance is an object representing a live running instance (physical machine, VM, container). Each time the system is scanned, the scan report is stored under the scanned instance object.

A list of scan objects are returned.

You can use a search criteria to retrieve a subset of these scans.

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

HTTP Request Body Parameters

None