-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathcreate_response.json
More file actions
116 lines (116 loc) · 2.58 KB
/
create_response.json
File metadata and controls
116 lines (116 loc) · 2.58 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"root_password": "secret",
"server": {
"backup_window": null,
"created": "2016-01-30T23:50:00Z",
"location": {
"city": "",
"country": "",
"description": "",
"id": 0,
"latitude": 0,
"longitude": 0,
"name": "",
"network_zone": ""
},
"datacenter": {
"description": "",
"id": 1,
"location": {
"city": "",
"country": "",
"description": "",
"id": 1,
"latitude": 0,
"longitude": 0,
"name": "fsn1",
"network_zone": ""
},
"name": "fsn1-dc14"
},
"id": 1234,
"image": {
"architecture": "",
"bound_to": null,
"created": null,
"created_from": null,
"deleted": null,
"deprecated": null,
"description": "Ubuntu 20.04",
"disk_size": 0,
"id": 1,
"image_size": null,
"labels": {},
"name": "ubuntu-20.04",
"os_flavor": "ubuntu",
"os_version": "20.04",
"protection": {
"delete": true
},
"rapid_deploy": true,
"status": "available",
"type": "system"
},
"included_traffic": 0,
"ingoing_traffic": null,
"iso": {
"architecture": null,
"deprecation": null,
"description": "FreeBSD 11.0 x64",
"id": 1,
"name": "FreeBSD-11.0-RELEASE-amd64-dvd1",
"type": "public"
},
"labels": {},
"load_balancers": null,
"locked": true,
"name": "cli-test",
"outgoing_traffic": null,
"placement_group": null,
"primary_disk_size": 0,
"private_net": null,
"protection": {
"delete": false,
"rebuild": false
},
"public_net": {
"firewalls": null,
"floating_ips": null,
"ipv4": {
"blocked": false,
"dns_ptr": "",
"id": 0,
"ip": "192.0.2.1"
},
"ipv6": {
"blocked": false,
"dns_ptr": [],
"id": 0,
"ip": ""
}
},
"rescue_enabled": true,
"server_type": {
"architecture": "x86",
"category": "",
"cores": 1,
"cpu_type": "shared",
"deprecated": false,
"deprecation": null,
"description": "",
"disk": 20,
"id": 1,
"included_traffic": 0,
"memory": 2,
"name": "cpx22",
"prices": null,
"storage_type": "local",
"locations": [
{ "id": 1, "name": "fsn1", "deprecation": null, "available": false, "recommended": false },
{ "id": 2, "name": "nbg1", "deprecation": null, "available": false, "recommended": false }
]
},
"status": "running",
"volumes": null
}
}