8bdc2156bb
Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com> Change-Id: I1fe0b2b6a1f80c56df5d7cc641be17c956555581
22 lines
408 B
JSON
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"
|
|
}
|
|
]
|
|
} |