Overview_Info
instance object
Virtual machine the entry refers to.
countinteger
Number of items returned in the current page.
Example:
0vcpusinteger
Number of CPU cores allocated.
Example:
0gpusinteger
GPUs allocated to the resource.
Example:
0raminteger
Memory allocated to the flavor, in GB.
Example:
0cost_per_hournumber
Hourly cost incurred by the resource.
Example:
0container object
An object containing details about containers in the overview.
countinteger
Number of items returned in the current page.
Example:
0vcpusinteger
Number of CPU cores allocated.
Example:
0gpusinteger
GPUs allocated to the resource.
Example:
0raminteger
Memory allocated to the flavor, in GB.
Example:
0cost_per_hournumber
Hourly cost incurred by the resource.
Example:
0volume object
Volume attached to the resource.
countinteger
Number of items returned in the current page.
Example:
5usinginteger
The number of volumes currently in use.
Example:
50cost_per_hournumber
Hourly cost incurred by the resource.
Example:
0.005Overview_Info
{
"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
}
}
Was this page helpful?