Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.34 KB

appliance_getAll.rst

File metadata and controls

61 lines (42 loc) · 1.34 KB

appliance_getAll

GET /users/{uid}/appliances

Summary

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

Gets all the appliances created by a particular user.

A list of appliance-object objects are returned.

You can use a search criteria to retrieve a subset of these appliances.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

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}/appliances" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceLogo-delete
  • applianceLogo-download
  • applianceLogo-downloadFile
  • applianceLogo-upload
  • applianceMySoftware-getAll
  • applianceProject-getAll
  • appliance-clone
  • appliance-create
  • appliance-delete
  • appliance-get
  • appliance-update
  • user-object