forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-upgrade-instance-simple.golden
More file actions
117 lines (113 loc) · 2.79 KB
/
test-upgrade-instance-simple.golden
File metadata and controls
117 lines (113 loc) · 2.79 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 143f084f-2d48-48d2-9094-4363c81d6fcf
Name cli-test
OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42
ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42
Status ready
Engine PostgreSQL-12
IsHaCluster false
NodeType db-dev-m
Endpoints.0.ID 63a508a6-9d76-4656-a420-320e21ab1ece
Endpoints.0.IP 195.154.70.113
Endpoints.0.Port 44028
LogsPolicy.MaxAgeRetention 30
BackupSameRegion false
Endpoint:
ID 63a508a6-9d76-4656-a420-320e21ab1ece
IP 195.154.70.113
Port 44028
Volume:
Type lssd
Size 25 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": 25000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "143f084f-2d48-48d2-9094-4363c81d6fcf",
"name": "cli-test",
"organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42",
"project_id": "951df375-e094-4d26-97c1-ba548eeb9c42",
"status": "ready",
"engine": "PostgreSQL-12",
"upgradable_version": null,
"endpoint": {
"id": "63a508a6-9d76-4656-a420-320e21ab1ece",
"ip": "195.154.70.113",
"port": 44028,
"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-m",
"init_settings": [],
"endpoints": [
{
"id": "63a508a6-9d76-4656-a420-320e21ab1ece",
"ip": "195.154.70.113",
"port": 44028,
"name": null,
"load_balancer": {}
}
],
"logs_policy": {
"max_age_retention": 30,
"total_disk_retention": null
},
"backup_same_region": false,
"maintenances": []
}