Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.79 KB

containerTemplate_getAll.rst

File metadata and controls

66 lines (47 loc) · 1.79 KB

containerTemplate_getAll

GET /users/{uid}/mysoftware/{msid}/templates

Summary

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

Retrieves all container templates available for a software component.

A list of ContainerTemplate-object objects are returned.

A search criteria can be used to retrieve a subset of these container templates.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • msid (required): the id of the mySoftware-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/mysoftware/{msid}/templates" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • containerTemplateImageGeneration-cancel
  • containerTemplateImageGeneration-get
  • containerTemplateImagePublish-cancel
  • containerTemplateImagePublish-get
  • containerTemplateImagePublished-delete
  • containerTemplateImagePublished-get
  • containerTemplateImage-delete
  • containerTemplateImage-download
  • containerTemplateImage-downloadFile
  • containerTemplateImage-get
  • containerTemplateImage-publish
  • containerTemplate-create
  • containerTemplate-delete
  • containerTemplate-generate
  • containerTemplate-get
  • containertemplate-object
  • mySoftware-object