summaryrefslogtreecommitdiff
path: root/apidocs/src/resources/samples/db-mgmt-get-instance-details-response.json
blob: 3843ad832399fde7d4088f647771721fe04006c2 (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
43
44
45
46
47
48
49
50
51
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 903
Date: Tue, 24 Jul 2012 19:48:33 GMT

{
    "instance": {
        "created": "2012-07-24T19:48:27", 
        "deleted": false, 
        "deleted_at": null, 
        "flavor": {
            "id": "1", 
            "links": [
                {
                    "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", 
                    "rel": "self"
                }, 
                {
                    "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", 
                    "rel": "bookmark"
                }
            ]
        }, 
        "guest_status": {
            "state_description": "running"
        }, 
        "host": "hostname", 
        "id": "6e038c18-902f-4a41-b2a2-5f46fa62fc1b", 
        "links": [
            {
                "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/6e038c18-902f-4a41-b2a2-5f46fa62fc1b", 
                "rel": "self"
            }, 
            {
                "href": "https://ord.databases.api.rackspacecloud.com/instances/6e038c18-902f-4a41-b2a2-5f46fa62fc1b", 
                "rel": "bookmark"
            }
        ], 
        "local_id": 0, 
        "name": "json_rack_instance", 
        "server_id": "64438fb6-4b98-4bd8-975e-222bc11daf74", 
        "status": "ACTIVE", 
        "task_description": "No tasks for the instance.", 
        "tenant_id": "1234", 
        "updated": "2012-07-24T19:48:29", 
        "volume": {
            "id": "VOL_0fb3073c-15de-483b-bb85-376a8997dc8a", 
            "size": 2
        }
    }
}