Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.38 KB

scanImportToGolden_delete.rst

File metadata and controls

56 lines (39 loc) · 1.38 KB

scanImportToGolden_delete

DELETE /users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens/{sitgid}

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.7.fp5

Removes a scan import to golden 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
  • sid (required): the id of the scan-object
  • sitgid (required): the id of the scanimport-object to remove

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens/{sitgid}" -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