openstacksdk/openstack/tests/unit/fixtures/image-version-suburl.json

65 lines
1.1 KiB
JSON

{
"versions": [
{
"status": "CURRENT",
"id": "v2.3",
"links": [
{
"href": "http://example.com/image/v2/",
"rel": "self"
}
]
},
{
"status": "SUPPORTED",
"id": "v2.2",
"links": [
{
"href": "http://example.com/image/v2/",
"rel": "self"
}
]
},
{
"status": "SUPPORTED",
"id": "v2.1",
"links": [
{
"href": "http://example.com/image/v2/",
"rel": "self"
}
]
},
{
"status": "SUPPORTED",
"id": "v2.0",
"links": [
{
"href": "http://example.com/image/v2/",
"rel": "self"
}
]
},
{
"status": "SUPPORTED",
"id": "v1.1",
"links": [
{
"href": "http://example.com/image/v1/",
"rel": "self"
}
]
},
{
"status": "SUPPORTED",
"id": "v1.0",
"links": [
{
"href": "http://example.com/image/v1/",
"rel": "self"
}
]
}
]
}