---
title: "List all supported storage backend type."
method: GET
path: "/v1/{tenantId}/types"
tags: ["Types"]
---

# List all supported storage backend type.

`GET /v1/{tenantId}/types`

## Query parameters

- `name` string
- `offset` integer
- `limit` integer
- `sort` string

## Response `200`

successful operation.

- object
  - `backends` union[]
    - union
      - AWSType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - HuaweiType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - AzureType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - CephType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - GCPType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - FSType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - IBMType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - YIGType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - AlibabaType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - AWSFileType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - AzureFileType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - GCPFileType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - AWSBlockType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - HwBlockType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - HwFileType
        - `name` string — The backend type.
        - `description` string — The backend type description.
      - SonyOdaType
        - `name` string — The backend type.
        - `description` string — The backend type description.
  - `next` integer

## Other responses

- `401` — Unauthorized. Token not found in header

## Changes

> 33 revisions in range; 3 not diffed.

- **2021-12-27** `b348fb4e977f` — 2 breaking, 2 warning
  - added `#/components/schemas/AWS_Type, #/components/schemas/Huawei_Type, #/components/schemas/Azure_Type, #/components/schemas/Ceph_Type, #/components/schemas/GCP_Type, #/components/schemas/FS_Type, #/components/schemas/IBM_Type, #/components/schemas/YIG_Type, #/components/schemas/Alibaba_Type, #/components/schemas/AWS_File_Type, #/components/schemas/Azure_File_Type, #/components/schemas/GCP_File_Type, #/components/schemas/AWS_Block_Type, #/components/schemas/Hw_Block_Type, #/components/schemas/Hw_File_Type, #/components/schemas/Sony_Oda_Type` to the `backends/items/` response property `oneOf` list for the response status `200`
  - the `backends/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `backends/items/description` from the response with the `200` status
  - removed the optional property `backends/items/name` from the response with the `200` status
- **2020-06-26** `443f565555ae` — 2 info
  - api tag `Types` added
  - api tag `types` removed
- **2020-06-09** `bec7a127bf7f` — 1 info
  - endpoint added
- **2020-05-03** `f9da14548ae5` — 1 breaking
  - api path removed without deprecation
- **2019-05-08** `cdb9fd59fc54` — 1 info
  - api operation id `listBackend` removed and replaced with `listBackendTypes`

[Full history](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/changes/v1/:tenantId/types/get.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/revisions/df048c8349b6/schema)
