scanImportToGolden_getAll¶
-
GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens
Retrieves all the scan import tickets of a scan report that has been transformed to a golden-image.
By importing a scan report as a golden a new golden-image object is created for the scan’s distribution.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
migration_access
URI Parameters¶
uid(required): the user name (login name) of the usersiid(required): the id of the scannedInstancesid(required): the id of the scan
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/goldens" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"