Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.88 KB

partitionTableLogicalVolume_create.rst

File metadata and controls

65 lines (43 loc) · 1.88 KB

partitionTableLogicalVolume_create

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

Summary

  • Method: POST
  • Response Code: 201
  • Response Formats: application/xml application/json
  • Since: UForge 2.1

Creates a new logical volume in a partitioning table.

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

  • 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

A logicalVolume-object object

Example Request

curl "https://uforge.example.com/apiusers/{uid}/appliances/{aid}/installProfile/{ipid}/pt/{ptid}/volumes" -X POST \
-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-delete
  • partitionTableLogicalVolume-deleteAll
  • partitionTableLogicalVolume-get
  • partitionTableLogicalVolume-getAll
  • partitionTableLogicalVolume-update
  • partitiontable-object