trove/api-ref/source/samples/db-instance-status-detail-response.json
Lingxian Kong a0a10f0b94 Support HEALTHY status for db instance
- 'HEALTHY' means the db service is responsive, 'ACTIVE' means the db
  service is alive.
- Remove the CI job fakemodetests, but will add similar testing task in
  the future.
- Fix the periodic CI job
- Remove MongoDB and  related jobs

Change-Id: I5abe9091ba203297dc87db5fba139179166321f7
2019-12-14 12:55:56 +13:00

43 lines
1.2 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": "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",
"region": "RegionOne",
"status": "HEALTHY",
"updated": "2014-10-30T12:30:00",
"volume": {
"size": 2,
"used": 0.16
}
}
}