Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.53 KB

partitionTableBtrfsSubvolume_deleteAll.rst

File metadata and controls

56 lines (39 loc) · 1.53 KB

partitionTableBtrfsSubvolume_deleteAll

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

Summary

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

Removes all the btrfs subvolumes 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 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}/subvolumes" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • appliancepartitiontabledisk-api-resources
  • appliancepartitiontablediskpartition-api-resources
  • btrfssubvolume-object
  • partitionTableBtrfsSubvolume-create
  • partitionTableBtrfsSubvolume-delete
  • partitionTableBtrfsSubvolume-get
  • partitionTableBtrfsSubvolume-getAll
  • partitionTableBtrfsSubvolume-update
  • partitiontable-object