summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/db-mgmt-get-storage-response.json
blob: 7e634d929ca98cfa198947c16460cddc6cd105e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "devices": [
        {
            "capacity": {
                "available": 90,
                "total": 100
            },
            "name": "fake_storage",
            "provision": {
                "available": 40,
                "percent": 10,
                "total": 50
            },
            "type": "test_type",
            "used": 10
        }
    ]
}