glance/api-ref/source/versions/samples/image-versions-response.json
Erno Kuvaja c241cc075c Remove v1 from API ref
as preparation of removing Images API v1, clean it out from the API
Ref documentaion.

Change-Id: I65ef76fec0029949f8de867d711e745b7aa7f81d
2018-03-06 12:44:40 +00:00

75 lines
1.8 KiB
JSON

{
"versions": [
{
"id": "v2.6",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "CURRENT"
},
{
"id": "v2.5",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "SUPPORTED"
},
{
"id": "v2.4",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "SUPPORTED"
},
{
"id": "v2.3",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "SUPPORTED"
},
{
"id": "v2.2",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "SUPPORTED"
},
{
"id": "v2.1",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "SUPPORTED"
},
{
"id": "v2.0",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
"rel": "self"
}
],
"status": "SUPPORTED"
}
]
}