---
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.

---

[API](https://skmtc.net/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-api/revisions/62ce0f6c94b4/schema)
