Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.13 KB

scanInstance_deleteAll.rst

File metadata and controls

54 lines (36 loc) · 1.13 KB

scanInstance_deleteAll

DELETE /users/{uid}/scannedinstances

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.4

Removes all the scanned instances for a user.

Warning

this deletes all the child scan reports and overlay files.

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}/scannedinstances" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • machinescan-api-resources
  • scan-object
  • scanInstance-create
  • scanInstance-delete
  • scanInstance-get
  • scanInstance-getAll
  • scannedInstanceScan-getAll
  • scannedinstance-object