adf28fb842
This provides simple documentation of the response body and path parameters when listing resource provider inventories. Change-Id: Id4ed2450ab70fc63d47dabb21c4a9b21f25d85b1
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"inventories": {
|
|
"DISK_GB": {
|
|
"allocation_ratio": 1.0,
|
|
"max_unit": 35,
|
|
"min_unit": 1,
|
|
"reserved": 0,
|
|
"step_size": 1,
|
|
"total": 35
|
|
},
|
|
"MEMORY_MB": {
|
|
"allocation_ratio": 1.5,
|
|
"max_unit": 5825,
|
|
"min_unit": 1,
|
|
"reserved": 512,
|
|
"step_size": 1,
|
|
"total": 5825
|
|
},
|
|
"VCPU": {
|
|
"allocation_ratio": 16.0,
|
|
"max_unit": 4,
|
|
"min_unit": 1,
|
|
"reserved": 0,
|
|
"step_size": 1,
|
|
"total": 4
|
|
}
|
|
},
|
|
"resource_provider_generation": 7
|
|
}
|