v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
Dock

Gets storage dock detail by dock ID.

get/v1beta/{tenantId}/docks/{dockId}

Response

OK

idstring
createdAtstring date-time
updatedAtstring date-time
type'provisioner' | 'attacher'
namestring required
descriptionstring
storageType'block' | 'file' | 'object'
status'available' | 'unavailable' required
driverName'default' | 'lvm' | 'ceph' | 'cinder' | 'huawei_oceanstor_block' | 'huawei_fusionstorage' required
endpointstring required
nodeIdstring required
metadataobject

Example response

{
  "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "createdAt": "2017-07-10T14:36:58.014Z",
  "updatedAt": "2017-07-10T14:36:58.014Z",
  "endpoint": "0.0.0.0:50050",
  "nodeId": "127.0.0.1"
}