Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.23 KB

userMachineImageStatus_get.rst

File metadata and controls

54 lines (35 loc) · 1.23 KB

userMachineImageStatus_get

GET /users/{uid}/images/status

Summary

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

Retrieves all the machine images status that have been generated by an user.

A list of status-object objects are returned.

The img query parameter can be used to retrieve a subset of machine images status.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: image_generate

URI Parameters

  • uid (required): the user name (login name) of the user-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/images/status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • image-object
  • machineimage-api-resources
  • publishimage-object
  • userMachineImagePublishedStatus-getAll
  • userMachineImagePublished-getAll
  • userMachineImage-getAll