
Added api specifications for versions, segments, hosts and notifications as per OpenStack standards. Change-Id: Iefc83254e22fc31d1f0d13f52e71d42c63e82b7d
17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v1.0",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"version": "1.0",
|
|
"min_version": "1.0",
|
|
"updated": "2016-07-01T11:33:21Z"
|
|
}
|
|
]
|
|
} |