---
title: "GET /v1/storages/{storage_id}/access-info"
method: GET
path: "/v1/storages/{storage_id}/access-info"
tags: ["Storages"]
---

# GET /v1/storages/{storage_id}/access-info

`GET /v1/storages/{storage_id}/access-info`

Get access info of a registered storage backend

## Path parameters

- `storage_id` string, required

## Response `200`

Storage Access-info  available

- StorageAccessInfoResponse
  - `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)
