Attach volumes created through the volume API to server instances. Also, list volume attachments for a server instance, get volume details for a volume attachment, and delete a volume attachment.
Method | URI | Description |
---|---|---|
POST | /v2/{tenant_id}/servers/{server_id}/os-volume_attachments | Attaches a volume to the specified server. |
GET | /v2/{tenant_id}/servers/{server_id}/os-volume_attachments | Lists the volume attachments for a specified server. |
GET | /v2/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id} | Shows details for the specified volume attachment. |
DELETE | /v2/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id} | Deletes the specified volume attachment from a specified server. |