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
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"instance": {
|
|
"created": "2014-10-30T12:30:00",
|
|
"datastore": {
|
|
"type": "mysql",
|
|
"version": "5.5"
|
|
},
|
|
"deleted": false,
|
|
"deleted_at": null,
|
|
"flavor": {
|
|
"id": "3",
|
|
"links": [
|
|
{
|
|
"href": "https://troveapi.org/v1.0/1234/flavors/3",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "https://troveapi.org/flavors/3",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
},
|
|
"guest_status": {
|
|
"state_description": "running"
|
|
},
|
|
"hostname": "e09ad9a3f73309469cf1f43d11e79549caf9acf2.troveexampledb.com",
|
|
"id": "44b277eb-39be-4921-be31-3d61b43651d7",
|
|
"links": [
|
|
{
|
|
"href": "https://troveapi.org/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "https://troveapi.org/instances/44b277eb-39be-4921-be31-3d61b43651d7",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "json_rack_instance",
|
|
"root_enabled": "2014-10-30T12:30:00",
|
|
"root_enabled_by": "3000",
|
|
"server": {
|
|
"addresses": {
|
|
"private": [
|
|
{
|
|
"addr": "123.123.123.123"
|
|
}
|
|
]
|
|
},
|
|
"deleted": false,
|
|
"deleted_at": null,
|
|
"host": "hostname_1",
|
|
"id": "44b277eb-39be-4921-be31-3d61b43651d7",
|
|
"local_id": 0,
|
|
"name": "44b277eb-39be-4921-be31-3d61b43651d7-lay",
|
|
"status": "ACTIVE",
|
|
"tenant_id": "3000"
|
|
},
|
|
"service_status": "ACTIVE",
|
|
"status": "ACTIVE",
|
|
"task_description": "No tasks for the instance.",
|
|
"tenant_id": "3000",
|
|
"updated": "2014-10-30T12:30:00",
|
|
"volume": {
|
|
"attachments": [
|
|
{
|
|
"device": "vdb",
|
|
"server_id": "44b277eb-39be-4921-be31-3d61b43651d7"
|
|
}
|
|
],
|
|
"availability_zone": "fake-availability-zone",
|
|
"created_at": "2001-01-01-12:30:30",
|
|
"id": "VOL_44b277eb-39be-4921-be31-3d61b43651d7",
|
|
"size": 4,
|
|
"status": "in-use",
|
|
"total": 4.0,
|
|
"used": 0.16
|
|
}
|
|
}
|
|
}
|