~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to doc/api_samples/OS-EXT-STS/servers-detail-resp.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-11 13:06:56 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20130111130656-z9mceux6qpkqomma
Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "servers": [
 
3
        {
 
4
            "OS-EXT-STS:power_state": 1,
 
5
            "OS-EXT-STS:task_state": null,
 
6
            "OS-EXT-STS:vm_state": "active",
 
7
            "accessIPv4": "",
 
8
            "accessIPv6": "",
 
9
            "addresses": {
 
10
                "private": [
 
11
                    {
 
12
                        "addr": "192.168.0.3",
 
13
                        "version": 4
 
14
                    }
 
15
                ]
 
16
            },
 
17
            "created": "2012-12-05T07:34:10Z",
 
18
            "flavor": {
 
19
                "id": "1",
 
20
                "links": [
 
21
                    {
 
22
                        "href": "http://openstack.example.com/openstack/flavors/1",
 
23
                        "rel": "bookmark"
 
24
                    }
 
25
                ]
 
26
            },
 
27
            "hostId": "585aa01f94eca692eff9f77ffe3eab866d8a819e97397e28c5c7df12",
 
28
            "id": "030758aa-5c41-41c6-8fb4-29d44eb96a85",
 
29
            "image": {
 
30
                "id": "70a599e0-31e7-49b7-b260-868f441e862b",
 
31
                "links": [
 
32
                    {
 
33
                        "href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
34
                        "rel": "bookmark"
 
35
                    }
 
36
                ]
 
37
            },
 
38
            "links": [
 
39
                {
 
40
                    "href": "http://openstack.example.com/v2/openstack/servers/030758aa-5c41-41c6-8fb4-29d44eb96a85",
 
41
                    "rel": "self"
 
42
                },
 
43
                {
 
44
                    "href": "http://openstack.example.com/openstack/servers/030758aa-5c41-41c6-8fb4-29d44eb96a85",
 
45
                    "rel": "bookmark"
 
46
                }
 
47
            ],
 
48
            "metadata": {
 
49
                "My Server Name": "Apache1"
 
50
            },
 
51
            "name": "new-server-test",
 
52
            "progress": 0,
 
53
            "status": "ACTIVE",
 
54
            "tenant_id": "openstack",
 
55
            "updated": "2012-12-05T07:34:10Z",
 
56
            "user_id": "fake"
 
57
        }
 
58
    ]
 
59
}
 
 
b'\\ No newline at end of file'