Get Distributed Storages
Get the list of distributed storages
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
distributedStorage object[]
List of distributed storages
id int32name stringclusterURL uriURL of the distributed storage cluster
username stringUsername of the distributed storage user
canManage booleanDenotes if the user can manage the cluster
{
"distributedStorage": [
{
"id": 0,
"name": "string",
"clusterURL": "string",
"username": "string",
"canManage": true
}
]
}
Loading...