summaryrefslogtreecommitdiffstats
path: root/doc/api_samples/os-cell-capacities/cells-capacities-resp.json
blob: b926f8d1df27f4b8b53681d465a0db3d92845ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "cell": {
        "capacities": {
            "ram_free": {
                "units_by_mb": {
                    "8192": 0, "512": 13, "4096": 1, "2048": 3, "16384": 0
                },
                "total_mb": 7680
            },
            "disk_free": {
                "units_by_mb": {
                    "81920": 11, "20480": 46, "40960": 23, "163840": 5, "0": 0
                },
                "total_mb": 1052672
            }
        }
    }
}