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

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 logicalvolume-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • uid (required): the user name (login name) of the user-object that has created the appliance
  • ptid (required): the id of the partitiontable-object
  • aid (required): the id of the appliance-object

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"
  • appliance-object
  • appliancepartitiontabledisk-api-resources
  • appliancepartitiontablediskpartition-api-resources
  • appliancepartitiontablelogicalgroup-api-resources
  • logicalvolume-object
  • partitionTableLogicalVolume-create
  • partitionTableLogicalVolume-delete
  • partitionTableLogicalVolume-deleteAll
  • partitionTableLogicalVolume-get
  • partitionTableLogicalVolume-update
  • partitiontable-object