Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.85 KB

containerTemplateImage_get.rst

File metadata and controls

65 lines (48 loc) · 1.85 KB

containerTemplateImage_get

GET /users/{uid}/mysoftware/{msid}/templates/{tid}/images/{tiid}

Summary

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

Retrieves the meta-data of a machine image from a container template.

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
  • tiid (required): the id of the image-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}/images/{tiid}" -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-publish
  • containerTemplateTargetFormat-getAll
  • containerTemplate-create
  • containerTemplate-generate
  • containerTemplate-get
  • containerTemplate-getAll
  • containertemplate-object
  • image-object
  • mySoftware-object