4e1d732f4c
This provides simple documentation of the request and response body parameters when setting or replacing all inventories for a resource provider. Change-Id: I720f5b6792b9f4ced905aef31715a835b07be504
22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"inventories": {
|
|
"MEMORY_MB": {
|
|
"allocation_ratio": 2.0,
|
|
"max_unit": 16,
|
|
"min_unit": 1,
|
|
"reserved": 0,
|
|
"step_size": 4,
|
|
"total": 128
|
|
},
|
|
"VCPU": {
|
|
"allocation_ratio": 10.0,
|
|
"max_unit": 2147483647,
|
|
"min_unit": 1,
|
|
"reserved": 2,
|
|
"step_size": 1,
|
|
"total": 64
|
|
}
|
|
},
|
|
"resource_provider_generation": 2
|
|
}
|