Analytics
get/v1/provider-graph-data/{dataName}
Path parameters
dataName'count' | 'cpu' | 'gpu' | 'memory' | 'storage' required
Example:cpu
Response
Returns provider graph data
Example response
{
"snapshots": [
{
"date": "2021-07-01T00:00:00.000Z",
"value": 100
}
],
"now": {
"count": 100,
"cpu": 100,
"gpu": 100,
"memory": 100,
"storage": 100
},
"compare": {
"count": 100,
"cpu": 100,
"gpu": 100,
"memory": 100,
"storage": 100
}
}