trove/api-ref/source/samples/db-flavors-by-id-response.json
jiansong 469bf6a647 Display flavor-ephemeral in trove flavor-list command
This commit adds ephemeral column to flavor-list

Change-Id: I537bc2f3578e1e99b22f701f70ab8d96fec8908e
Closes-Bug:1617980
2016-09-17 16:00:02 +00:00

22 lines
452 B
JSON

{
"flavor": {
"ephemeral": 0,
"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
}
}