~ubuntu-branches/ubuntu/vivid/openstack-trove/vivid

« back to all changes in this revision

Viewing changes to apidocs/src/samples/db-instances-index-response.json

  • Committer: Package Import Robot
  • Author(s): Corey Bryant, Chuck Short, Corey Bryant
  • Date: 2015-01-06 13:39:46 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20150106133946-fqecrqyhzcw5nj0i
Tags: 2015.1~b1-0ubuntu1
[ Chuck Short ]
* Open up for vivid.
* debian/control: Update bzr branches. 

[ Corey Bryant ]
* New upstream release.
  - d/control: Align requirements with upstream.
  - d/watch: Update uversionmangle for kilo beta naming.
  - d/p/fix-requirements: Align requirements with Ubuntu.
* d/control: Bumped Standards-Version to 3.9.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "instances": [
3
3
        {
4
 
            "flavor": {
5
 
                "id": "1",
6
 
                "links": [
7
 
                    {
8
 
                        "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1",
9
 
                        "rel": "self"
10
 
                    },
11
 
                    {
12
 
                        "href": "https://ord.databases.api.rackspacecloud.com/flavors/1",
13
 
                        "rel": "bookmark"
14
 
                    }
15
 
                ]
16
 
            },
17
 
            "id": "098653ba-218b-47ce-936a-e0b749101f81",
18
 
            "links": [
19
 
                {
20
 
                    "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/098653ba-218b-47ce-936a-e0b749101f81",
21
 
                    "rel": "self"
22
 
                },
23
 
                {
24
 
                    "href": "https://ord.databases.api.rackspacecloud.com/instances/098653ba-218b-47ce-936a-e0b749101f81",
25
 
                    "rel": "bookmark"
26
 
                }
27
 
            ],
28
 
            "name": "xml_rack_instance",
29
 
            "status": "ACTIVE",
30
 
            "volume": {
31
 
                "size": 2
32
 
            }
33
 
        },
34
 
        {
35
 
            "flavor": {
36
 
                "id": "1",
37
 
                "links": [
38
 
                    {
39
 
                        "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1",
40
 
                        "rel": "self"
41
 
                    },
42
 
                    {
43
 
                        "href": "https://ord.databases.api.rackspacecloud.com/flavors/1",
44
 
                        "rel": "bookmark"
45
 
                    }
46
 
                ]
47
 
            },
 
4
            "datastore": {
 
5
                "type": "mysql",
 
6
                "version": "5.5"
 
7
            },
 
8
            "flavor": {
 
9
                "id": "1",
 
10
                "links": [
 
11
                    {
 
12
                        "href": "https://troveapi.org/v1.0/1234/flavors/1",
 
13
                        "rel": "self"
 
14
                    },
 
15
                    {
 
16
                        "href": "https://troveapi.org/flavors/1",
 
17
                        "rel": "bookmark"
 
18
                    }
 
19
                ]
 
20
            },
 
21
            "hostname": "e09ad9a3f73309469cf1f43d11e79549caf9acf2.troveexampledb.com",
48
22
            "id": "44b277eb-39be-4921-be31-3d61b43651d7",
49
23
            "links": [
50
24
                {
51
 
                    "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7",
 
25
                    "href": "https://troveapi.org/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7",
52
26
                    "rel": "self"
53
27
                },
54
28
                {
55
 
                    "href": "https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7",
 
29
                    "href": "https://troveapi.org/instances/44b277eb-39be-4921-be31-3d61b43651d7",
56
30
                    "rel": "bookmark"
57
31
                }
58
32
            ],
63
37
            }
64
38
        }
65
39
    ]
66
 
}
 
 
b'\\ No newline at end of file'
 
40
}
 
41