userMachineImageStatus_get

GET /users/{uid}/images/status

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

A list of status 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: appliance_create,image_generate

URI Parameters

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

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"