Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.66 KB

partitionTableLogicalVolume_getAll.rst

File metadata and controls

59 lines (41 loc) · 1.66 KB

partitionTableLogicalVolume_getAll

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

Summary

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

Retrieves all the logical volumes for a partitioning table.

A list of :ref:`logicalvolume-object` objects are returned.

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}/volumes" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`appliancepartitiontabledisk-api-resources`
         * :ref:`appliancepartitiontablediskpartition-api-resources`
         * :ref:`appliancepartitiontablelogicalgroup-api-resources`
         * :ref:`logicalvolume-object`
         * :ref:`partitionTableLogicalVolume-create`
         * :ref:`partitionTableLogicalVolume-delete`
         * :ref:`partitionTableLogicalVolume-deleteAll`
         * :ref:`partitionTableLogicalVolume-get`
         * :ref:`partitionTableLogicalVolume-update`
         * :ref:`partitiontable-object`