summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/db-instance-status-detail-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/db-instance-status-detail-response.json')
-rw-r--r--api-ref/source/samples/db-instance-status-detail-response.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/api-ref/source/samples/db-instance-status-detail-response.json b/api-ref/source/samples/db-instance-status-detail-response.json
deleted file mode 100644
index 64828e80..00000000
--- a/api-ref/source/samples/db-instance-status-detail-response.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "instance": {
- "created": "2019-12-14T08:08:22",
- "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",
- "service_status_updated": "2019-12-14T08:51:58",
- "status": "HEALTHY",
- "updated": "2019-12-14T08:08:30",
- "volume": {
- "size": 2,
- "used": 0.16
- }
- }
-}