userMachineImage_getAll

GET /users/{uid}/images

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

A list of image objects are returned.

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

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" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"