---
title: "GET /v1beta/{tenantId}/docks/{dockId}"
method: GET
path: "/v1beta/{tenantId}/docks/{dockId}"
tags: ["Dock"]
---

# GET /v1beta/{tenantId}/docks/{dockId}

`GET /v1beta/{tenantId}/docks/{dockId}`

Gets storage dock detail by dock ID.

## Response `200`

OK

- DockSpec — A backend is initialized by specific driver configuration. Each backend can be regarded as a docking service between SDS controller and storage service.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `type` 'provisioner' | 'attacher'
  - `name` string, required
  - `description` string
  - `storageType` 'block' | 'file' | 'object'
  - `status` 'available' | 'unavailable', required
  - `driverName` 'default' | 'lvm' | 'ceph' | 'cinder' | 'huawei_oceanstor_block' | 'huawei_fusionstorage', required
  - `endpoint` string, required
  - `nodeId` string, required
  - `metadata` object

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `404` — The resource does not exist
- `500` — An unexpected error occured.

## Changes

- **2019-11-06** `fd0669e1e56f` — 5 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `404`
  - …1 more
- **2018-05-04** `3a7682f5369d` — 5 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `403`
  - removed the media type `application/json` for the response with the status `404`
  - …1 more

[Change history](https://skmtc.dev/sodafoundation/apis/soda-api/changes/v1beta/:tenantId/docks/:dockId/get.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc.dev/sodafoundation/apis/soda-api/revisions/62ce0f6c94b4?raw)
