3b0d1ea25d
With this email[0], you must migrate API reference docs into RST. The conf.py and the tox environment are also cribbed from nova. Still need to retain the install_command in tox.ini, otherwise the api-ref job fails. [0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html Co-Authored-By: Anne Gentle <agentle@cisco.com> Co-Authored-By: Amrith Kumar <amrith@tesora.com> Change-Id: I3315261aa18729fa7a6aa79d4a1d6c24de1e2c6b
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"instance": {
|
|
"created": "2014-10-30T12:30:00",
|
|
"datastore": {
|
|
"type": "mysql",
|
|
"version": "5.5"
|
|
},
|
|
"flavor": {
|
|
"id": "1",
|
|
"links": [
|
|
{
|
|
"href": "https://troveapi.org/v1.0/1234/flavors/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "https://troveapi.org/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"hostname": "e09ad9a3f73309469cf1f43d11e79549caf9acf2.troveexampledb.com",
|
|
"id": "d5a9db64-7ef7-41c5-8e1e-4013166874bc",
|
|
"links": [
|
|
{
|
|
"href": "https://troveapi.org/v1.0/1234/instances/d5a9db64-7ef7-41c5-8e1e-4013166874bc",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "https://troveapi.org/instances/d5a9db64-7ef7-41c5-8e1e-4013166874bc",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "backup_instance",
|
|
"status": "BUILD",
|
|
"updated": "2014-10-30T12:30:00",
|
|
"volume": {
|
|
"size": 2
|
|
}
|
|
}
|
|
}
|