summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/db-instance-status-detail-response.json
blob: eacb3fc464ce71226a69c44cda1a221b7f108122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "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": "ACTIVE",
        "updated": "2014-10-30T12:30:00",
        "volume": {
            "size": 2,
            "used": 0.16
        }
    }
}