Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.62 KB

partitionTableBtrfsSubvolume_get.rst

File metadata and controls

57 lines (40 loc) · 1.62 KB

partitionTableBtrfsSubvolume_get

.. function:: GET users/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/subvolumes/{svid}

Summary

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

Retrieves the information of a btrfs subvolume.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/apiusers/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/subvolumes/{svid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`appliancepartitiontabledisk-api-resources`
         * :ref:`appliancepartitiontablediskpartition-api-resources`
         * :ref:`btrfssubvolume-object`
         * :ref:`partitionTableBtrfsSubvolume-create`
         * :ref:`partitionTableBtrfsSubvolume-delete`
         * :ref:`partitionTableBtrfsSubvolume-deleteAll`
         * :ref:`partitionTableBtrfsSubvolume-getAll`
         * :ref:`partitionTableBtrfsSubvolume-update`
         * :ref:`partitiontable-object`