userMachineImagePublished_getAll

GET /users/{uid}/pimages

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

A published machine image is a machine image that has been uploaded and registered to a virtual or cloud environment.

A list of publishImage objects are returned.

The img query parameter can be used to retrieve a subset of published 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}/pimages" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"