Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.24 KB

partitionTableDiskLogicalPartition_getAll.rst

File metadata and controls

69 lines (50 loc) · 2.24 KB

partitionTableDiskLogicalPartition_getAll

GET users/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/disks/{did}/partitions/{pid}/lpartitions

Summary

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

Retrieves all the logical partitions in a physical partition.

A list of partition-object objects are returned.

You can use a search criteria to retrieve a subset of these partitions.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/apiusers/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/disks/{did}/partitions/{pid}/lpartitions" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • appliancepartitiontablediskpartition-api-resources
  • appliancepartitiontablelogicalgroup-api-resources
  • appliancepartitiontablelogicalvolume-api-resources
  • partition-object
  • partitionTableDiskLogicalPartition-create
  • partitionTableDiskLogicalPartition-delete
  • partitionTableDiskLogicalPartition-deleteAll
  • partitionTableDiskLogicalPartition-get
  • partitionTableDiskLogicalPartition-update
  • partitionTableDiskPartition-create
  • partitionTableDiskPartition-delete
  • partitionTableDiskPartition-deleteAll
  • partitionTableDiskPartition-get
  • partitionTableDiskPartition-getAll
  • partitionTableDiskPartition-update
  • partitiontable-object