Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.29 KB

applianceProject_getAll.rst

File metadata and controls

57 lines (39 loc) · 1.29 KB

applianceProject_getAll

GET /users/{uid}/appliances/{aid}/projects

Summary

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

Retrieves all the projects that have been added to the appliance from the Project Catalog.

This returns a list of project-object objects.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • aid (required): the id of the appliance-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/projects" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • applianceMySoftware-getAll
  • appliance-clone
  • appliance-create
  • appliance-delete
  • appliance-get
  • appliance-getAll
  • appliance-update
  • project-object
  • user-object