Getting cluster capacity
saagieapi.get_cluster_capacity
Example :
saagieapi.get_cluster_capacity()
Response payload example :
{
"getClusterCapacity":[
{
"cpu":3.8,
"gpu":0.0,
"memory":16.083734528
},
{
"cpu":3.8,
"gpu":0.0,
"memory":16.083734528
},
{
"cpu":3.8,
"gpu":0.0,
"memory":16.08372224
}
]
}