Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.94 KB

containerTemplateImagePublish_get.rst

File metadata and controls

65 lines (48 loc) · 1.94 KB

containerTemplateImagePublish_get

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

Summary

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

Retrieves the publish status of a machine image generated from a container template.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: image_publish

URI Parameters

  • ptiid (required): the id of the publishimage-object
  • 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}/pimages/{ptiid}/status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • containerTemplateImageGeneration-cancel
  • containerTemplateImageGeneration-get
  • containerTemplateImagePublish-cancel
  • containerTemplateImagePublished-delete
  • containerTemplateImagePublished-get
  • containerTemplateImage-delete
  • containerTemplateImage-download
  • containerTemplateImage-downloadFile
  • containerTemplateImage-get
  • containerTemplateImage-publish
  • containerTemplate-create
  • containerTemplate-generate
  • containerTemplate-get
  • containerTemplate-getAll
  • containertemplate-object
  • mySoftware-object
  • status-object