zaqar/api-ref/source/samples/flavor-show-response-new.json
gengchc2 93bd4fed93 Remove pool group from zaqar for api-ref
Co-Authored-By: wanghao<sxmatch1986@gmail.com>
Change-Id: I81c0cc322e89260cb8803de9f3c0afb58ed75532
Implement: blueprint remove-pool-group-from-zaqar
2018-07-09 13:55:43 +08:00

13 lines
224 B
JSON

{
"href": "/v2/flavors/testflavor",
"capabilities": [
"FIFO",
"CLAIMS",
"DURABILITY",
"AOD",
"HIGH_THROUGHPUT"
],
"pool_group": "",
"pool_list": "[testpool1, testpool2]"
"name": "testflavor"
}