Disks

Update an existing host disks definitions

patch/disks/{hostName}/

Path parameters

hostNamestring required

Host name

Request body

disk_idinteger
disk_typestring
size_gbinteger
countinteger
host_idinteger

Example request

{
  "disk_id": 1,
  "disk_type": "nvme",
  "size_gb": 2000,
  "count": 10,
  "host_id": 10
}

Response

Disk details

disk_idinteger
disk_typestring
size_gbinteger
countinteger
host_idinteger

Example response

{
  "disk_id": 1,
  "disk_type": "nvme",
  "size_gb": 2000,
  "count": 10,
  "host_id": 10
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.