forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserverCreated2.json
More file actions
63 lines (63 loc) · 1.67 KB
/
serverCreated2.json
File metadata and controls
63 lines (63 loc) · 1.67 KB
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
{
"server": {
"OS-EXT-STS:task_state": null,
"addresses": {
"private": [
{
"version": 4,
"addr": "208.123.85.201"
}
],
"public": [
{
"version": 4,
"addr": "208.123.85.201"
}
]
},
"links": [
{
"href": "http://208.123.85.197:8774/v2/72e90ecb69c44d0296072ea39e537041/servers/5a023de8-957b-4822-ad84-8c7a9ef83c07",
"rel": "self"
}, {
"href": "http://208.123.85.197:8774/72e90ecb69c44d0296072ea39e537041/servers/5a023de8-957b-4822-ad84-8c7a9ef83c07",
"rel": "bookmark"
}
],
"image": {
"id": "506d077e-66bf-44ff-907a-588c5c79fa66",
"links": [
{
"href": "http://208.123.85.197:8774/72e90ecb69c44d0296072ea39e537041/images/506d077e-66bf-44ff-907a-588c5c79fa66",
"rel": "bookmark"
}
]
},
"OS-EXT-STS:vm_state": "active",
"flavor": {
"id": "1",
"links": [
{
"href": "http://208.123.85.197:8774/72e90ecb69c44d0296072ea39e537041/flavors/1",
"rel": "bookmark"
}
]
},
"id": "5a023de8-957b-4822-ad84-8c7a9ef83c07",
"user_id": "bf3b85477d06430c8044d5b2e5e6dc5f",
"OS-DCF:diskConfig": "MANUAL",
"accessIPv4": "",
"accessIPv6": "",
"progress": 0,
"OS-EXT-STS:power_state": 1,
"config_drive": "",
"status": "ACTIVE",
"updated": "2012-12-25T18:26:02Z",
"hostId": "c41a6390eaac457345c29655688b16ac53182ae874c69770ca36e936",
"key_name": "",
"name": "create-test-ids2",
"created": "2012-12-25T18:25:54Z",
"tenant_id": "72e90ecb69c44d0296072ea39e537041",
"metadata": {}
}
}