forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
30 lines (30 loc) · 841 Bytes
/
versions.json
File metadata and controls
30 lines (30 loc) · 841 Bytes
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
27
28
29
30
{
"version": {
"status": "CURRENT",
"updated": "2011-01-21T11:33:21Z",
"media-types": [
{
"base": "application/xml",
"type": "application/vnd.openstack.compute+xml;version=2"
}, {
"base": "application/json",
"type": "application/vnd.openstack.compute+json;version=2"
}
],
"id": "v2.0",
"links": [
{
"href": "http://compute.myownendpoint.org:8774/v2/",
"rel": "self"
}, {
"href": "http://docs.openstack.org/api/openstack-compute/1.1/os-compute-devguide-1.1.pdf",
"type": "application/pdf",
"rel": "describedby"
}, {
"href": "http://docs.openstack.org/api/openstack-compute/1.1/wadl/os-compute-1.1.wadl",
"type": "application/vnd.sun.wadl+xml",
"rel": "describedby"
}
]
}
}