Block Storage

Map volume to server

Maps a high performance volume to a server over NVMe-TCP.

post/storage/volumes/{id}/map

Path parameters

idstring required

Volume ID

Request body

Example request

{
  "data": {
    "attributes": {
      "server_id": "sv_abcd1234"
    }
  }
}

Response

Success

metaobject

Changes

Changed in 2 of the 29 revisions of this API.2