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

.. function:: 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

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"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`machinescan-api-resources`
         * :ref:`machinescaninstance-api-resources`
         * :ref:`scan-object`
         * :ref:`scanImportToGolden-delete`
         * :ref:`scanImportToGolden-getAll`
         * :ref:`scanImportToGolden-import`
         * :ref:`scanimport-object`
         * :ref:`scannedinstance-object`