Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.95 KB

workspaceTemplateOSApplications_get.rst

File metadata and controls

69 lines (51 loc) · 1.95 KB

workspaceTemplateOSApplications_get

GET /orgs/{oid}/workspaces/{wid}/templates/{tid}/osprofile/{ospid}/applications

Summary

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

Receives all applications contained in the shared appliance template.

A list of package-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • wid (required): the id of the workspace-object
  • ospid (required): the id of the distribprofile-object
  • oid (required): the id of the org-object
  • tid (required): the id of the gallerytemplate-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}/templates/{tid}/osprofile/{ospid}/applications" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • gallerytemplate-object
  • workspace-api-resources
  • workspace-object
  • workspaceTemplateInstallProfile-get
  • workspaceTemplateLogo-delete
  • workspaceTemplateLogo-download
  • workspaceTemplateLogo-upload
  • workspaceTemplateProjects-get
  • workspaceTemplateShare-cancel
  • workspaceTemplateStats-get
  • workspaceTemplateStatus-get
  • workspaceTemplateStudio-get
  • workspaceTemplate-delete
  • workspaceTemplate-get
  • workspaceTemplate-getAll
  • workspaceTemplate-share
  • workspaceTemplate-update
  • workspaceTemplate-vote
  • workspacetemplatecomments-api-resources