summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/api_samples/all_extensions/flavor-get-resp.json.tpl
blob: b68bc3c979e8fefb2b8dd992d4484abf0b5dd4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "flavor": {
        "OS-FLV-DISABLED:disabled": false,
        "OS-FLV-EXT-DATA:ephemeral": 0,
        "disk": 1,
        "id": "1",
        "links": [
            {
                "href": "http://openstack.example.com/v2/openstack/flavors/1",
                "rel": "self"
            },
            {
                "href": "http://openstack.example.com/openstack/flavors/1",
                "rel": "bookmark"
            }
        ],
        "name": "m1.tiny",
        "os-flavor-access:is_public": true,
        "ram": 512,
        "rxtx_factor": 1.0,
        "swap": "",
        "vcpus": 1
    }
}