Files
senlin/api-ref/source/samples/versions-list-response.json
tengqm 16d88efc98 Add API doc content (1)
This patch adds some sample API contents for versions and profile type
resources. A new tox environment is added for publishing pipeline.

Change-Id: I1e9d58a7d80633971935b7e0f5d983bb81d99a73
2016-04-14 12:57:54 -04:00

24 lines
567 B
JSON

{
"versions": [
{
"id": "1.0",
"links": [
{
"href": "/v1/",
"rel": "self"
}
],
"max_version": "1.0",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.clustering-v1+json"
}
],
"min_version": "1.0",
"status": "CURRENT",
"updated": "2016-01-18T00:00:00Z"
}
]
}