Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.94 KB

containerTemplateTargetFormat_getAll.rst

File metadata and controls

65 lines (46 loc) · 1.94 KB

containerTemplateTargetFormat_getAll

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

Summary

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

Retrieves all target formats compatible with the container template.

Retrieves all target formats available for the user and evaluates the restriction rule in order to list only the target formats that are compatible with the container template.

A list of targetformat-object objects are returned.

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
  • tid (required): the id of the containertemplate-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/mysoftware/{msid}/templates/{tid}/formats" -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-generate
  • containertemplate-object
  • mySoftware-object