Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.1 KB

projectLicense_download.rst

File metadata and controls

52 lines (35 loc) · 1.1 KB

projectLicense_download

.. function:: GET /orgs/{oid}/projects/{pid}/licenses/{lid}

Summary

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

Downloads the license of a project.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/projects/{pid}/licenses/{lid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`license-object`
         * :ref:`project-object`
         * :ref:`projectLicense-delete`
         * :ref:`projectLicense-download`
         * :ref:`projectLicense-upload`
         * :ref:`projectLicense-uploadChunk`