Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.45 KB

scanImportToGolden_cancel.rst

File metadata and controls

56 lines (39 loc) · 1.45 KB

scanImportToGolden_cancel

DELETE /users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens/{iid}/status

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats: application/xml application/json
  • Since: UForge 3.8.fp2

Cancels the process to import a scan report as a new golden-image.

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
  • iid (required): the id of the scanimport-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}/goldens/{iid}/status" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • scan-object
  • scanImportToGoldenStatus-get
  • scanImportToGolden-getAll
  • scanImportToGolden-import
  • scanimport-object
  • scannedinstance-object