Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.94 KB

partitionTableLogicalVolume_update.rst

File metadata and controls

66 lines (44 loc) · 1.94 KB

partitionTableLogicalVolume_update

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

Summary

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

Updates the information of a logical volume.

Please refer to logicalvolume-object for a complete list of all the logical volume attributes.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • vid (required): the id of the logicalvolume-object
  • 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

A logicalVolume-object object

Example Request

curl "https://uforge.example.com/apiusers/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/volumes/{vid}" -X PUT \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"-H "Content-type: application/xml" --data-binary "@representation.xml"

Example of representation.xml content (the request body):

  • appliance-object
  • appliancepartitiontabledisk-api-resources
  • appliancepartitiontablediskpartition-api-resources
  • appliancepartitiontablelogicalgroup-api-resources
  • logicalvolume-object
  • partitionTableLogicalVolume-create
  • partitionTableLogicalVolume-delete
  • partitionTableLogicalVolume-deleteAll
  • partitionTableLogicalVolume-get
  • partitionTableLogicalVolume-getAll
  • partitiontable-object