zaqar/api-ref/source/samples/flavor-update-response.json
wanghao 8bdc2156bb Add flavors api ref
Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com>

Change-Id: I1fe0b2b6a1f80c56df5d7cc641be17c956555581
2016-07-27 11:34:14 +08:00

12 lines
193 B
JSON

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