Dashboard_Info_Response
Whether the request succeeded.
trueHuman-readable description of the result.
Getting dashboard info successoverview object
An object containing an overview of running resources, including; virtual machines, containers, and volumes.
instance object
Virtual machine the entry refers to.
Number of items returned in the current page.
0Number of CPU cores allocated.
0GPUs allocated to the resource.
0Memory allocated to the flavor, in GB.
0Hourly cost incurred by the resource.
0container object
An object containing details about containers in the overview.
Number of items returned in the current page.
0Number of CPU cores allocated.
0GPUs allocated to the resource.
0Memory allocated to the flavor, in GB.
0Hourly cost incurred by the resource.
0volume object
Volume attached to the resource.
Number of items returned in the current page.
5The number of volumes currently in use.
50Hourly cost incurred by the resource.
0.005{
"status": true,
"message": "Getting dashboard info success",
"overview": {
"instance": {
"count": 0,
"vcpus": 0,
"gpus": 0,
"ram": 0,
"cost_per_hour": 0
},
"container": {
"count": 0,
"vcpus": 0,
"gpus": 0,
"ram": 0,
"cost_per_hour": 0
},
"volume": {
"count": 5,
"using": 50,
"cost_per_hour": 0.005
}
}
}