forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-update-instance-update-instance-name.golden
More file actions
117 lines (113 loc) · 2.78 KB
/
test-update-instance-update-instance-name.golden
File metadata and controls
117 lines (113 loc) · 2.78 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
117
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
CreatedAt few seconds ago
Region fr-par
ID ddd04001-e2f1-4da1-8807-14f7fb3c62f7
Name foo
OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
Status ready
Engine PostgreSQL-12
IsHaCluster false
NodeType db-dev-s
Endpoints.0.ID a1eba0cc-1b0a-41c7-9478-5ce4a7af84ed
Endpoints.0.IP 51.158.57.216
Endpoints.0.Port 50510
LogsPolicy.MaxAgeRetention 30
BackupSameRegion false
Endpoint:
ID a1eba0cc-1b0a-41c7-9478-5ce4a7af84ed
IP 51.158.57.216
Port 50510
Volume:
Type lssd
Size 5.0 GB
Class unknown_storage_class
Backup Schedule:
Disabled false
Frequency 1 days
Retention 7 days
Settings:
NAME VALUE
work_mem 4
max_connections 100
effective_cache_size 1300
maintenance_work_mem 150
max_parallel_workers 0
max_parallel_workers_per_gather 0
🟩🟩🟩 JSON STDOUT 🟩🟩🟩
{
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "ddd04001-e2f1-4da1-8807-14f7fb3c62f7",
"name": "foo",
"organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
"project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
"status": "ready",
"engine": "PostgreSQL-12",
"upgradable_version": null,
"endpoint": {
"id": "a1eba0cc-1b0a-41c7-9478-5ce4a7af84ed",
"ip": "51.158.57.216",
"port": 50510,
"name": null,
"load_balancer": {}
},
"tags": [],
"settings": [
{
"name": "work_mem",
"value": "4"
},
{
"name": "max_connections",
"value": "100"
},
{
"name": "effective_cache_size",
"value": "1300"
},
{
"name": "maintenance_work_mem",
"value": "150"
},
{
"name": "max_parallel_workers",
"value": "0"
},
{
"name": "max_parallel_workers_per_gather",
"value": "0"
}
],
"backup_schedule": {
"frequency": 24,
"retention": 7,
"disabled": false,
"next_run_at": null
},
"is_ha_cluster": false,
"read_replicas": [],
"node_type": "db-dev-s",
"init_settings": [],
"endpoints": [
{
"id": "a1eba0cc-1b0a-41c7-9478-5ce4a7af84ed",
"ip": "51.158.57.216",
"port": 50510,
"name": null,
"load_balancer": {}
}
],
"logs_policy": {
"max_age_retention": 30,
"total_disk_retention": null
},
"backup_same_region": false,
"maintenances": []
}