Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 2.04 KB

machineImage_getPlatformTools.rst

File metadata and controls

74 lines (57 loc) · 2.04 KB

machineImage_getPlatformTools

.. function:: GET /users/{uid}/appliances/{aid}/images/platformtools/{tfid}

Summary

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

Retrieves the platform tools that match the appliance and image format.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: image_generate

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/appliances/{aid}/images/platformtools/{tfid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`applianceImage-publish`
         * :ref:`image-object`
         * :ref:`imagepkgs-object`
         * :ref:`machineImageFile-download`
         * :ref:`machineImageGeneration-cancel`
         * :ref:`machineImagePkg-getAll`
         * :ref:`machineImagePublish-cancel`
         * :ref:`machineImagePublishedStatus-get`
         * :ref:`machineImagePublishedStatus-getAll`
         * :ref:`machineImagePublished-delete`
         * :ref:`machineImagePublished-deleteAll`
         * :ref:`machineImagePublished-download`
         * :ref:`machineImagePublished-get`
         * :ref:`machineImagePublished-getAll`
         * :ref:`machineImageStatus-get`
         * :ref:`machineImageStatus-getAll`
         * :ref:`machineImage-delete`
         * :ref:`machineImage-deleteAll`
         * :ref:`machineImage-download`
         * :ref:`machineImage-downloadFile`
         * :ref:`machineImage-generate`
         * :ref:`machineImage-get`
         * :ref:`machineImage-getAll`
         * :ref:`machineImage-publish`
         * :ref:`machineImage-regenerate`
         * :ref:`platformTool-getSoftware`
         * :ref:`scanImage-getPlatformTools`