v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
Block volume attachments

Lists information for all volume attachments.

get/v1beta/{tenantId}/block/attachments

Query parameters

volumeIdstring

The UUID of the volume assosicated with the attachment.

hostIdstring

The UUID of the host assosicated with the attachment.

Response

OK

idstring
createdAtstring date-time
updatedAtstring date-time
tenantIdstring
userIdstring
attachMode'rw' | 'ro'
hostIdstring
volumeIdstring
mountpointstring
statusstring

Example response

[
  {
    "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
    "createdAt": "2017-07-10T14:36:58.014Z",
    "updatedAt": "2017-07-10T14:36:58.014Z",
    "connectionInfo": {
      "data": {
        "key1": "value1",
        "key2": false,
        "key3": {
          "key31": "value31"
        }
      },
      "extraProperties": {
        "key1": "value1",
        "key2": false,
        "key3": {
          "key31": "value31"
        }
      }
    }
  }
]