93bd4fed93
Co-Authored-By: wanghao<sxmatch1986@gmail.com> Change-Id: I81c0cc322e89260cb8803de9f3c0afb58ed75532 Implement: blueprint remove-pool-group-from-zaqar
24 lines
454 B
JSON
24 lines
454 B
JSON
{
|
|
"flavors": [
|
|
{
|
|
"href": "/v2/flavors/test_flavor1",
|
|
"pool_group": "testgroup",
|
|
"pool_list": "",
|
|
"name": "test_flavor1",
|
|
"pool": "testgroup"
|
|
},
|
|
{
|
|
"href": "/v2/flavors/test_flavor2",
|
|
"pool_group": "testgroup",
|
|
"pool_list": "",
|
|
"name": "test_flavor2",
|
|
"pool": "testgroup"
|
|
}
|
|
],
|
|
"links": [
|
|
{
|
|
"href": "/v2/flavors?marker=test_flavor2",
|
|
"rel": "next"
|
|
}
|
|
]
|
|
} |