summaryrefslogtreecommitdiff
path: root/doc/api_samples/versions/v21-version-get-resp.json
blob: f2ed6a83b05eca96a369f5efb7268a45f660e28c (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
25
26
{
    "version": {
        "id": "v2.1",
        "links": [
            {
                "href": "http://openstack.example.com/v2.1/",
                "rel": "self"
            },
            {
                "href": "http://docs.openstack.org/",
                "rel": "describedby",
                "type": "text/html"
            }
        ],
        "media-types": [
            {
                "base": "application/json",
                "type": "application/vnd.openstack.compute+json;version=2.1"
            }
        ],
        "status": "CURRENT",
        "version": "2.94",
        "min_version": "2.1",
        "updated": "2013-07-23T11:33:21Z"
    }
}