Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.66 KB

scanImageGenerationStatus_get.rst

File metadata and controls

63 lines (46 loc) · 1.66 KB

scanImageGenerationStatus_get

GET /users/{uid}/scannedinstances/{siid}/scans/{sid}/images/{sitid}/status

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.4

Retrieves the generation status of a machine image being generated.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: migration_generate

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
  • sitid (required): the id of the image-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/scannedinstances/{siid}/scans/{sid}/images/{sitid}/status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • machinescan-api-resources
  • machinescaninstance-api-resources
  • scan-object
  • scanImageGeneration-cancel
  • scanImageGeneration-delete
  • scanImage-download
  • scanImage-downloadFile
  • scanImage-generate
  • scanImage-get
  • scanImage-getAll
  • scanImage-publish
  • scanPublishedImageStatus-get
  • scanPublishedImage-cancel
  • scanPublishedImage-delete
  • scanPublishedImage-get
  • scannedinstance-object