Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 2.09 KB

scannedInstanceScan_getAll.rst

File metadata and controls

76 lines (56 loc) · 2.09 KB

scannedInstanceScan_getAll

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

Summary

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

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-object 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-object
  • siid (required): the id of the scannedinstance-object

HTTP Request Body Parameters

None

Example Request

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