Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.41 KB

scanImportToTemplate_delete.rst

File metadata and controls

57 lines (40 loc) · 1.41 KB

scanImportToTemplate_delete

DELETE /users/{uid}/scannedinstances/{siid}/scans/{sid}/imports/{iid}

Summary

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

Removes a scan import ticket.

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 to remove
  • 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}/imports/{iid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • scan-object
  • scanImportToTemplateStatus-get
  • scanImportToTemplate-cancel
  • scanImportToTemplate-getAll
  • scanImportToTemplate-import
  • scanimport-object
  • scannedinstance-object