zaqar/api-ref/source/samples/flavor-list-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

22 lines
408 B
JSON

{
"flavors": [
{
"href": "/v2/flavors/test_flavor1",
"pool_group": "testgroup",
"name": "test_flavor1",
"pool": "testgroup"
},
{
"href": "/v2/flavors/test_flavor2",
"pool_group": "testgroup",
"name": "test_flavor2",
"pool": "testgroup"
}
],
"links": [
{
"href": "/v2/flavors?marker=test_flavor2",
"rel": "next"
}
]
}