de6e2b9948
JSON body examples of Placement API reference are in the same directroy where *.inc files exist. This patch moves JSON body examples to an isolated directory in order to make it easier to maintain the API reference. Change-Id: I8fd587100d22bd10dd4b2b2f1b25c5ecc7fc8537
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"allocations": [
|
|
{
|
|
"resource_provider": {
|
|
"uuid": "844ac34d-620e-474c-833c-4c9921251353"
|
|
},
|
|
"resources": {
|
|
"MEMORY_MB": 512,
|
|
"VCPU": 2
|
|
}
|
|
},
|
|
{
|
|
"resource_provider": {
|
|
"uuid": "92637880-2d79-43c6-afab-d860886c6391"
|
|
},
|
|
"resources": {
|
|
"DISK_GB": 5
|
|
}
|
|
}
|
|
],
|
|
"project_id": "6e3b2ce9-9175-4830-a862-b9de690bdceb",
|
|
"user_id": "81c516e3-5e0e-4dcb-9a38-4473d229a950"
|
|
}
|