Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.58 KB

partitionTableLogicalVolume_deleteAll.rst

File metadata and controls

57 lines (40 loc) · 1.58 KB

partitionTableLogicalVolume_deleteAll

DELETE users/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/volumes

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 2.1

Removes all the logical volumes from a partitioning table.

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 DELETE \
-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-get
  • partitionTableLogicalVolume-getAll
  • partitionTableLogicalVolume-update
  • partitiontable-object