File tree Expand file tree Collapse file tree 1 file changed +78
-4
lines changed
services/postgres-flex/v1 Expand file tree Collapse file tree 1 file changed +78
-4
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"type" : " object"
30
30
},
31
+ "instance.CreateDatabaseRequest" : {
32
+ "properties" : {
33
+ "collation" : {
34
+ "example" : " SQL_Latin1_General_CP1_CI_AS" ,
35
+ "type" : " string"
36
+ },
37
+ "name" : {
38
+ "example" : " Test" ,
39
+ "type" : " string"
40
+ },
41
+ "options" : {
42
+ "additionalProperties" : {
43
+ "type" : " string"
44
+ },
45
+ "description" : " Database specific options" ,
46
+ "type" : " object"
47
+ }
48
+ },
49
+ "type" : " object"
50
+ },
51
+ "instance.CreateDatabaseResponse" : {
52
+ "properties" : {
53
+ "database" : {
54
+ "$ref" : " #/components/schemas/instance.Database"
55
+ }
56
+ },
57
+ "type" : " object"
58
+ },
31
59
"instance.DataPoint" : {
32
60
"properties" : {
33
61
"timestamp" : {
39
67
},
40
68
"type" : " object"
41
69
},
70
+ "instance.Database" : {
71
+ "properties" : {
72
+ "collation" : {
73
+ "example" : " SQL_Latin1_General_CP1_CI_AS" ,
74
+ "type" : " string"
75
+ },
76
+ "createDate" : {
77
+ "example" : " 2003-04-08T09:13:36.39Z" ,
78
+ "type" : " string"
79
+ },
80
+ "id" : {
81
+ "example" : " 1" ,
82
+ "type" : " string"
83
+ },
84
+ "name" : {
85
+ "example" : " Peter_pan" ,
86
+ "type" : " string"
87
+ },
88
+ "options" : {
89
+ "description" : " Database specific options" ,
90
+ "type" : " object"
91
+ }
92
+ },
93
+ "type" : " object"
94
+ },
42
95
"instance.Host" : {
43
96
"properties" : {
44
97
"hostMetrics" : {
70
123
},
71
124
"type" : " object"
72
125
},
126
+ "instance.ListDatabasesResponse" : {
127
+ "properties" : {
128
+ "databases" : {
129
+ "items" : {
130
+ "$ref" : " #/components/schemas/instance.Database"
131
+ },
132
+ "type" : " array"
133
+ }
134
+ },
135
+ "type" : " object"
136
+ },
73
137
"instance.ListInstance" : {
74
138
"properties" : {
75
139
"id" : {
97
161
},
98
162
"type" : " object"
99
163
},
100
- "instance.UpdateUserRequest " : {
164
+ "instance.PartialUpdateUserRequest " : {
101
165
"properties" : {
102
166
"database" : {
103
167
"type" : " string"
128
192
"additionalProperties" : {
129
193
"type" : " string"
130
194
},
131
- "description" : " Following fields are not certain/clear" ,
195
+ "description" : " Labels field is not certain/clear" ,
132
196
"type" : " object"
133
197
},
134
198
"name" : {
153
217
}
154
218
},
155
219
"required" : [
156
- " acl"
220
+ " acl" ,
221
+ " backupSchedule" ,
222
+ " flavorId" ,
223
+ " name" ,
224
+ " options" ,
225
+ " replicas" ,
226
+ " storage" ,
227
+ " version"
157
228
],
158
229
"type" : " object"
159
230
},
174
245
"additionalProperties" : {
175
246
"type" : " string"
176
247
},
177
- "description" : " Following fields are not certain/clear" ,
248
+ "description" : " Labels field is not certain/clear" ,
178
249
"type" : " object"
179
250
},
180
251
"name" : {
207
278
"type" : " string"
208
279
}
209
280
},
281
+ "required" : [
282
+ " backupSchedule"
283
+ ],
210
284
"type" : " object"
211
285
},
212
286
"CreateUserPayload" : {
You can’t perform that action at this time.
0 commit comments