trove/api-ref/source/samples/db-flavors-by-id-response.json
jiansong 6f6293f90d Display more flavor information in trove flavor-list command
This commit adds disk_space colmn to flavor-list

Change-Id: I71ca7ddbb6b835b5250bd2c4a0cb7ef4d72c9826
Closes-Bug:#1617987
2016-08-29 04:43:06 -07:00

21 lines
428 B
JSON

{
"flavor": {
"id": 1,
"links": [
{
"href": "https://troveapi.org/v1.0/1234/flavors/1",
"rel": "self"
},
{
"href": "https://troveapi.org/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"str_id": "1",
"disk":0,
"vcpus": 10
}
}