@n8n-dev/n8n-nodes-googleapis-sqladmin 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +206 -0
- package/dist/banner.svg +111 -0
- package/dist/credentials/GoogleapisSqladminApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisSqladminApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisSqladminApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-sqladmin.dark.svg +21 -0
- package/dist/icons/googleapis-sqladmin.svg +21 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.d.ts +4 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.js +117 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.json +20 -0
- package/dist/nodes/GoogleapisSqladmin/googleapis-sqladmin.dark.svg +21 -0
- package/dist/nodes/GoogleapisSqladmin/googleapis-sqladmin.svg +21 -0
- package/dist/nodes/GoogleapisSqladmin/resources/backup-runs/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/backup-runs/index.js +871 -0
- package/dist/nodes/GoogleapisSqladmin/resources/backup-runs/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/connect/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/connect/index.js +281 -0
- package/dist/nodes/GoogleapisSqladmin/resources/connect/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/databases/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/databases/index.js +1171 -0
- package/dist/nodes/GoogleapisSqladmin/resources/databases/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/flags/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/flags/index.js +78 -0
- package/dist/nodes/GoogleapisSqladmin/resources/flags/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/index.d.ts +10 -0
- package/dist/nodes/GoogleapisSqladmin/resources/index.js +24 -0
- package/dist/nodes/GoogleapisSqladmin/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/instances/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/instances/index.js +4968 -0
- package/dist/nodes/GoogleapisSqladmin/resources/instances/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/operations/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/operations/index.js +213 -0
- package/dist/nodes/GoogleapisSqladmin/resources/operations/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/projects/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/projects/index.js +677 -0
- package/dist/nodes/GoogleapisSqladmin/resources/projects/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/ssl-certs/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/ssl-certs/index.js +468 -0
- package/dist/nodes/GoogleapisSqladmin/resources/ssl-certs/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/tiers/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/tiers/index.js +71 -0
- package/dist/nodes/GoogleapisSqladmin/resources/tiers/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/users/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/users/index.js +1114 -0
- package/dist/nodes/GoogleapisSqladmin/resources/users/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1171 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.databasesDescription = void 0;
|
|
4
|
+
exports.databasesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Databases"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "SQL Databases List",
|
|
20
|
+
"value": "SQL Databases List",
|
|
21
|
+
"action": "SQL Databases List",
|
|
22
|
+
"description": "Lists databases in the specified Cloud SQL instance.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/databases"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "SQL Databases Insert",
|
|
32
|
+
"value": "SQL Databases Insert",
|
|
33
|
+
"action": "SQL Databases Insert",
|
|
34
|
+
"description": "Inserts a resource containing information about a database inside a Cloud SQL instance.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/databases"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "SQL Databases Delete",
|
|
44
|
+
"value": "SQL Databases Delete",
|
|
45
|
+
"action": "SQL Databases Delete",
|
|
46
|
+
"description": "Deletes a database from a Cloud SQL instance.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "DELETE",
|
|
50
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/databases/{{$parameter[\"database\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "SQL Databases Get",
|
|
56
|
+
"value": "SQL Databases Get",
|
|
57
|
+
"action": "SQL Databases Get",
|
|
58
|
+
"description": "Retrieves a resource containing information about a database inside a Cloud SQL instance.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/databases/{{$parameter[\"database\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "SQL Databases Patch",
|
|
68
|
+
"value": "SQL Databases Patch",
|
|
69
|
+
"action": "SQL Databases Patch",
|
|
70
|
+
"description": "Partially updates a resource containing information about a database inside a Cloud SQL instance. This method supports patch semantics.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "PATCH",
|
|
74
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/databases/{{$parameter[\"database\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "SQL Databases Update",
|
|
80
|
+
"value": "SQL Databases Update",
|
|
81
|
+
"action": "SQL Databases Update",
|
|
82
|
+
"description": "Updates a resource containing information about a database inside a Cloud SQL instance.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "PUT",
|
|
86
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/databases/{{$parameter[\"database\"]}}"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"default": ""
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"displayName": "GET /v1/projects/{project}/instances/{instance}/databases",
|
|
95
|
+
"name": "operation",
|
|
96
|
+
"type": "notice",
|
|
97
|
+
"typeOptions": {
|
|
98
|
+
"theme": "info"
|
|
99
|
+
},
|
|
100
|
+
"default": "",
|
|
101
|
+
"displayOptions": {
|
|
102
|
+
"show": {
|
|
103
|
+
"resource": [
|
|
104
|
+
"Databases"
|
|
105
|
+
],
|
|
106
|
+
"operation": [
|
|
107
|
+
"SQL Databases List"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"displayName": "Project",
|
|
114
|
+
"name": "project",
|
|
115
|
+
"required": true,
|
|
116
|
+
"description": "Project ID of the project that contains the instance.",
|
|
117
|
+
"default": "",
|
|
118
|
+
"type": "string",
|
|
119
|
+
"displayOptions": {
|
|
120
|
+
"show": {
|
|
121
|
+
"resource": [
|
|
122
|
+
"Databases"
|
|
123
|
+
],
|
|
124
|
+
"operation": [
|
|
125
|
+
"SQL Databases List"
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"displayName": "Instance",
|
|
132
|
+
"name": "instance",
|
|
133
|
+
"required": true,
|
|
134
|
+
"description": "Cloud SQL instance ID. This does not include the project ID.",
|
|
135
|
+
"default": "",
|
|
136
|
+
"type": "string",
|
|
137
|
+
"displayOptions": {
|
|
138
|
+
"show": {
|
|
139
|
+
"resource": [
|
|
140
|
+
"Databases"
|
|
141
|
+
],
|
|
142
|
+
"operation": [
|
|
143
|
+
"SQL Databases List"
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"displayName": "POST /v1/projects/{project}/instances/{instance}/databases",
|
|
150
|
+
"name": "operation",
|
|
151
|
+
"type": "notice",
|
|
152
|
+
"typeOptions": {
|
|
153
|
+
"theme": "info"
|
|
154
|
+
},
|
|
155
|
+
"default": "",
|
|
156
|
+
"displayOptions": {
|
|
157
|
+
"show": {
|
|
158
|
+
"resource": [
|
|
159
|
+
"Databases"
|
|
160
|
+
],
|
|
161
|
+
"operation": [
|
|
162
|
+
"SQL Databases Insert"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"displayName": "Project",
|
|
169
|
+
"name": "project",
|
|
170
|
+
"required": true,
|
|
171
|
+
"description": "Project ID of the project that contains the instance.",
|
|
172
|
+
"default": "",
|
|
173
|
+
"type": "string",
|
|
174
|
+
"displayOptions": {
|
|
175
|
+
"show": {
|
|
176
|
+
"resource": [
|
|
177
|
+
"Databases"
|
|
178
|
+
],
|
|
179
|
+
"operation": [
|
|
180
|
+
"SQL Databases Insert"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"displayName": "Instance",
|
|
187
|
+
"name": "instance",
|
|
188
|
+
"required": true,
|
|
189
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
190
|
+
"default": "",
|
|
191
|
+
"type": "string",
|
|
192
|
+
"displayOptions": {
|
|
193
|
+
"show": {
|
|
194
|
+
"resource": [
|
|
195
|
+
"Databases"
|
|
196
|
+
],
|
|
197
|
+
"operation": [
|
|
198
|
+
"SQL Databases Insert"
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"displayName": "Charset",
|
|
205
|
+
"name": "charset",
|
|
206
|
+
"type": "string",
|
|
207
|
+
"default": "",
|
|
208
|
+
"description": "The Cloud SQL charset value.",
|
|
209
|
+
"routing": {
|
|
210
|
+
"send": {
|
|
211
|
+
"property": "charset",
|
|
212
|
+
"propertyInDotNotation": false,
|
|
213
|
+
"type": "body",
|
|
214
|
+
"value": "={{ $value }}"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"displayOptions": {
|
|
218
|
+
"show": {
|
|
219
|
+
"resource": [
|
|
220
|
+
"Databases"
|
|
221
|
+
],
|
|
222
|
+
"operation": [
|
|
223
|
+
"SQL Databases Insert"
|
|
224
|
+
]
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"displayName": "Collation",
|
|
230
|
+
"name": "collation",
|
|
231
|
+
"type": "string",
|
|
232
|
+
"default": "",
|
|
233
|
+
"description": "The Cloud SQL collation value.",
|
|
234
|
+
"routing": {
|
|
235
|
+
"send": {
|
|
236
|
+
"property": "collation",
|
|
237
|
+
"propertyInDotNotation": false,
|
|
238
|
+
"type": "body",
|
|
239
|
+
"value": "={{ $value }}"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"displayOptions": {
|
|
243
|
+
"show": {
|
|
244
|
+
"resource": [
|
|
245
|
+
"Databases"
|
|
246
|
+
],
|
|
247
|
+
"operation": [
|
|
248
|
+
"SQL Databases Insert"
|
|
249
|
+
]
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"displayName": "Etag",
|
|
255
|
+
"name": "etag",
|
|
256
|
+
"type": "string",
|
|
257
|
+
"default": "",
|
|
258
|
+
"description": "This field is deprecated and will be removed from a future version of the API.",
|
|
259
|
+
"routing": {
|
|
260
|
+
"send": {
|
|
261
|
+
"property": "etag",
|
|
262
|
+
"propertyInDotNotation": false,
|
|
263
|
+
"type": "body",
|
|
264
|
+
"value": "={{ $value }}"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"displayOptions": {
|
|
268
|
+
"show": {
|
|
269
|
+
"resource": [
|
|
270
|
+
"Databases"
|
|
271
|
+
],
|
|
272
|
+
"operation": [
|
|
273
|
+
"SQL Databases Insert"
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"displayName": "Instance",
|
|
280
|
+
"name": "instance",
|
|
281
|
+
"type": "string",
|
|
282
|
+
"default": "",
|
|
283
|
+
"description": "The name of the Cloud SQL instance. This does not include the project ID.",
|
|
284
|
+
"routing": {
|
|
285
|
+
"send": {
|
|
286
|
+
"property": "instance",
|
|
287
|
+
"propertyInDotNotation": false,
|
|
288
|
+
"type": "body",
|
|
289
|
+
"value": "={{ $value }}"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"displayOptions": {
|
|
293
|
+
"show": {
|
|
294
|
+
"resource": [
|
|
295
|
+
"Databases"
|
|
296
|
+
],
|
|
297
|
+
"operation": [
|
|
298
|
+
"SQL Databases Insert"
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"displayName": "Kind",
|
|
305
|
+
"name": "kind",
|
|
306
|
+
"type": "string",
|
|
307
|
+
"default": "",
|
|
308
|
+
"description": "This is always `sql#database`.",
|
|
309
|
+
"routing": {
|
|
310
|
+
"send": {
|
|
311
|
+
"property": "kind",
|
|
312
|
+
"propertyInDotNotation": false,
|
|
313
|
+
"type": "body",
|
|
314
|
+
"value": "={{ $value }}"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"displayOptions": {
|
|
318
|
+
"show": {
|
|
319
|
+
"resource": [
|
|
320
|
+
"Databases"
|
|
321
|
+
],
|
|
322
|
+
"operation": [
|
|
323
|
+
"SQL Databases Insert"
|
|
324
|
+
]
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"displayName": "Name",
|
|
330
|
+
"name": "name",
|
|
331
|
+
"type": "string",
|
|
332
|
+
"default": "",
|
|
333
|
+
"description": "The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.",
|
|
334
|
+
"routing": {
|
|
335
|
+
"send": {
|
|
336
|
+
"property": "name",
|
|
337
|
+
"propertyInDotNotation": false,
|
|
338
|
+
"type": "body",
|
|
339
|
+
"value": "={{ $value }}"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"displayOptions": {
|
|
343
|
+
"show": {
|
|
344
|
+
"resource": [
|
|
345
|
+
"Databases"
|
|
346
|
+
],
|
|
347
|
+
"operation": [
|
|
348
|
+
"SQL Databases Insert"
|
|
349
|
+
]
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"displayName": "Project",
|
|
355
|
+
"name": "project",
|
|
356
|
+
"type": "string",
|
|
357
|
+
"default": "",
|
|
358
|
+
"description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.",
|
|
359
|
+
"routing": {
|
|
360
|
+
"send": {
|
|
361
|
+
"property": "project",
|
|
362
|
+
"propertyInDotNotation": false,
|
|
363
|
+
"type": "body",
|
|
364
|
+
"value": "={{ $value }}"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"displayOptions": {
|
|
368
|
+
"show": {
|
|
369
|
+
"resource": [
|
|
370
|
+
"Databases"
|
|
371
|
+
],
|
|
372
|
+
"operation": [
|
|
373
|
+
"SQL Databases Insert"
|
|
374
|
+
]
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"displayName": "Self Link",
|
|
380
|
+
"name": "selfLink",
|
|
381
|
+
"type": "string",
|
|
382
|
+
"default": "",
|
|
383
|
+
"description": "The URI of this resource.",
|
|
384
|
+
"routing": {
|
|
385
|
+
"send": {
|
|
386
|
+
"property": "selfLink",
|
|
387
|
+
"propertyInDotNotation": false,
|
|
388
|
+
"type": "body",
|
|
389
|
+
"value": "={{ $value }}"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"displayOptions": {
|
|
393
|
+
"show": {
|
|
394
|
+
"resource": [
|
|
395
|
+
"Databases"
|
|
396
|
+
],
|
|
397
|
+
"operation": [
|
|
398
|
+
"SQL Databases Insert"
|
|
399
|
+
]
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"displayName": "Sqlserver Database Details",
|
|
405
|
+
"name": "sqlserverDatabaseDetails",
|
|
406
|
+
"type": "json",
|
|
407
|
+
"default": "{}",
|
|
408
|
+
"description": "Represents a Sql Server database on the Cloud SQL instance.",
|
|
409
|
+
"routing": {
|
|
410
|
+
"send": {
|
|
411
|
+
"property": "sqlserverDatabaseDetails",
|
|
412
|
+
"propertyInDotNotation": false,
|
|
413
|
+
"type": "body",
|
|
414
|
+
"value": "={{ JSON.parse($value) }}"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"displayOptions": {
|
|
418
|
+
"show": {
|
|
419
|
+
"resource": [
|
|
420
|
+
"Databases"
|
|
421
|
+
],
|
|
422
|
+
"operation": [
|
|
423
|
+
"SQL Databases Insert"
|
|
424
|
+
]
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"displayName": "DELETE /v1/projects/{project}/instances/{instance}/databases/{database}",
|
|
430
|
+
"name": "operation",
|
|
431
|
+
"type": "notice",
|
|
432
|
+
"typeOptions": {
|
|
433
|
+
"theme": "info"
|
|
434
|
+
},
|
|
435
|
+
"default": "",
|
|
436
|
+
"displayOptions": {
|
|
437
|
+
"show": {
|
|
438
|
+
"resource": [
|
|
439
|
+
"Databases"
|
|
440
|
+
],
|
|
441
|
+
"operation": [
|
|
442
|
+
"SQL Databases Delete"
|
|
443
|
+
]
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"displayName": "Project",
|
|
449
|
+
"name": "project",
|
|
450
|
+
"required": true,
|
|
451
|
+
"description": "Project ID of the project that contains the instance.",
|
|
452
|
+
"default": "",
|
|
453
|
+
"type": "string",
|
|
454
|
+
"displayOptions": {
|
|
455
|
+
"show": {
|
|
456
|
+
"resource": [
|
|
457
|
+
"Databases"
|
|
458
|
+
],
|
|
459
|
+
"operation": [
|
|
460
|
+
"SQL Databases Delete"
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"displayName": "Instance",
|
|
467
|
+
"name": "instance",
|
|
468
|
+
"required": true,
|
|
469
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
470
|
+
"default": "",
|
|
471
|
+
"type": "string",
|
|
472
|
+
"displayOptions": {
|
|
473
|
+
"show": {
|
|
474
|
+
"resource": [
|
|
475
|
+
"Databases"
|
|
476
|
+
],
|
|
477
|
+
"operation": [
|
|
478
|
+
"SQL Databases Delete"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"displayName": "Database",
|
|
485
|
+
"name": "database",
|
|
486
|
+
"required": true,
|
|
487
|
+
"description": "Name of the database to be deleted in the instance.",
|
|
488
|
+
"default": "",
|
|
489
|
+
"type": "string",
|
|
490
|
+
"displayOptions": {
|
|
491
|
+
"show": {
|
|
492
|
+
"resource": [
|
|
493
|
+
"Databases"
|
|
494
|
+
],
|
|
495
|
+
"operation": [
|
|
496
|
+
"SQL Databases Delete"
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"displayName": "GET /v1/projects/{project}/instances/{instance}/databases/{database}",
|
|
503
|
+
"name": "operation",
|
|
504
|
+
"type": "notice",
|
|
505
|
+
"typeOptions": {
|
|
506
|
+
"theme": "info"
|
|
507
|
+
},
|
|
508
|
+
"default": "",
|
|
509
|
+
"displayOptions": {
|
|
510
|
+
"show": {
|
|
511
|
+
"resource": [
|
|
512
|
+
"Databases"
|
|
513
|
+
],
|
|
514
|
+
"operation": [
|
|
515
|
+
"SQL Databases Get"
|
|
516
|
+
]
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"displayName": "Project",
|
|
522
|
+
"name": "project",
|
|
523
|
+
"required": true,
|
|
524
|
+
"description": "Project ID of the project that contains the instance.",
|
|
525
|
+
"default": "",
|
|
526
|
+
"type": "string",
|
|
527
|
+
"displayOptions": {
|
|
528
|
+
"show": {
|
|
529
|
+
"resource": [
|
|
530
|
+
"Databases"
|
|
531
|
+
],
|
|
532
|
+
"operation": [
|
|
533
|
+
"SQL Databases Get"
|
|
534
|
+
]
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"displayName": "Instance",
|
|
540
|
+
"name": "instance",
|
|
541
|
+
"required": true,
|
|
542
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
543
|
+
"default": "",
|
|
544
|
+
"type": "string",
|
|
545
|
+
"displayOptions": {
|
|
546
|
+
"show": {
|
|
547
|
+
"resource": [
|
|
548
|
+
"Databases"
|
|
549
|
+
],
|
|
550
|
+
"operation": [
|
|
551
|
+
"SQL Databases Get"
|
|
552
|
+
]
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"displayName": "Database",
|
|
558
|
+
"name": "database",
|
|
559
|
+
"required": true,
|
|
560
|
+
"description": "Name of the database in the instance.",
|
|
561
|
+
"default": "",
|
|
562
|
+
"type": "string",
|
|
563
|
+
"displayOptions": {
|
|
564
|
+
"show": {
|
|
565
|
+
"resource": [
|
|
566
|
+
"Databases"
|
|
567
|
+
],
|
|
568
|
+
"operation": [
|
|
569
|
+
"SQL Databases Get"
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"displayName": "PATCH /v1/projects/{project}/instances/{instance}/databases/{database}",
|
|
576
|
+
"name": "operation",
|
|
577
|
+
"type": "notice",
|
|
578
|
+
"typeOptions": {
|
|
579
|
+
"theme": "info"
|
|
580
|
+
},
|
|
581
|
+
"default": "",
|
|
582
|
+
"displayOptions": {
|
|
583
|
+
"show": {
|
|
584
|
+
"resource": [
|
|
585
|
+
"Databases"
|
|
586
|
+
],
|
|
587
|
+
"operation": [
|
|
588
|
+
"SQL Databases Patch"
|
|
589
|
+
]
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"displayName": "Project",
|
|
595
|
+
"name": "project",
|
|
596
|
+
"required": true,
|
|
597
|
+
"description": "Project ID of the project that contains the instance.",
|
|
598
|
+
"default": "",
|
|
599
|
+
"type": "string",
|
|
600
|
+
"displayOptions": {
|
|
601
|
+
"show": {
|
|
602
|
+
"resource": [
|
|
603
|
+
"Databases"
|
|
604
|
+
],
|
|
605
|
+
"operation": [
|
|
606
|
+
"SQL Databases Patch"
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"displayName": "Instance",
|
|
613
|
+
"name": "instance",
|
|
614
|
+
"required": true,
|
|
615
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
616
|
+
"default": "",
|
|
617
|
+
"type": "string",
|
|
618
|
+
"displayOptions": {
|
|
619
|
+
"show": {
|
|
620
|
+
"resource": [
|
|
621
|
+
"Databases"
|
|
622
|
+
],
|
|
623
|
+
"operation": [
|
|
624
|
+
"SQL Databases Patch"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"displayName": "Database",
|
|
631
|
+
"name": "database",
|
|
632
|
+
"required": true,
|
|
633
|
+
"description": "Name of the database to be updated in the instance.",
|
|
634
|
+
"default": "",
|
|
635
|
+
"type": "string",
|
|
636
|
+
"displayOptions": {
|
|
637
|
+
"show": {
|
|
638
|
+
"resource": [
|
|
639
|
+
"Databases"
|
|
640
|
+
],
|
|
641
|
+
"operation": [
|
|
642
|
+
"SQL Databases Patch"
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"displayName": "Charset",
|
|
649
|
+
"name": "charset",
|
|
650
|
+
"type": "string",
|
|
651
|
+
"default": "",
|
|
652
|
+
"description": "The Cloud SQL charset value.",
|
|
653
|
+
"routing": {
|
|
654
|
+
"send": {
|
|
655
|
+
"property": "charset",
|
|
656
|
+
"propertyInDotNotation": false,
|
|
657
|
+
"type": "body",
|
|
658
|
+
"value": "={{ $value }}"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"displayOptions": {
|
|
662
|
+
"show": {
|
|
663
|
+
"resource": [
|
|
664
|
+
"Databases"
|
|
665
|
+
],
|
|
666
|
+
"operation": [
|
|
667
|
+
"SQL Databases Patch"
|
|
668
|
+
]
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"displayName": "Collation",
|
|
674
|
+
"name": "collation",
|
|
675
|
+
"type": "string",
|
|
676
|
+
"default": "",
|
|
677
|
+
"description": "The Cloud SQL collation value.",
|
|
678
|
+
"routing": {
|
|
679
|
+
"send": {
|
|
680
|
+
"property": "collation",
|
|
681
|
+
"propertyInDotNotation": false,
|
|
682
|
+
"type": "body",
|
|
683
|
+
"value": "={{ $value }}"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"displayOptions": {
|
|
687
|
+
"show": {
|
|
688
|
+
"resource": [
|
|
689
|
+
"Databases"
|
|
690
|
+
],
|
|
691
|
+
"operation": [
|
|
692
|
+
"SQL Databases Patch"
|
|
693
|
+
]
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"displayName": "Etag",
|
|
699
|
+
"name": "etag",
|
|
700
|
+
"type": "string",
|
|
701
|
+
"default": "",
|
|
702
|
+
"description": "This field is deprecated and will be removed from a future version of the API.",
|
|
703
|
+
"routing": {
|
|
704
|
+
"send": {
|
|
705
|
+
"property": "etag",
|
|
706
|
+
"propertyInDotNotation": false,
|
|
707
|
+
"type": "body",
|
|
708
|
+
"value": "={{ $value }}"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"displayOptions": {
|
|
712
|
+
"show": {
|
|
713
|
+
"resource": [
|
|
714
|
+
"Databases"
|
|
715
|
+
],
|
|
716
|
+
"operation": [
|
|
717
|
+
"SQL Databases Patch"
|
|
718
|
+
]
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"displayName": "Instance",
|
|
724
|
+
"name": "instance",
|
|
725
|
+
"type": "string",
|
|
726
|
+
"default": "",
|
|
727
|
+
"description": "The name of the Cloud SQL instance. This does not include the project ID.",
|
|
728
|
+
"routing": {
|
|
729
|
+
"send": {
|
|
730
|
+
"property": "instance",
|
|
731
|
+
"propertyInDotNotation": false,
|
|
732
|
+
"type": "body",
|
|
733
|
+
"value": "={{ $value }}"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"displayOptions": {
|
|
737
|
+
"show": {
|
|
738
|
+
"resource": [
|
|
739
|
+
"Databases"
|
|
740
|
+
],
|
|
741
|
+
"operation": [
|
|
742
|
+
"SQL Databases Patch"
|
|
743
|
+
]
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"displayName": "Kind",
|
|
749
|
+
"name": "kind",
|
|
750
|
+
"type": "string",
|
|
751
|
+
"default": "",
|
|
752
|
+
"description": "This is always `sql#database`.",
|
|
753
|
+
"routing": {
|
|
754
|
+
"send": {
|
|
755
|
+
"property": "kind",
|
|
756
|
+
"propertyInDotNotation": false,
|
|
757
|
+
"type": "body",
|
|
758
|
+
"value": "={{ $value }}"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
"displayOptions": {
|
|
762
|
+
"show": {
|
|
763
|
+
"resource": [
|
|
764
|
+
"Databases"
|
|
765
|
+
],
|
|
766
|
+
"operation": [
|
|
767
|
+
"SQL Databases Patch"
|
|
768
|
+
]
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"displayName": "Name",
|
|
774
|
+
"name": "name",
|
|
775
|
+
"type": "string",
|
|
776
|
+
"default": "",
|
|
777
|
+
"description": "The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.",
|
|
778
|
+
"routing": {
|
|
779
|
+
"send": {
|
|
780
|
+
"property": "name",
|
|
781
|
+
"propertyInDotNotation": false,
|
|
782
|
+
"type": "body",
|
|
783
|
+
"value": "={{ $value }}"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"displayOptions": {
|
|
787
|
+
"show": {
|
|
788
|
+
"resource": [
|
|
789
|
+
"Databases"
|
|
790
|
+
],
|
|
791
|
+
"operation": [
|
|
792
|
+
"SQL Databases Patch"
|
|
793
|
+
]
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"displayName": "Project",
|
|
799
|
+
"name": "project",
|
|
800
|
+
"type": "string",
|
|
801
|
+
"default": "",
|
|
802
|
+
"description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.",
|
|
803
|
+
"routing": {
|
|
804
|
+
"send": {
|
|
805
|
+
"property": "project",
|
|
806
|
+
"propertyInDotNotation": false,
|
|
807
|
+
"type": "body",
|
|
808
|
+
"value": "={{ $value }}"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
"displayOptions": {
|
|
812
|
+
"show": {
|
|
813
|
+
"resource": [
|
|
814
|
+
"Databases"
|
|
815
|
+
],
|
|
816
|
+
"operation": [
|
|
817
|
+
"SQL Databases Patch"
|
|
818
|
+
]
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"displayName": "Self Link",
|
|
824
|
+
"name": "selfLink",
|
|
825
|
+
"type": "string",
|
|
826
|
+
"default": "",
|
|
827
|
+
"description": "The URI of this resource.",
|
|
828
|
+
"routing": {
|
|
829
|
+
"send": {
|
|
830
|
+
"property": "selfLink",
|
|
831
|
+
"propertyInDotNotation": false,
|
|
832
|
+
"type": "body",
|
|
833
|
+
"value": "={{ $value }}"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"displayOptions": {
|
|
837
|
+
"show": {
|
|
838
|
+
"resource": [
|
|
839
|
+
"Databases"
|
|
840
|
+
],
|
|
841
|
+
"operation": [
|
|
842
|
+
"SQL Databases Patch"
|
|
843
|
+
]
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"displayName": "Sqlserver Database Details",
|
|
849
|
+
"name": "sqlserverDatabaseDetails",
|
|
850
|
+
"type": "json",
|
|
851
|
+
"default": "{}",
|
|
852
|
+
"description": "Represents a Sql Server database on the Cloud SQL instance.",
|
|
853
|
+
"routing": {
|
|
854
|
+
"send": {
|
|
855
|
+
"property": "sqlserverDatabaseDetails",
|
|
856
|
+
"propertyInDotNotation": false,
|
|
857
|
+
"type": "body",
|
|
858
|
+
"value": "={{ JSON.parse($value) }}"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"displayOptions": {
|
|
862
|
+
"show": {
|
|
863
|
+
"resource": [
|
|
864
|
+
"Databases"
|
|
865
|
+
],
|
|
866
|
+
"operation": [
|
|
867
|
+
"SQL Databases Patch"
|
|
868
|
+
]
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"displayName": "PUT /v1/projects/{project}/instances/{instance}/databases/{database}",
|
|
874
|
+
"name": "operation",
|
|
875
|
+
"type": "notice",
|
|
876
|
+
"typeOptions": {
|
|
877
|
+
"theme": "info"
|
|
878
|
+
},
|
|
879
|
+
"default": "",
|
|
880
|
+
"displayOptions": {
|
|
881
|
+
"show": {
|
|
882
|
+
"resource": [
|
|
883
|
+
"Databases"
|
|
884
|
+
],
|
|
885
|
+
"operation": [
|
|
886
|
+
"SQL Databases Update"
|
|
887
|
+
]
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"displayName": "Project",
|
|
893
|
+
"name": "project",
|
|
894
|
+
"required": true,
|
|
895
|
+
"description": "Project ID of the project that contains the instance.",
|
|
896
|
+
"default": "",
|
|
897
|
+
"type": "string",
|
|
898
|
+
"displayOptions": {
|
|
899
|
+
"show": {
|
|
900
|
+
"resource": [
|
|
901
|
+
"Databases"
|
|
902
|
+
],
|
|
903
|
+
"operation": [
|
|
904
|
+
"SQL Databases Update"
|
|
905
|
+
]
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"displayName": "Instance",
|
|
911
|
+
"name": "instance",
|
|
912
|
+
"required": true,
|
|
913
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
914
|
+
"default": "",
|
|
915
|
+
"type": "string",
|
|
916
|
+
"displayOptions": {
|
|
917
|
+
"show": {
|
|
918
|
+
"resource": [
|
|
919
|
+
"Databases"
|
|
920
|
+
],
|
|
921
|
+
"operation": [
|
|
922
|
+
"SQL Databases Update"
|
|
923
|
+
]
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"displayName": "Database",
|
|
929
|
+
"name": "database",
|
|
930
|
+
"required": true,
|
|
931
|
+
"description": "Name of the database to be updated in the instance.",
|
|
932
|
+
"default": "",
|
|
933
|
+
"type": "string",
|
|
934
|
+
"displayOptions": {
|
|
935
|
+
"show": {
|
|
936
|
+
"resource": [
|
|
937
|
+
"Databases"
|
|
938
|
+
],
|
|
939
|
+
"operation": [
|
|
940
|
+
"SQL Databases Update"
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"displayName": "Charset",
|
|
947
|
+
"name": "charset",
|
|
948
|
+
"type": "string",
|
|
949
|
+
"default": "",
|
|
950
|
+
"description": "The Cloud SQL charset value.",
|
|
951
|
+
"routing": {
|
|
952
|
+
"send": {
|
|
953
|
+
"property": "charset",
|
|
954
|
+
"propertyInDotNotation": false,
|
|
955
|
+
"type": "body",
|
|
956
|
+
"value": "={{ $value }}"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
"displayOptions": {
|
|
960
|
+
"show": {
|
|
961
|
+
"resource": [
|
|
962
|
+
"Databases"
|
|
963
|
+
],
|
|
964
|
+
"operation": [
|
|
965
|
+
"SQL Databases Update"
|
|
966
|
+
]
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"displayName": "Collation",
|
|
972
|
+
"name": "collation",
|
|
973
|
+
"type": "string",
|
|
974
|
+
"default": "",
|
|
975
|
+
"description": "The Cloud SQL collation value.",
|
|
976
|
+
"routing": {
|
|
977
|
+
"send": {
|
|
978
|
+
"property": "collation",
|
|
979
|
+
"propertyInDotNotation": false,
|
|
980
|
+
"type": "body",
|
|
981
|
+
"value": "={{ $value }}"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"displayOptions": {
|
|
985
|
+
"show": {
|
|
986
|
+
"resource": [
|
|
987
|
+
"Databases"
|
|
988
|
+
],
|
|
989
|
+
"operation": [
|
|
990
|
+
"SQL Databases Update"
|
|
991
|
+
]
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"displayName": "Etag",
|
|
997
|
+
"name": "etag",
|
|
998
|
+
"type": "string",
|
|
999
|
+
"default": "",
|
|
1000
|
+
"description": "This field is deprecated and will be removed from a future version of the API.",
|
|
1001
|
+
"routing": {
|
|
1002
|
+
"send": {
|
|
1003
|
+
"property": "etag",
|
|
1004
|
+
"propertyInDotNotation": false,
|
|
1005
|
+
"type": "body",
|
|
1006
|
+
"value": "={{ $value }}"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"displayOptions": {
|
|
1010
|
+
"show": {
|
|
1011
|
+
"resource": [
|
|
1012
|
+
"Databases"
|
|
1013
|
+
],
|
|
1014
|
+
"operation": [
|
|
1015
|
+
"SQL Databases Update"
|
|
1016
|
+
]
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"displayName": "Instance",
|
|
1022
|
+
"name": "instance",
|
|
1023
|
+
"type": "string",
|
|
1024
|
+
"default": "",
|
|
1025
|
+
"description": "The name of the Cloud SQL instance. This does not include the project ID.",
|
|
1026
|
+
"routing": {
|
|
1027
|
+
"send": {
|
|
1028
|
+
"property": "instance",
|
|
1029
|
+
"propertyInDotNotation": false,
|
|
1030
|
+
"type": "body",
|
|
1031
|
+
"value": "={{ $value }}"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"displayOptions": {
|
|
1035
|
+
"show": {
|
|
1036
|
+
"resource": [
|
|
1037
|
+
"Databases"
|
|
1038
|
+
],
|
|
1039
|
+
"operation": [
|
|
1040
|
+
"SQL Databases Update"
|
|
1041
|
+
]
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"displayName": "Kind",
|
|
1047
|
+
"name": "kind",
|
|
1048
|
+
"type": "string",
|
|
1049
|
+
"default": "",
|
|
1050
|
+
"description": "This is always `sql#database`.",
|
|
1051
|
+
"routing": {
|
|
1052
|
+
"send": {
|
|
1053
|
+
"property": "kind",
|
|
1054
|
+
"propertyInDotNotation": false,
|
|
1055
|
+
"type": "body",
|
|
1056
|
+
"value": "={{ $value }}"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"displayOptions": {
|
|
1060
|
+
"show": {
|
|
1061
|
+
"resource": [
|
|
1062
|
+
"Databases"
|
|
1063
|
+
],
|
|
1064
|
+
"operation": [
|
|
1065
|
+
"SQL Databases Update"
|
|
1066
|
+
]
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"displayName": "Name",
|
|
1072
|
+
"name": "name",
|
|
1073
|
+
"type": "string",
|
|
1074
|
+
"default": "",
|
|
1075
|
+
"description": "The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.",
|
|
1076
|
+
"routing": {
|
|
1077
|
+
"send": {
|
|
1078
|
+
"property": "name",
|
|
1079
|
+
"propertyInDotNotation": false,
|
|
1080
|
+
"type": "body",
|
|
1081
|
+
"value": "={{ $value }}"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"displayOptions": {
|
|
1085
|
+
"show": {
|
|
1086
|
+
"resource": [
|
|
1087
|
+
"Databases"
|
|
1088
|
+
],
|
|
1089
|
+
"operation": [
|
|
1090
|
+
"SQL Databases Update"
|
|
1091
|
+
]
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"displayName": "Project",
|
|
1097
|
+
"name": "project",
|
|
1098
|
+
"type": "string",
|
|
1099
|
+
"default": "",
|
|
1100
|
+
"description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.",
|
|
1101
|
+
"routing": {
|
|
1102
|
+
"send": {
|
|
1103
|
+
"property": "project",
|
|
1104
|
+
"propertyInDotNotation": false,
|
|
1105
|
+
"type": "body",
|
|
1106
|
+
"value": "={{ $value }}"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"displayOptions": {
|
|
1110
|
+
"show": {
|
|
1111
|
+
"resource": [
|
|
1112
|
+
"Databases"
|
|
1113
|
+
],
|
|
1114
|
+
"operation": [
|
|
1115
|
+
"SQL Databases Update"
|
|
1116
|
+
]
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"displayName": "Self Link",
|
|
1122
|
+
"name": "selfLink",
|
|
1123
|
+
"type": "string",
|
|
1124
|
+
"default": "",
|
|
1125
|
+
"description": "The URI of this resource.",
|
|
1126
|
+
"routing": {
|
|
1127
|
+
"send": {
|
|
1128
|
+
"property": "selfLink",
|
|
1129
|
+
"propertyInDotNotation": false,
|
|
1130
|
+
"type": "body",
|
|
1131
|
+
"value": "={{ $value }}"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
"displayOptions": {
|
|
1135
|
+
"show": {
|
|
1136
|
+
"resource": [
|
|
1137
|
+
"Databases"
|
|
1138
|
+
],
|
|
1139
|
+
"operation": [
|
|
1140
|
+
"SQL Databases Update"
|
|
1141
|
+
]
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"displayName": "Sqlserver Database Details",
|
|
1147
|
+
"name": "sqlserverDatabaseDetails",
|
|
1148
|
+
"type": "json",
|
|
1149
|
+
"default": "{}",
|
|
1150
|
+
"description": "Represents a Sql Server database on the Cloud SQL instance.",
|
|
1151
|
+
"routing": {
|
|
1152
|
+
"send": {
|
|
1153
|
+
"property": "sqlserverDatabaseDetails",
|
|
1154
|
+
"propertyInDotNotation": false,
|
|
1155
|
+
"type": "body",
|
|
1156
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"displayOptions": {
|
|
1160
|
+
"show": {
|
|
1161
|
+
"resource": [
|
|
1162
|
+
"Databases"
|
|
1163
|
+
],
|
|
1164
|
+
"operation": [
|
|
1165
|
+
"SQL Databases Update"
|
|
1166
|
+
]
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
];
|
|
1171
|
+
//# sourceMappingURL=index.js.map
|