---
title: "GET /v1/storages/access-infos"
method: GET
path: "/v1/storages/access-infos"
tags: ["Storages"]
---

# GET /v1/storages/access-infos

`GET /v1/storages/access-infos`

Get access info of all registered storages

## Response `200`

Storage Access-info  available

- StorageAccessInfosResponse — Response for all access infos configuration.
  - `access_infos` StorageAccessInfoResponse[] — the list of access info
    - `id` string
    - `rest` RestAccessInfoResponse
      - `host` string, required
      - `port` string, required
      - `username` string, required
      - `password` string
    - `ssh` SSHAccessInfoResponse
      - `host` string, required
      - `port` string, required
      - `username` string, required
      - `password` string
      - `pub_key` string
      - `pub_key_type` 'ed25519' | 'ecdsa' | 'rsa'
    - `cli` CLIAccessInfoResponse
      - `host` string, required
      - `port` string, required
      - `username` string, required
      - `password` string
    - `smis` SMISAccessInfoResponse
      - `host` string, required
      - `port` string, required
      - `username` string, required
      - `password` string
      - `namespace` string, required
    - `vendor` string
    - `model` string
    - `extra_attributes` object

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

---

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