Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.62 KB

partitionTableBtrfsSubvolume_get.rst

File metadata and controls

57 lines (40 loc) · 1.62 KB

partitionTableBtrfsSubvolume_get

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

Summary

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

Retrieves the information of a btrfs subvolume.

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
  • svid (required): the id of the btrfssubvolume-object
  • 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/{svid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • appliance-object
  • appliancepartitiontabledisk-api-resources
  • appliancepartitiontablediskpartition-api-resources
  • btrfssubvolume-object
  • partitionTableBtrfsSubvolume-create
  • partitionTableBtrfsSubvolume-delete
  • partitionTableBtrfsSubvolume-deleteAll
  • partitionTableBtrfsSubvolume-getAll
  • partitionTableBtrfsSubvolume-update
  • partitiontable-object