summaryrefslogtreecommitdiff
path: root/apidocs/src/resources/samples/db-instances-index-response.json
blob: 5a885c741a348f94765fb134825899b08452f415 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1150
Date: Tue, 19 Jun 2012 19:53:04 GMT

{
    "instances": [
        {
            "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"
                    }
                ]
            }, 
            "id": "28d1b8f3-172a-4f6d-983d-36021508444a", 
            "links": [
                {
                    "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/28d1b8f3-172a-4f6d-983d-36021508444a", 
                    "rel": "self"
                }, 
                {
                    "href": "https://ord.databases.api.rackspacecloud.com/instances/28d1b8f3-172a-4f6d-983d-36021508444a", 
                    "rel": "bookmark"
                }
            ], 
            "name": "json_rack_instance", 
            "status": "ACTIVE", 
            "volume": {
                "size": 2
            }
        }, 
        {
            "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"
                    }
                ]
            }, 
            "id": "8fb081af-f237-44f5-80cc-b46be1840ca9", 
            "links": [
                {
                    "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/8fb081af-f237-44f5-80cc-b46be1840ca9", 
                    "rel": "self"
                }, 
                {
                    "href": "https://ord.databases.api.rackspacecloud.com/instances/8fb081af-f237-44f5-80cc-b46be1840ca9", 
                    "rel": "bookmark"
                }
            ], 
            "name": "xml_rack_instance", 
            "status": "ACTIVE", 
            "volume": {
                "size": 2
            }
        }
    ]
}