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
Changes
Changed in 2 of the 29 revisions of this API.2
- ○
added the optional property
data/attributes/block/statusto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○