userMachineImagePublishedStatus_getAll

GET /users/{uid}/pimages/status

Retrieves the current status of published machine images owned by a user.

A list of status objects are returned.

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