Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 2.8 KB

mySoftwareExport_download.rst

File metadata and controls

90 lines (71 loc) · 2.8 KB

mySoftwareExport_download

GET /users/{uid}/mysoftware/{msid}/exports/{eid}/downloads

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: */*
  • Since: UForge 3.6

Downloads the archive of an exported software bundle. The archive contains the meta-data file of the mySoftware-object.

An archive can be used with the hammr command-line tool.

Warning

you can only download an archive once the creation of the archive is complete. Use mySoftwareExportStatus-get to check the status of an export prior to a download request.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: software_upload

URI Parameters

  • uid (required): the user name (login name) of the user-object
  • eid (required): the id of the export ticket (provided after softwarebundleexport-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}/exports/{eid}/downloads" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • mySoftware-object
  • mySoftwareArtifact-add
  • mySoftwareArtifact-addChild
  • mySoftwareArtifact-addOrRemoveFileFromCache
  • mySoftwareArtifact-createFromRemoteServer
  • mySoftwareArtifact-delete
  • mySoftwareArtifact-deleteAll
  • mySoftwareArtifact-download
  • mySoftwareArtifact-downloadFile
  • mySoftwareArtifact-get
  • mySoftwareArtifact-getAll
  • mySoftwareArtifact-update
  • mySoftwareArtifact-updateAll
  • mySoftwareArtifact-upload
  • mySoftwareExportStatus-get
  • mySoftwareExport-delete
  • mySoftwareLicense-delete
  • mySoftwareLicense-download
  • mySoftwareLicense-upload
  • mySoftwareLicense-uploadFile
  • mySoftwareLogo-delete
  • mySoftwareLogo-download
  • mySoftwareLogo-downloadFile
  • mySoftwareLogo-upload
  • mySoftwareRestrictionOS-evaluate
  • mySoftwareRestriction-update
  • mySoftwareUsage-getAll
  • mySoftware-availableForImage
  • mySoftware-clone
  • mySoftware-create
  • mySoftware-delete
  • mySoftware-export
  • mySoftware-get
  • mySoftware-getAll
  • mySoftware-update
  • softwareBundleImport-get
  • softwarebundleImportStatus-get
  • softwarebundleImport-upload
  • softwarebundle-import
  • softwarebundleexport-object