~james-page/ubuntu/raring/nova/myfixes

« back to all changes in this revision

Viewing changes to doc/api_samples/servers-details-resp.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-20 07:45:50 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20120920074550-ir9euteqh5gt4ja8
Tags: upstream-2012.2~rc1
ImportĀ upstreamĀ versionĀ 2012.2~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "servers": [
 
3
        {
 
4
            "accessIPv4": "",
 
5
            "accessIPv6": "",
 
6
            "addresses": {
 
7
                "private": [
 
8
                    {
 
9
                        "addr": "192.168.0.3",
 
10
                        "version": 4
 
11
                    }
 
12
                ]
 
13
            },
 
14
            "created": "2012-09-07T16:56:37Z",
 
15
            "flavor": {
 
16
                "id": "1",
 
17
                "links": [
 
18
                    {
 
19
                        "href": "http://openstack.example.com/openstack/flavors/1",
 
20
                        "rel": "bookmark"
 
21
                    }
 
22
                ]
 
23
            },
 
24
            "hostId": "16d193736a5cfdb60c697ca27ad071d6126fa13baeb670fc9d10645e",
 
25
            "id": "05184ba3-00ba-4fbc-b7a2-03b62b884931",
 
26
            "image": {
 
27
                "id": "70a599e0-31e7-49b7-b260-868f441e862b",
 
28
                "links": [
 
29
                    {
 
30
                        "href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
31
                        "rel": "bookmark"
 
32
                    }
 
33
                ]
 
34
            },
 
35
            "links": [
 
36
                {
 
37
                    "href": "http://openstack.example.com/v2/openstack/servers/05184ba3-00ba-4fbc-b7a2-03b62b884931",
 
38
                    "rel": "self"
 
39
                },
 
40
                {
 
41
                    "href": "http://openstack.example.com/openstack/servers/05184ba3-00ba-4fbc-b7a2-03b62b884931",
 
42
                    "rel": "bookmark"
 
43
                }
 
44
            ],
 
45
            "metadata": {
 
46
                "My Server Name": "Apache1"
 
47
            },
 
48
            "name": "new-server-test",
 
49
            "progress": 0,
 
50
            "status": "ACTIVE",
 
51
            "tenant_id": "openstack",
 
52
            "updated": "2012-09-07T16:56:37Z",
 
53
            "user_id": "fake"
 
54
        }
 
55
    ]
 
56
}
 
 
b'\\ No newline at end of file'