applianceExport_getAll

GET /users/{uid}/exports

Gets all the appliance exports requested by a particular user. <p/>

A list of applianceExport objects are returned. <p/>

You can use a search criteria to retrieve a subset of these appliance export objects.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

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