Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.35 KB

userMachineImagePublished_getAll.rst

File metadata and controls

56 lines (36 loc) · 1.35 KB

userMachineImagePublished_getAll

GET /users/{uid}/pimages

Summary

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

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-object 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: 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}/pimages" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • image-object
  • machineimage-api-resources
  • publishimage-object
  • userMachineImagePublishedStatus-getAll
  • userMachineImageStatus-get
  • userMachineImage-getAll