Storages
Get access info of a registered storage backend
get/v1/storages/{storage_id}/access-info
Path parameters
storage_idstring required
Database ID created for a storage backend.
Response
Storage Access-info available
Example response
{
"rest": {
"host": "10.0.0.1",
"port": "8008",
"username": "admin"
},
"ssh": {
"host": "10.0.0.1",
"port": "22",
"username": "admin",
"pub_key": "73:d8:34:18:70:2a:ae:d8:1c:a5:44:40:ef:50:d0:63"
},
"cli": {
"host": "10.0.0.1",
"port": "8008",
"username": "admin"
},
"smis": {
"host": "10.0.0.1",
"port": "8008",
"username": "admin"
},
"vendor": "dellemc",
"model": "vmax",
"extra_attributes": {
"array_id": "string"
}
}