Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.54 KB

scanImportToGoldenStatus_get.rst

File metadata and controls

57 lines (39 loc) · 1.54 KB

scanImportToGoldenStatus_get

GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens//status

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.fp5

Retrieves all the scan import to golden ticket status of a scan report that has been transformed or in the process of being transformed to a golden-image.

You can use the query parameter i to retrieve a subset of the status tickets.

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens//status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • scan-object
  • scanImportToGolden-delete
  • scanImportToGolden-getAll
  • scanImportToGolden-import
  • scanimport-object
  • scannedinstance-object