@n8n-dev/n8n-nodes-googleapis-osconfig 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.
@@ -0,0 +1,2136 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.projectsDescription = void 0;
4
+ exports.projectsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Projects"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Osconfig Projects Zones Instances Lookup Effective Guest Policy",
20
+ "value": "Osconfig Projects Zones Instances Lookup Effective Guest Policy",
21
+ "action": "Osconfig Projects Zones Instances Lookup Effective Guest Policy",
22
+ "description": "Lookup the effective guest policy that applies to a VM instance. This lookup merges all policies that are assigned to the instance ancestry.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/v1beta/{{$parameter[\"instance\"]}}:lookupEffectiveGuestPolicy"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Osconfig Projects Patch Deployments Delete",
32
+ "value": "Osconfig Projects Patch Deployments Delete",
33
+ "action": "Osconfig Projects Patch Deployments Delete",
34
+ "description": "Delete an OS Config patch deployment.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "DELETE",
38
+ "url": "=/v1beta/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Osconfig Projects Patch Jobs Get",
44
+ "value": "Osconfig Projects Patch Jobs Get",
45
+ "action": "Osconfig Projects Patch Jobs Get",
46
+ "description": "Get the patch job. This can be used to track the progress of an ongoing patch job or review the details of completed jobs.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/v1beta/{{$parameter[\"name\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Osconfig Projects Patch Deployments Patch",
56
+ "value": "Osconfig Projects Patch Deployments Patch",
57
+ "action": "Osconfig Projects Patch Deployments Patch",
58
+ "description": "Update an OS Config patch deployment.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "PATCH",
62
+ "url": "=/v1beta/{{$parameter[\"name\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Osconfig Projects Patch Jobs Cancel",
68
+ "value": "Osconfig Projects Patch Jobs Cancel",
69
+ "action": "Osconfig Projects Patch Jobs Cancel",
70
+ "description": "Cancel a patch job. The patch job must be active. Canceled patch jobs cannot be restarted.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "POST",
74
+ "url": "=/v1beta/{{$parameter[\"name\"]}}:cancel"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Osconfig Projects Patch Deployments Pause",
80
+ "value": "Osconfig Projects Patch Deployments Pause",
81
+ "action": "Osconfig Projects Patch Deployments Pause",
82
+ "description": "Change state of patch deployment to \"PAUSED\". Patch deployment in paused state doesn't generate patch jobs.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/v1beta/{{$parameter[\"name\"]}}:pause"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Osconfig Projects Patch Deployments Resume",
92
+ "value": "Osconfig Projects Patch Deployments Resume",
93
+ "action": "Osconfig Projects Patch Deployments Resume",
94
+ "description": "Change state of patch deployment back to \"ACTIVE\". Patch deployment in active state continues to generate patch jobs.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/v1beta/{{$parameter[\"name\"]}}:resume"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Osconfig Projects Guest Policies List",
104
+ "value": "Osconfig Projects Guest Policies List",
105
+ "action": "Osconfig Projects Guest Policies List",
106
+ "description": "Get a page of OS Config guest policies.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/guestPolicies"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Osconfig Projects Guest Policies Create",
116
+ "value": "Osconfig Projects Guest Policies Create",
117
+ "action": "Osconfig Projects Guest Policies Create",
118
+ "description": "Create an OS Config guest policy.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/guestPolicies"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Osconfig Projects Patch Jobs Instance Details List",
128
+ "value": "Osconfig Projects Patch Jobs Instance Details List",
129
+ "action": "Osconfig Projects Patch Jobs Instance Details List",
130
+ "description": "Get a list of instance details for a given patch job.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/instanceDetails"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Osconfig Projects Patch Deployments List",
140
+ "value": "Osconfig Projects Patch Deployments List",
141
+ "action": "Osconfig Projects Patch Deployments List",
142
+ "description": "Get a page of OS Config patch deployments.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/patchDeployments"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Osconfig Projects Patch Deployments Create",
152
+ "value": "Osconfig Projects Patch Deployments Create",
153
+ "action": "Osconfig Projects Patch Deployments Create",
154
+ "description": "Create an OS Config patch deployment.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/patchDeployments"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Osconfig Projects Patch Jobs List",
164
+ "value": "Osconfig Projects Patch Jobs List",
165
+ "action": "Osconfig Projects Patch Jobs List",
166
+ "description": "Get a list of patch jobs.",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/patchJobs"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Osconfig Projects Patch Jobs Execute",
176
+ "value": "Osconfig Projects Patch Jobs Execute",
177
+ "action": "Osconfig Projects Patch Jobs Execute",
178
+ "description": "Patch VM instances by creating and running a patch job.",
179
+ "routing": {
180
+ "request": {
181
+ "method": "POST",
182
+ "url": "=/v1beta/{{$parameter[\"parent\"]}}/patchJobs:execute"
183
+ }
184
+ }
185
+ }
186
+ ],
187
+ "default": ""
188
+ },
189
+ {
190
+ "displayName": "POST /v1beta/{instance}:lookupEffectiveGuestPolicy",
191
+ "name": "operation",
192
+ "type": "notice",
193
+ "typeOptions": {
194
+ "theme": "info"
195
+ },
196
+ "default": "",
197
+ "displayOptions": {
198
+ "show": {
199
+ "resource": [
200
+ "Projects"
201
+ ],
202
+ "operation": [
203
+ "Osconfig Projects Zones Instances Lookup Effective Guest Policy"
204
+ ]
205
+ }
206
+ }
207
+ },
208
+ {
209
+ "displayName": "Instance",
210
+ "name": "instance",
211
+ "required": true,
212
+ "description": "Required. The VM instance whose policies are being looked up.",
213
+ "default": "",
214
+ "type": "string",
215
+ "displayOptions": {
216
+ "show": {
217
+ "resource": [
218
+ "Projects"
219
+ ],
220
+ "operation": [
221
+ "Osconfig Projects Zones Instances Lookup Effective Guest Policy"
222
+ ]
223
+ }
224
+ }
225
+ },
226
+ {
227
+ "displayName": "Os Architecture",
228
+ "name": "osArchitecture",
229
+ "type": "string",
230
+ "default": "",
231
+ "description": "Architecture of OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.",
232
+ "routing": {
233
+ "send": {
234
+ "property": "osArchitecture",
235
+ "propertyInDotNotation": false,
236
+ "type": "body",
237
+ "value": "={{ $value }}"
238
+ }
239
+ },
240
+ "displayOptions": {
241
+ "show": {
242
+ "resource": [
243
+ "Projects"
244
+ ],
245
+ "operation": [
246
+ "Osconfig Projects Zones Instances Lookup Effective Guest Policy"
247
+ ]
248
+ }
249
+ }
250
+ },
251
+ {
252
+ "displayName": "Os Short Name",
253
+ "name": "osShortName",
254
+ "type": "string",
255
+ "default": "",
256
+ "description": "Short name of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that instance.",
257
+ "routing": {
258
+ "send": {
259
+ "property": "osShortName",
260
+ "propertyInDotNotation": false,
261
+ "type": "body",
262
+ "value": "={{ $value }}"
263
+ }
264
+ },
265
+ "displayOptions": {
266
+ "show": {
267
+ "resource": [
268
+ "Projects"
269
+ ],
270
+ "operation": [
271
+ "Osconfig Projects Zones Instances Lookup Effective Guest Policy"
272
+ ]
273
+ }
274
+ }
275
+ },
276
+ {
277
+ "displayName": "Os Version",
278
+ "name": "osVersion",
279
+ "type": "string",
280
+ "default": "",
281
+ "description": "Version of the OS running on the instance. The OS Config agent only provides this field for targeting if OS Inventory is enabled for that VM instance.",
282
+ "routing": {
283
+ "send": {
284
+ "property": "osVersion",
285
+ "propertyInDotNotation": false,
286
+ "type": "body",
287
+ "value": "={{ $value }}"
288
+ }
289
+ },
290
+ "displayOptions": {
291
+ "show": {
292
+ "resource": [
293
+ "Projects"
294
+ ],
295
+ "operation": [
296
+ "Osconfig Projects Zones Instances Lookup Effective Guest Policy"
297
+ ]
298
+ }
299
+ }
300
+ },
301
+ {
302
+ "displayName": "DELETE /v1beta/{name}",
303
+ "name": "operation",
304
+ "type": "notice",
305
+ "typeOptions": {
306
+ "theme": "info"
307
+ },
308
+ "default": "",
309
+ "displayOptions": {
310
+ "show": {
311
+ "resource": [
312
+ "Projects"
313
+ ],
314
+ "operation": [
315
+ "Osconfig Projects Patch Deployments Delete"
316
+ ]
317
+ }
318
+ }
319
+ },
320
+ {
321
+ "displayName": "Name",
322
+ "name": "name",
323
+ "required": true,
324
+ "description": "Required. The resource name of the patch deployment in the form `projects/*/patchDeployments/*`.",
325
+ "default": "",
326
+ "type": "string",
327
+ "displayOptions": {
328
+ "show": {
329
+ "resource": [
330
+ "Projects"
331
+ ],
332
+ "operation": [
333
+ "Osconfig Projects Patch Deployments Delete"
334
+ ]
335
+ }
336
+ }
337
+ },
338
+ {
339
+ "displayName": "GET /v1beta/{name}",
340
+ "name": "operation",
341
+ "type": "notice",
342
+ "typeOptions": {
343
+ "theme": "info"
344
+ },
345
+ "default": "",
346
+ "displayOptions": {
347
+ "show": {
348
+ "resource": [
349
+ "Projects"
350
+ ],
351
+ "operation": [
352
+ "Osconfig Projects Patch Jobs Get"
353
+ ]
354
+ }
355
+ }
356
+ },
357
+ {
358
+ "displayName": "Name",
359
+ "name": "name",
360
+ "required": true,
361
+ "description": "Required. Name of the patch in the form `projects/*/patchJobs/*`",
362
+ "default": "",
363
+ "type": "string",
364
+ "displayOptions": {
365
+ "show": {
366
+ "resource": [
367
+ "Projects"
368
+ ],
369
+ "operation": [
370
+ "Osconfig Projects Patch Jobs Get"
371
+ ]
372
+ }
373
+ }
374
+ },
375
+ {
376
+ "displayName": "PATCH /v1beta/{name}",
377
+ "name": "operation",
378
+ "type": "notice",
379
+ "typeOptions": {
380
+ "theme": "info"
381
+ },
382
+ "default": "",
383
+ "displayOptions": {
384
+ "show": {
385
+ "resource": [
386
+ "Projects"
387
+ ],
388
+ "operation": [
389
+ "Osconfig Projects Patch Deployments Patch"
390
+ ]
391
+ }
392
+ }
393
+ },
394
+ {
395
+ "displayName": "Name",
396
+ "name": "name",
397
+ "required": true,
398
+ "description": "Unique name for the patch deployment resource in a project. The patch deployment name is in the form: `projects/{project_id}/patchDeployments/{patch_deployment_id}`. This field is ignored when you create a new patch deployment.",
399
+ "default": "",
400
+ "type": "string",
401
+ "displayOptions": {
402
+ "show": {
403
+ "resource": [
404
+ "Projects"
405
+ ],
406
+ "operation": [
407
+ "Osconfig Projects Patch Deployments Patch"
408
+ ]
409
+ }
410
+ }
411
+ },
412
+ {
413
+ "displayName": "Update Mask",
414
+ "name": "updateMask",
415
+ "description": "Optional. Field mask that controls which fields of the patch deployment should be updated.",
416
+ "default": "",
417
+ "type": "string",
418
+ "routing": {
419
+ "send": {
420
+ "type": "query",
421
+ "property": "updateMask",
422
+ "value": "={{ $value }}",
423
+ "propertyInDotNotation": false
424
+ }
425
+ },
426
+ "displayOptions": {
427
+ "show": {
428
+ "resource": [
429
+ "Projects"
430
+ ],
431
+ "operation": [
432
+ "Osconfig Projects Patch Deployments Patch"
433
+ ]
434
+ }
435
+ }
436
+ },
437
+ {
438
+ "displayName": "Create Time",
439
+ "name": "createTime",
440
+ "type": "string",
441
+ "default": "",
442
+ "description": "Output only. Time the patch deployment was created. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
443
+ "routing": {
444
+ "send": {
445
+ "property": "createTime",
446
+ "propertyInDotNotation": false,
447
+ "type": "body",
448
+ "value": "={{ $value }}"
449
+ }
450
+ },
451
+ "displayOptions": {
452
+ "show": {
453
+ "resource": [
454
+ "Projects"
455
+ ],
456
+ "operation": [
457
+ "Osconfig Projects Patch Deployments Patch"
458
+ ]
459
+ }
460
+ }
461
+ },
462
+ {
463
+ "displayName": "Description",
464
+ "name": "description",
465
+ "type": "string",
466
+ "default": "",
467
+ "description": "Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.",
468
+ "routing": {
469
+ "send": {
470
+ "property": "description",
471
+ "propertyInDotNotation": false,
472
+ "type": "body",
473
+ "value": "={{ $value }}"
474
+ }
475
+ },
476
+ "displayOptions": {
477
+ "show": {
478
+ "resource": [
479
+ "Projects"
480
+ ],
481
+ "operation": [
482
+ "Osconfig Projects Patch Deployments Patch"
483
+ ]
484
+ }
485
+ }
486
+ },
487
+ {
488
+ "displayName": "Duration",
489
+ "name": "duration",
490
+ "type": "string",
491
+ "default": "",
492
+ "description": "Optional. Duration of the patch. After the duration ends, the patch times out.",
493
+ "routing": {
494
+ "send": {
495
+ "property": "duration",
496
+ "propertyInDotNotation": false,
497
+ "type": "body",
498
+ "value": "={{ $value }}"
499
+ }
500
+ },
501
+ "displayOptions": {
502
+ "show": {
503
+ "resource": [
504
+ "Projects"
505
+ ],
506
+ "operation": [
507
+ "Osconfig Projects Patch Deployments Patch"
508
+ ]
509
+ }
510
+ }
511
+ },
512
+ {
513
+ "displayName": "Instance Filter",
514
+ "name": "instanceFilter",
515
+ "type": "json",
516
+ "default": "{\n \"groupLabels\": [\n {}\n ],\n \"instanceNamePrefixes\": [\n null\n ],\n \"instances\": [\n null\n ],\n \"zones\": [\n null\n ]\n}",
517
+ "description": "A filter to target VM instances for patching. The targeted VMs must meet all criteria specified. So if both labels and zones are specified, the patch job targets only VMs with those labels and in those zones.",
518
+ "routing": {
519
+ "send": {
520
+ "property": "instanceFilter",
521
+ "propertyInDotNotation": false,
522
+ "type": "body",
523
+ "value": "={{ JSON.parse($value) }}"
524
+ }
525
+ },
526
+ "displayOptions": {
527
+ "show": {
528
+ "resource": [
529
+ "Projects"
530
+ ],
531
+ "operation": [
532
+ "Osconfig Projects Patch Deployments Patch"
533
+ ]
534
+ }
535
+ }
536
+ },
537
+ {
538
+ "displayName": "Last Execute Time",
539
+ "name": "lastExecuteTime",
540
+ "type": "string",
541
+ "default": "",
542
+ "description": "Output only. The last time a patch job was started by this deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
543
+ "routing": {
544
+ "send": {
545
+ "property": "lastExecuteTime",
546
+ "propertyInDotNotation": false,
547
+ "type": "body",
548
+ "value": "={{ $value }}"
549
+ }
550
+ },
551
+ "displayOptions": {
552
+ "show": {
553
+ "resource": [
554
+ "Projects"
555
+ ],
556
+ "operation": [
557
+ "Osconfig Projects Patch Deployments Patch"
558
+ ]
559
+ }
560
+ }
561
+ },
562
+ {
563
+ "displayName": "Name",
564
+ "name": "name",
565
+ "type": "string",
566
+ "default": "",
567
+ "description": "Unique name for the patch deployment resource in a project. The patch deployment name is in the form: `projects/{project_id}/patchDeployments/{patch_deployment_id}`. This field is ignored when you create a new patch deployment.",
568
+ "routing": {
569
+ "send": {
570
+ "property": "name",
571
+ "propertyInDotNotation": false,
572
+ "type": "body",
573
+ "value": "={{ $value }}"
574
+ }
575
+ },
576
+ "displayOptions": {
577
+ "show": {
578
+ "resource": [
579
+ "Projects"
580
+ ],
581
+ "operation": [
582
+ "Osconfig Projects Patch Deployments Patch"
583
+ ]
584
+ }
585
+ }
586
+ },
587
+ {
588
+ "displayName": "One Time Schedule",
589
+ "name": "oneTimeSchedule",
590
+ "type": "json",
591
+ "default": "{}",
592
+ "description": "Sets the time for a one time patch deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
593
+ "routing": {
594
+ "send": {
595
+ "property": "oneTimeSchedule",
596
+ "propertyInDotNotation": false,
597
+ "type": "body",
598
+ "value": "={{ JSON.parse($value) }}"
599
+ }
600
+ },
601
+ "displayOptions": {
602
+ "show": {
603
+ "resource": [
604
+ "Projects"
605
+ ],
606
+ "operation": [
607
+ "Osconfig Projects Patch Deployments Patch"
608
+ ]
609
+ }
610
+ }
611
+ },
612
+ {
613
+ "displayName": "Patch Config",
614
+ "name": "patchConfig",
615
+ "type": "json",
616
+ "default": "{\n \"apt\": {\n \"excludes\": [\n null\n ],\n \"exclusivePackages\": [\n null\n ]\n },\n \"goo\": {},\n \"postStep\": {\n \"linuxExecStepConfig\": {\n \"allowedSuccessCodes\": [\n null\n ],\n \"gcsObject\": {}\n },\n \"windowsExecStepConfig\": {}\n },\n \"preStep\": {},\n \"windowsUpdate\": {\n \"classifications\": [\n null\n ],\n \"excludes\": [\n null\n ],\n \"exclusivePatches\": [\n null\n ]\n },\n \"yum\": {\n \"excludes\": [\n null\n ],\n \"exclusivePackages\": [\n null\n ]\n },\n \"zypper\": {\n \"categories\": [\n null\n ],\n \"excludes\": [\n null\n ],\n \"exclusivePatches\": [\n null\n ],\n \"severities\": [\n null\n ]\n }\n}",
617
+ "description": "Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.",
618
+ "routing": {
619
+ "send": {
620
+ "property": "patchConfig",
621
+ "propertyInDotNotation": false,
622
+ "type": "body",
623
+ "value": "={{ JSON.parse($value) }}"
624
+ }
625
+ },
626
+ "displayOptions": {
627
+ "show": {
628
+ "resource": [
629
+ "Projects"
630
+ ],
631
+ "operation": [
632
+ "Osconfig Projects Patch Deployments Patch"
633
+ ]
634
+ }
635
+ }
636
+ },
637
+ {
638
+ "displayName": "Recurring Schedule",
639
+ "name": "recurringSchedule",
640
+ "type": "json",
641
+ "default": "{\n \"monthly\": {\n \"weekDayOfMonth\": {}\n },\n \"timeOfDay\": {},\n \"timeZone\": {},\n \"weekly\": {}\n}",
642
+ "description": "Sets the time for recurring patch deployments.",
643
+ "routing": {
644
+ "send": {
645
+ "property": "recurringSchedule",
646
+ "propertyInDotNotation": false,
647
+ "type": "body",
648
+ "value": "={{ JSON.parse($value) }}"
649
+ }
650
+ },
651
+ "displayOptions": {
652
+ "show": {
653
+ "resource": [
654
+ "Projects"
655
+ ],
656
+ "operation": [
657
+ "Osconfig Projects Patch Deployments Patch"
658
+ ]
659
+ }
660
+ }
661
+ },
662
+ {
663
+ "displayName": "Rollout",
664
+ "name": "rollout",
665
+ "type": "json",
666
+ "default": "{\n \"disruptionBudget\": {}\n}",
667
+ "description": "Patch rollout configuration specifications. Contains details on the concurrency control when applying patch(es) to all targeted VMs.",
668
+ "routing": {
669
+ "send": {
670
+ "property": "rollout",
671
+ "propertyInDotNotation": false,
672
+ "type": "body",
673
+ "value": "={{ JSON.parse($value) }}"
674
+ }
675
+ },
676
+ "displayOptions": {
677
+ "show": {
678
+ "resource": [
679
+ "Projects"
680
+ ],
681
+ "operation": [
682
+ "Osconfig Projects Patch Deployments Patch"
683
+ ]
684
+ }
685
+ }
686
+ },
687
+ {
688
+ "displayName": "State",
689
+ "name": "state",
690
+ "type": "options",
691
+ "default": "STATE_UNSPECIFIED",
692
+ "description": "Output only. Current state of the patch deployment.",
693
+ "options": [
694
+ {
695
+ "name": "STATE UNSPECIFIED",
696
+ "value": "STATE_UNSPECIFIED"
697
+ },
698
+ {
699
+ "name": "ACTIVE",
700
+ "value": "ACTIVE"
701
+ },
702
+ {
703
+ "name": "PAUSED",
704
+ "value": "PAUSED"
705
+ }
706
+ ],
707
+ "routing": {
708
+ "send": {
709
+ "property": "state",
710
+ "propertyInDotNotation": false,
711
+ "type": "body",
712
+ "value": "={{ $value }}"
713
+ }
714
+ },
715
+ "displayOptions": {
716
+ "show": {
717
+ "resource": [
718
+ "Projects"
719
+ ],
720
+ "operation": [
721
+ "Osconfig Projects Patch Deployments Patch"
722
+ ]
723
+ }
724
+ }
725
+ },
726
+ {
727
+ "displayName": "Update Time",
728
+ "name": "updateTime",
729
+ "type": "string",
730
+ "default": "",
731
+ "description": "Output only. Time the patch deployment was last updated. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
732
+ "routing": {
733
+ "send": {
734
+ "property": "updateTime",
735
+ "propertyInDotNotation": false,
736
+ "type": "body",
737
+ "value": "={{ $value }}"
738
+ }
739
+ },
740
+ "displayOptions": {
741
+ "show": {
742
+ "resource": [
743
+ "Projects"
744
+ ],
745
+ "operation": [
746
+ "Osconfig Projects Patch Deployments Patch"
747
+ ]
748
+ }
749
+ }
750
+ },
751
+ {
752
+ "displayName": "POST /v1beta/{name}:cancel",
753
+ "name": "operation",
754
+ "type": "notice",
755
+ "typeOptions": {
756
+ "theme": "info"
757
+ },
758
+ "default": "",
759
+ "displayOptions": {
760
+ "show": {
761
+ "resource": [
762
+ "Projects"
763
+ ],
764
+ "operation": [
765
+ "Osconfig Projects Patch Jobs Cancel"
766
+ ]
767
+ }
768
+ }
769
+ },
770
+ {
771
+ "displayName": "Name",
772
+ "name": "name",
773
+ "required": true,
774
+ "description": "Required. Name of the patch in the form `projects/*/patchJobs/*`",
775
+ "default": "",
776
+ "type": "string",
777
+ "displayOptions": {
778
+ "show": {
779
+ "resource": [
780
+ "Projects"
781
+ ],
782
+ "operation": [
783
+ "Osconfig Projects Patch Jobs Cancel"
784
+ ]
785
+ }
786
+ }
787
+ },
788
+ {
789
+ "displayName": "POST /v1beta/{name}:pause",
790
+ "name": "operation",
791
+ "type": "notice",
792
+ "typeOptions": {
793
+ "theme": "info"
794
+ },
795
+ "default": "",
796
+ "displayOptions": {
797
+ "show": {
798
+ "resource": [
799
+ "Projects"
800
+ ],
801
+ "operation": [
802
+ "Osconfig Projects Patch Deployments Pause"
803
+ ]
804
+ }
805
+ }
806
+ },
807
+ {
808
+ "displayName": "Name",
809
+ "name": "name",
810
+ "required": true,
811
+ "description": "Required. The resource name of the patch deployment in the form `projects/*/patchDeployments/*`.",
812
+ "default": "",
813
+ "type": "string",
814
+ "displayOptions": {
815
+ "show": {
816
+ "resource": [
817
+ "Projects"
818
+ ],
819
+ "operation": [
820
+ "Osconfig Projects Patch Deployments Pause"
821
+ ]
822
+ }
823
+ }
824
+ },
825
+ {
826
+ "displayName": "POST /v1beta/{name}:resume",
827
+ "name": "operation",
828
+ "type": "notice",
829
+ "typeOptions": {
830
+ "theme": "info"
831
+ },
832
+ "default": "",
833
+ "displayOptions": {
834
+ "show": {
835
+ "resource": [
836
+ "Projects"
837
+ ],
838
+ "operation": [
839
+ "Osconfig Projects Patch Deployments Resume"
840
+ ]
841
+ }
842
+ }
843
+ },
844
+ {
845
+ "displayName": "Name",
846
+ "name": "name",
847
+ "required": true,
848
+ "description": "Required. The resource name of the patch deployment in the form `projects/*/patchDeployments/*`.",
849
+ "default": "",
850
+ "type": "string",
851
+ "displayOptions": {
852
+ "show": {
853
+ "resource": [
854
+ "Projects"
855
+ ],
856
+ "operation": [
857
+ "Osconfig Projects Patch Deployments Resume"
858
+ ]
859
+ }
860
+ }
861
+ },
862
+ {
863
+ "displayName": "GET /v1beta/{parent}/guestPolicies",
864
+ "name": "operation",
865
+ "type": "notice",
866
+ "typeOptions": {
867
+ "theme": "info"
868
+ },
869
+ "default": "",
870
+ "displayOptions": {
871
+ "show": {
872
+ "resource": [
873
+ "Projects"
874
+ ],
875
+ "operation": [
876
+ "Osconfig Projects Guest Policies List"
877
+ ]
878
+ }
879
+ }
880
+ },
881
+ {
882
+ "displayName": "Parent",
883
+ "name": "parent",
884
+ "required": true,
885
+ "description": "Required. The resource name of the parent using one of the following forms: `projects/{project_number}`.",
886
+ "default": "",
887
+ "type": "string",
888
+ "displayOptions": {
889
+ "show": {
890
+ "resource": [
891
+ "Projects"
892
+ ],
893
+ "operation": [
894
+ "Osconfig Projects Guest Policies List"
895
+ ]
896
+ }
897
+ }
898
+ },
899
+ {
900
+ "displayName": "Page Size",
901
+ "name": "pageSize",
902
+ "description": "The maximum number of guest policies to return.",
903
+ "default": 0,
904
+ "type": "number",
905
+ "routing": {
906
+ "send": {
907
+ "type": "query",
908
+ "property": "pageSize",
909
+ "value": "={{ $value }}",
910
+ "propertyInDotNotation": false
911
+ }
912
+ },
913
+ "displayOptions": {
914
+ "show": {
915
+ "resource": [
916
+ "Projects"
917
+ ],
918
+ "operation": [
919
+ "Osconfig Projects Guest Policies List"
920
+ ]
921
+ }
922
+ }
923
+ },
924
+ {
925
+ "displayName": "Page Token",
926
+ "name": "pageToken",
927
+ "description": "A pagination token returned from a previous call to `ListGuestPolicies` that indicates where this listing should continue from.",
928
+ "default": "",
929
+ "type": "string",
930
+ "routing": {
931
+ "send": {
932
+ "type": "query",
933
+ "property": "pageToken",
934
+ "value": "={{ $value }}",
935
+ "propertyInDotNotation": false
936
+ }
937
+ },
938
+ "displayOptions": {
939
+ "show": {
940
+ "resource": [
941
+ "Projects"
942
+ ],
943
+ "operation": [
944
+ "Osconfig Projects Guest Policies List"
945
+ ]
946
+ }
947
+ }
948
+ },
949
+ {
950
+ "displayName": "POST /v1beta/{parent}/guestPolicies",
951
+ "name": "operation",
952
+ "type": "notice",
953
+ "typeOptions": {
954
+ "theme": "info"
955
+ },
956
+ "default": "",
957
+ "displayOptions": {
958
+ "show": {
959
+ "resource": [
960
+ "Projects"
961
+ ],
962
+ "operation": [
963
+ "Osconfig Projects Guest Policies Create"
964
+ ]
965
+ }
966
+ }
967
+ },
968
+ {
969
+ "displayName": "Parent",
970
+ "name": "parent",
971
+ "required": true,
972
+ "description": "Required. The resource name of the parent using one of the following forms: `projects/{project_number}`.",
973
+ "default": "",
974
+ "type": "string",
975
+ "displayOptions": {
976
+ "show": {
977
+ "resource": [
978
+ "Projects"
979
+ ],
980
+ "operation": [
981
+ "Osconfig Projects Guest Policies Create"
982
+ ]
983
+ }
984
+ }
985
+ },
986
+ {
987
+ "displayName": "Guest Policy ID",
988
+ "name": "guestPolicyId",
989
+ "description": "Required. The logical name of the guest policy in the project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.",
990
+ "default": "",
991
+ "type": "string",
992
+ "routing": {
993
+ "send": {
994
+ "type": "query",
995
+ "property": "guestPolicyId",
996
+ "value": "={{ $value }}",
997
+ "propertyInDotNotation": false
998
+ }
999
+ },
1000
+ "displayOptions": {
1001
+ "show": {
1002
+ "resource": [
1003
+ "Projects"
1004
+ ],
1005
+ "operation": [
1006
+ "Osconfig Projects Guest Policies Create"
1007
+ ]
1008
+ }
1009
+ }
1010
+ },
1011
+ {
1012
+ "displayName": "Assignment",
1013
+ "name": "assignment",
1014
+ "type": "json",
1015
+ "default": "{\n \"groupLabels\": [\n {}\n ],\n \"instanceNamePrefixes\": [\n null\n ],\n \"instances\": [\n null\n ],\n \"osTypes\": [\n {}\n ],\n \"zones\": [\n null\n ]\n}",
1016
+ "description": "An assignment represents the group or groups of VM instances that the policy applies to. If an assignment is empty, it applies to all VM instances. Otherwise, the targeted VM instances must meet all the criteria specified. So if both labels and zones are specified, the policy applies to VM instances with those labels and in those zones.",
1017
+ "routing": {
1018
+ "send": {
1019
+ "property": "assignment",
1020
+ "propertyInDotNotation": false,
1021
+ "type": "body",
1022
+ "value": "={{ JSON.parse($value) }}"
1023
+ }
1024
+ },
1025
+ "displayOptions": {
1026
+ "show": {
1027
+ "resource": [
1028
+ "Projects"
1029
+ ],
1030
+ "operation": [
1031
+ "Osconfig Projects Guest Policies Create"
1032
+ ]
1033
+ }
1034
+ }
1035
+ },
1036
+ {
1037
+ "displayName": "Create Time",
1038
+ "name": "createTime",
1039
+ "type": "string",
1040
+ "default": "",
1041
+ "description": "Output only. Time this guest policy was created.",
1042
+ "routing": {
1043
+ "send": {
1044
+ "property": "createTime",
1045
+ "propertyInDotNotation": false,
1046
+ "type": "body",
1047
+ "value": "={{ $value }}"
1048
+ }
1049
+ },
1050
+ "displayOptions": {
1051
+ "show": {
1052
+ "resource": [
1053
+ "Projects"
1054
+ ],
1055
+ "operation": [
1056
+ "Osconfig Projects Guest Policies Create"
1057
+ ]
1058
+ }
1059
+ }
1060
+ },
1061
+ {
1062
+ "displayName": "Description",
1063
+ "name": "description",
1064
+ "type": "string",
1065
+ "default": "",
1066
+ "description": "Description of the guest policy. Length of the description is limited to 1024 characters.",
1067
+ "routing": {
1068
+ "send": {
1069
+ "property": "description",
1070
+ "propertyInDotNotation": false,
1071
+ "type": "body",
1072
+ "value": "={{ $value }}"
1073
+ }
1074
+ },
1075
+ "displayOptions": {
1076
+ "show": {
1077
+ "resource": [
1078
+ "Projects"
1079
+ ],
1080
+ "operation": [
1081
+ "Osconfig Projects Guest Policies Create"
1082
+ ]
1083
+ }
1084
+ }
1085
+ },
1086
+ {
1087
+ "displayName": "Etag",
1088
+ "name": "etag",
1089
+ "type": "string",
1090
+ "default": "",
1091
+ "description": "The etag for this guest policy. If this is provided on update, it must match the server's etag.",
1092
+ "routing": {
1093
+ "send": {
1094
+ "property": "etag",
1095
+ "propertyInDotNotation": false,
1096
+ "type": "body",
1097
+ "value": "={{ $value }}"
1098
+ }
1099
+ },
1100
+ "displayOptions": {
1101
+ "show": {
1102
+ "resource": [
1103
+ "Projects"
1104
+ ],
1105
+ "operation": [
1106
+ "Osconfig Projects Guest Policies Create"
1107
+ ]
1108
+ }
1109
+ }
1110
+ },
1111
+ {
1112
+ "displayName": "Name",
1113
+ "name": "name",
1114
+ "type": "string",
1115
+ "default": "",
1116
+ "description": "Required. Unique name of the resource in this project using one of the following forms: `projects/{project_number}/guestPolicies/{guest_policy_id}`.",
1117
+ "routing": {
1118
+ "send": {
1119
+ "property": "name",
1120
+ "propertyInDotNotation": false,
1121
+ "type": "body",
1122
+ "value": "={{ $value }}"
1123
+ }
1124
+ },
1125
+ "displayOptions": {
1126
+ "show": {
1127
+ "resource": [
1128
+ "Projects"
1129
+ ],
1130
+ "operation": [
1131
+ "Osconfig Projects Guest Policies Create"
1132
+ ]
1133
+ }
1134
+ }
1135
+ },
1136
+ {
1137
+ "displayName": "Package Repositories",
1138
+ "name": "packageRepositories",
1139
+ "type": "json",
1140
+ "default": "[\n {\n \"apt\": {\n \"components\": [\n null\n ]\n },\n \"goo\": {},\n \"yum\": {\n \"gpgKeys\": [\n null\n ]\n },\n \"zypper\": {\n \"gpgKeys\": [\n null\n ]\n }\n }\n]",
1141
+ "description": "A list of package repositories to configure on the VM instance. This is done before any other configs are applied so they can use these repos. Package repositories are only configured if the corresponding package manager(s) are available.",
1142
+ "routing": {
1143
+ "send": {
1144
+ "property": "packageRepositories",
1145
+ "propertyInDotNotation": false,
1146
+ "type": "body",
1147
+ "value": "={{ JSON.parse($value) }}"
1148
+ }
1149
+ },
1150
+ "displayOptions": {
1151
+ "show": {
1152
+ "resource": [
1153
+ "Projects"
1154
+ ],
1155
+ "operation": [
1156
+ "Osconfig Projects Guest Policies Create"
1157
+ ]
1158
+ }
1159
+ }
1160
+ },
1161
+ {
1162
+ "displayName": "Packages",
1163
+ "name": "packages",
1164
+ "type": "json",
1165
+ "default": "[\n {}\n]",
1166
+ "description": "The software packages to be managed by this policy.",
1167
+ "routing": {
1168
+ "send": {
1169
+ "property": "packages",
1170
+ "propertyInDotNotation": false,
1171
+ "type": "body",
1172
+ "value": "={{ JSON.parse($value) }}"
1173
+ }
1174
+ },
1175
+ "displayOptions": {
1176
+ "show": {
1177
+ "resource": [
1178
+ "Projects"
1179
+ ],
1180
+ "operation": [
1181
+ "Osconfig Projects Guest Policies Create"
1182
+ ]
1183
+ }
1184
+ }
1185
+ },
1186
+ {
1187
+ "displayName": "Recipes",
1188
+ "name": "recipes",
1189
+ "type": "json",
1190
+ "default": "[\n {\n \"artifacts\": [\n {\n \"gcs\": {},\n \"remote\": {}\n }\n ],\n \"installSteps\": [\n {\n \"archiveExtraction\": {},\n \"dpkgInstallation\": {},\n \"fileCopy\": {},\n \"fileExec\": {\n \"allowedExitCodes\": [\n null\n ],\n \"args\": [\n null\n ]\n },\n \"msiInstallation\": {\n \"allowedExitCodes\": [\n null\n ],\n \"flags\": [\n null\n ]\n },\n \"rpmInstallation\": {},\n \"scriptRun\": {\n \"allowedExitCodes\": [\n null\n ]\n }\n }\n ],\n \"updateSteps\": [\n {}\n ]\n }\n]",
1191
+ "description": "A list of Recipes to install on the VM instance.",
1192
+ "routing": {
1193
+ "send": {
1194
+ "property": "recipes",
1195
+ "propertyInDotNotation": false,
1196
+ "type": "body",
1197
+ "value": "={{ JSON.parse($value) }}"
1198
+ }
1199
+ },
1200
+ "displayOptions": {
1201
+ "show": {
1202
+ "resource": [
1203
+ "Projects"
1204
+ ],
1205
+ "operation": [
1206
+ "Osconfig Projects Guest Policies Create"
1207
+ ]
1208
+ }
1209
+ }
1210
+ },
1211
+ {
1212
+ "displayName": "Update Time",
1213
+ "name": "updateTime",
1214
+ "type": "string",
1215
+ "default": "",
1216
+ "description": "Output only. Last time this guest policy was updated.",
1217
+ "routing": {
1218
+ "send": {
1219
+ "property": "updateTime",
1220
+ "propertyInDotNotation": false,
1221
+ "type": "body",
1222
+ "value": "={{ $value }}"
1223
+ }
1224
+ },
1225
+ "displayOptions": {
1226
+ "show": {
1227
+ "resource": [
1228
+ "Projects"
1229
+ ],
1230
+ "operation": [
1231
+ "Osconfig Projects Guest Policies Create"
1232
+ ]
1233
+ }
1234
+ }
1235
+ },
1236
+ {
1237
+ "displayName": "GET /v1beta/{parent}/instanceDetails",
1238
+ "name": "operation",
1239
+ "type": "notice",
1240
+ "typeOptions": {
1241
+ "theme": "info"
1242
+ },
1243
+ "default": "",
1244
+ "displayOptions": {
1245
+ "show": {
1246
+ "resource": [
1247
+ "Projects"
1248
+ ],
1249
+ "operation": [
1250
+ "Osconfig Projects Patch Jobs Instance Details List"
1251
+ ]
1252
+ }
1253
+ }
1254
+ },
1255
+ {
1256
+ "displayName": "Parent",
1257
+ "name": "parent",
1258
+ "required": true,
1259
+ "description": "Required. The parent for the instances are in the form of `projects/*/patchJobs/*`.",
1260
+ "default": "",
1261
+ "type": "string",
1262
+ "displayOptions": {
1263
+ "show": {
1264
+ "resource": [
1265
+ "Projects"
1266
+ ],
1267
+ "operation": [
1268
+ "Osconfig Projects Patch Jobs Instance Details List"
1269
+ ]
1270
+ }
1271
+ }
1272
+ },
1273
+ {
1274
+ "displayName": "Filter",
1275
+ "name": "filter",
1276
+ "description": "A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or `failure_reason`.",
1277
+ "default": "",
1278
+ "type": "string",
1279
+ "routing": {
1280
+ "send": {
1281
+ "type": "query",
1282
+ "property": "filter",
1283
+ "value": "={{ $value }}",
1284
+ "propertyInDotNotation": false
1285
+ }
1286
+ },
1287
+ "displayOptions": {
1288
+ "show": {
1289
+ "resource": [
1290
+ "Projects"
1291
+ ],
1292
+ "operation": [
1293
+ "Osconfig Projects Patch Jobs Instance Details List"
1294
+ ]
1295
+ }
1296
+ }
1297
+ },
1298
+ {
1299
+ "displayName": "Page Size",
1300
+ "name": "pageSize",
1301
+ "description": "The maximum number of instance details records to return. Default is 100.",
1302
+ "default": 0,
1303
+ "type": "number",
1304
+ "routing": {
1305
+ "send": {
1306
+ "type": "query",
1307
+ "property": "pageSize",
1308
+ "value": "={{ $value }}",
1309
+ "propertyInDotNotation": false
1310
+ }
1311
+ },
1312
+ "displayOptions": {
1313
+ "show": {
1314
+ "resource": [
1315
+ "Projects"
1316
+ ],
1317
+ "operation": [
1318
+ "Osconfig Projects Patch Jobs Instance Details List"
1319
+ ]
1320
+ }
1321
+ }
1322
+ },
1323
+ {
1324
+ "displayName": "Page Token",
1325
+ "name": "pageToken",
1326
+ "description": "A pagination token returned from a previous call that indicates where this listing should continue from.",
1327
+ "default": "",
1328
+ "type": "string",
1329
+ "routing": {
1330
+ "send": {
1331
+ "type": "query",
1332
+ "property": "pageToken",
1333
+ "value": "={{ $value }}",
1334
+ "propertyInDotNotation": false
1335
+ }
1336
+ },
1337
+ "displayOptions": {
1338
+ "show": {
1339
+ "resource": [
1340
+ "Projects"
1341
+ ],
1342
+ "operation": [
1343
+ "Osconfig Projects Patch Jobs Instance Details List"
1344
+ ]
1345
+ }
1346
+ }
1347
+ },
1348
+ {
1349
+ "displayName": "GET /v1beta/{parent}/patchDeployments",
1350
+ "name": "operation",
1351
+ "type": "notice",
1352
+ "typeOptions": {
1353
+ "theme": "info"
1354
+ },
1355
+ "default": "",
1356
+ "displayOptions": {
1357
+ "show": {
1358
+ "resource": [
1359
+ "Projects"
1360
+ ],
1361
+ "operation": [
1362
+ "Osconfig Projects Patch Deployments List"
1363
+ ]
1364
+ }
1365
+ }
1366
+ },
1367
+ {
1368
+ "displayName": "Parent",
1369
+ "name": "parent",
1370
+ "required": true,
1371
+ "description": "Required. The resource name of the parent in the form `projects/*`.",
1372
+ "default": "",
1373
+ "type": "string",
1374
+ "displayOptions": {
1375
+ "show": {
1376
+ "resource": [
1377
+ "Projects"
1378
+ ],
1379
+ "operation": [
1380
+ "Osconfig Projects Patch Deployments List"
1381
+ ]
1382
+ }
1383
+ }
1384
+ },
1385
+ {
1386
+ "displayName": "Page Size",
1387
+ "name": "pageSize",
1388
+ "description": "Optional. The maximum number of patch deployments to return. Default is 100.",
1389
+ "default": 0,
1390
+ "type": "number",
1391
+ "routing": {
1392
+ "send": {
1393
+ "type": "query",
1394
+ "property": "pageSize",
1395
+ "value": "={{ $value }}",
1396
+ "propertyInDotNotation": false
1397
+ }
1398
+ },
1399
+ "displayOptions": {
1400
+ "show": {
1401
+ "resource": [
1402
+ "Projects"
1403
+ ],
1404
+ "operation": [
1405
+ "Osconfig Projects Patch Deployments List"
1406
+ ]
1407
+ }
1408
+ }
1409
+ },
1410
+ {
1411
+ "displayName": "Page Token",
1412
+ "name": "pageToken",
1413
+ "description": "Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.",
1414
+ "default": "",
1415
+ "type": "string",
1416
+ "routing": {
1417
+ "send": {
1418
+ "type": "query",
1419
+ "property": "pageToken",
1420
+ "value": "={{ $value }}",
1421
+ "propertyInDotNotation": false
1422
+ }
1423
+ },
1424
+ "displayOptions": {
1425
+ "show": {
1426
+ "resource": [
1427
+ "Projects"
1428
+ ],
1429
+ "operation": [
1430
+ "Osconfig Projects Patch Deployments List"
1431
+ ]
1432
+ }
1433
+ }
1434
+ },
1435
+ {
1436
+ "displayName": "POST /v1beta/{parent}/patchDeployments",
1437
+ "name": "operation",
1438
+ "type": "notice",
1439
+ "typeOptions": {
1440
+ "theme": "info"
1441
+ },
1442
+ "default": "",
1443
+ "displayOptions": {
1444
+ "show": {
1445
+ "resource": [
1446
+ "Projects"
1447
+ ],
1448
+ "operation": [
1449
+ "Osconfig Projects Patch Deployments Create"
1450
+ ]
1451
+ }
1452
+ }
1453
+ },
1454
+ {
1455
+ "displayName": "Parent",
1456
+ "name": "parent",
1457
+ "required": true,
1458
+ "description": "Required. The project to apply this patch deployment to in the form `projects/*`.",
1459
+ "default": "",
1460
+ "type": "string",
1461
+ "displayOptions": {
1462
+ "show": {
1463
+ "resource": [
1464
+ "Projects"
1465
+ ],
1466
+ "operation": [
1467
+ "Osconfig Projects Patch Deployments Create"
1468
+ ]
1469
+ }
1470
+ }
1471
+ },
1472
+ {
1473
+ "displayName": "Patch Deployment ID",
1474
+ "name": "patchDeploymentId",
1475
+ "description": "Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.",
1476
+ "default": "",
1477
+ "type": "string",
1478
+ "routing": {
1479
+ "send": {
1480
+ "type": "query",
1481
+ "property": "patchDeploymentId",
1482
+ "value": "={{ $value }}",
1483
+ "propertyInDotNotation": false
1484
+ }
1485
+ },
1486
+ "displayOptions": {
1487
+ "show": {
1488
+ "resource": [
1489
+ "Projects"
1490
+ ],
1491
+ "operation": [
1492
+ "Osconfig Projects Patch Deployments Create"
1493
+ ]
1494
+ }
1495
+ }
1496
+ },
1497
+ {
1498
+ "displayName": "Create Time",
1499
+ "name": "createTime",
1500
+ "type": "string",
1501
+ "default": "",
1502
+ "description": "Output only. Time the patch deployment was created. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
1503
+ "routing": {
1504
+ "send": {
1505
+ "property": "createTime",
1506
+ "propertyInDotNotation": false,
1507
+ "type": "body",
1508
+ "value": "={{ $value }}"
1509
+ }
1510
+ },
1511
+ "displayOptions": {
1512
+ "show": {
1513
+ "resource": [
1514
+ "Projects"
1515
+ ],
1516
+ "operation": [
1517
+ "Osconfig Projects Patch Deployments Create"
1518
+ ]
1519
+ }
1520
+ }
1521
+ },
1522
+ {
1523
+ "displayName": "Description",
1524
+ "name": "description",
1525
+ "type": "string",
1526
+ "default": "",
1527
+ "description": "Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.",
1528
+ "routing": {
1529
+ "send": {
1530
+ "property": "description",
1531
+ "propertyInDotNotation": false,
1532
+ "type": "body",
1533
+ "value": "={{ $value }}"
1534
+ }
1535
+ },
1536
+ "displayOptions": {
1537
+ "show": {
1538
+ "resource": [
1539
+ "Projects"
1540
+ ],
1541
+ "operation": [
1542
+ "Osconfig Projects Patch Deployments Create"
1543
+ ]
1544
+ }
1545
+ }
1546
+ },
1547
+ {
1548
+ "displayName": "Duration",
1549
+ "name": "duration",
1550
+ "type": "string",
1551
+ "default": "",
1552
+ "description": "Optional. Duration of the patch. After the duration ends, the patch times out.",
1553
+ "routing": {
1554
+ "send": {
1555
+ "property": "duration",
1556
+ "propertyInDotNotation": false,
1557
+ "type": "body",
1558
+ "value": "={{ $value }}"
1559
+ }
1560
+ },
1561
+ "displayOptions": {
1562
+ "show": {
1563
+ "resource": [
1564
+ "Projects"
1565
+ ],
1566
+ "operation": [
1567
+ "Osconfig Projects Patch Deployments Create"
1568
+ ]
1569
+ }
1570
+ }
1571
+ },
1572
+ {
1573
+ "displayName": "Instance Filter",
1574
+ "name": "instanceFilter",
1575
+ "type": "json",
1576
+ "default": "{\n \"groupLabels\": [\n {}\n ],\n \"instanceNamePrefixes\": [\n null\n ],\n \"instances\": [\n null\n ],\n \"zones\": [\n null\n ]\n}",
1577
+ "description": "A filter to target VM instances for patching. The targeted VMs must meet all criteria specified. So if both labels and zones are specified, the patch job targets only VMs with those labels and in those zones.",
1578
+ "routing": {
1579
+ "send": {
1580
+ "property": "instanceFilter",
1581
+ "propertyInDotNotation": false,
1582
+ "type": "body",
1583
+ "value": "={{ JSON.parse($value) }}"
1584
+ }
1585
+ },
1586
+ "displayOptions": {
1587
+ "show": {
1588
+ "resource": [
1589
+ "Projects"
1590
+ ],
1591
+ "operation": [
1592
+ "Osconfig Projects Patch Deployments Create"
1593
+ ]
1594
+ }
1595
+ }
1596
+ },
1597
+ {
1598
+ "displayName": "Last Execute Time",
1599
+ "name": "lastExecuteTime",
1600
+ "type": "string",
1601
+ "default": "",
1602
+ "description": "Output only. The last time a patch job was started by this deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
1603
+ "routing": {
1604
+ "send": {
1605
+ "property": "lastExecuteTime",
1606
+ "propertyInDotNotation": false,
1607
+ "type": "body",
1608
+ "value": "={{ $value }}"
1609
+ }
1610
+ },
1611
+ "displayOptions": {
1612
+ "show": {
1613
+ "resource": [
1614
+ "Projects"
1615
+ ],
1616
+ "operation": [
1617
+ "Osconfig Projects Patch Deployments Create"
1618
+ ]
1619
+ }
1620
+ }
1621
+ },
1622
+ {
1623
+ "displayName": "Name",
1624
+ "name": "name",
1625
+ "type": "string",
1626
+ "default": "",
1627
+ "description": "Unique name for the patch deployment resource in a project. The patch deployment name is in the form: `projects/{project_id}/patchDeployments/{patch_deployment_id}`. This field is ignored when you create a new patch deployment.",
1628
+ "routing": {
1629
+ "send": {
1630
+ "property": "name",
1631
+ "propertyInDotNotation": false,
1632
+ "type": "body",
1633
+ "value": "={{ $value }}"
1634
+ }
1635
+ },
1636
+ "displayOptions": {
1637
+ "show": {
1638
+ "resource": [
1639
+ "Projects"
1640
+ ],
1641
+ "operation": [
1642
+ "Osconfig Projects Patch Deployments Create"
1643
+ ]
1644
+ }
1645
+ }
1646
+ },
1647
+ {
1648
+ "displayName": "One Time Schedule",
1649
+ "name": "oneTimeSchedule",
1650
+ "type": "json",
1651
+ "default": "{}",
1652
+ "description": "Sets the time for a one time patch deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
1653
+ "routing": {
1654
+ "send": {
1655
+ "property": "oneTimeSchedule",
1656
+ "propertyInDotNotation": false,
1657
+ "type": "body",
1658
+ "value": "={{ JSON.parse($value) }}"
1659
+ }
1660
+ },
1661
+ "displayOptions": {
1662
+ "show": {
1663
+ "resource": [
1664
+ "Projects"
1665
+ ],
1666
+ "operation": [
1667
+ "Osconfig Projects Patch Deployments Create"
1668
+ ]
1669
+ }
1670
+ }
1671
+ },
1672
+ {
1673
+ "displayName": "Patch Config",
1674
+ "name": "patchConfig",
1675
+ "type": "json",
1676
+ "default": "{\n \"apt\": {\n \"excludes\": [\n null\n ],\n \"exclusivePackages\": [\n null\n ]\n },\n \"goo\": {},\n \"postStep\": {\n \"linuxExecStepConfig\": {\n \"allowedSuccessCodes\": [\n null\n ],\n \"gcsObject\": {}\n },\n \"windowsExecStepConfig\": {}\n },\n \"preStep\": {},\n \"windowsUpdate\": {\n \"classifications\": [\n null\n ],\n \"excludes\": [\n null\n ],\n \"exclusivePatches\": [\n null\n ]\n },\n \"yum\": {\n \"excludes\": [\n null\n ],\n \"exclusivePackages\": [\n null\n ]\n },\n \"zypper\": {\n \"categories\": [\n null\n ],\n \"excludes\": [\n null\n ],\n \"exclusivePatches\": [\n null\n ],\n \"severities\": [\n null\n ]\n }\n}",
1677
+ "description": "Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.",
1678
+ "routing": {
1679
+ "send": {
1680
+ "property": "patchConfig",
1681
+ "propertyInDotNotation": false,
1682
+ "type": "body",
1683
+ "value": "={{ JSON.parse($value) }}"
1684
+ }
1685
+ },
1686
+ "displayOptions": {
1687
+ "show": {
1688
+ "resource": [
1689
+ "Projects"
1690
+ ],
1691
+ "operation": [
1692
+ "Osconfig Projects Patch Deployments Create"
1693
+ ]
1694
+ }
1695
+ }
1696
+ },
1697
+ {
1698
+ "displayName": "Recurring Schedule",
1699
+ "name": "recurringSchedule",
1700
+ "type": "json",
1701
+ "default": "{\n \"monthly\": {\n \"weekDayOfMonth\": {}\n },\n \"timeOfDay\": {},\n \"timeZone\": {},\n \"weekly\": {}\n}",
1702
+ "description": "Sets the time for recurring patch deployments.",
1703
+ "routing": {
1704
+ "send": {
1705
+ "property": "recurringSchedule",
1706
+ "propertyInDotNotation": false,
1707
+ "type": "body",
1708
+ "value": "={{ JSON.parse($value) }}"
1709
+ }
1710
+ },
1711
+ "displayOptions": {
1712
+ "show": {
1713
+ "resource": [
1714
+ "Projects"
1715
+ ],
1716
+ "operation": [
1717
+ "Osconfig Projects Patch Deployments Create"
1718
+ ]
1719
+ }
1720
+ }
1721
+ },
1722
+ {
1723
+ "displayName": "Rollout",
1724
+ "name": "rollout",
1725
+ "type": "json",
1726
+ "default": "{\n \"disruptionBudget\": {}\n}",
1727
+ "description": "Patch rollout configuration specifications. Contains details on the concurrency control when applying patch(es) to all targeted VMs.",
1728
+ "routing": {
1729
+ "send": {
1730
+ "property": "rollout",
1731
+ "propertyInDotNotation": false,
1732
+ "type": "body",
1733
+ "value": "={{ JSON.parse($value) }}"
1734
+ }
1735
+ },
1736
+ "displayOptions": {
1737
+ "show": {
1738
+ "resource": [
1739
+ "Projects"
1740
+ ],
1741
+ "operation": [
1742
+ "Osconfig Projects Patch Deployments Create"
1743
+ ]
1744
+ }
1745
+ }
1746
+ },
1747
+ {
1748
+ "displayName": "State",
1749
+ "name": "state",
1750
+ "type": "options",
1751
+ "default": "STATE_UNSPECIFIED",
1752
+ "description": "Output only. Current state of the patch deployment.",
1753
+ "options": [
1754
+ {
1755
+ "name": "STATE UNSPECIFIED",
1756
+ "value": "STATE_UNSPECIFIED"
1757
+ },
1758
+ {
1759
+ "name": "ACTIVE",
1760
+ "value": "ACTIVE"
1761
+ },
1762
+ {
1763
+ "name": "PAUSED",
1764
+ "value": "PAUSED"
1765
+ }
1766
+ ],
1767
+ "routing": {
1768
+ "send": {
1769
+ "property": "state",
1770
+ "propertyInDotNotation": false,
1771
+ "type": "body",
1772
+ "value": "={{ $value }}"
1773
+ }
1774
+ },
1775
+ "displayOptions": {
1776
+ "show": {
1777
+ "resource": [
1778
+ "Projects"
1779
+ ],
1780
+ "operation": [
1781
+ "Osconfig Projects Patch Deployments Create"
1782
+ ]
1783
+ }
1784
+ }
1785
+ },
1786
+ {
1787
+ "displayName": "Update Time",
1788
+ "name": "updateTime",
1789
+ "type": "string",
1790
+ "default": "",
1791
+ "description": "Output only. Time the patch deployment was last updated. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
1792
+ "routing": {
1793
+ "send": {
1794
+ "property": "updateTime",
1795
+ "propertyInDotNotation": false,
1796
+ "type": "body",
1797
+ "value": "={{ $value }}"
1798
+ }
1799
+ },
1800
+ "displayOptions": {
1801
+ "show": {
1802
+ "resource": [
1803
+ "Projects"
1804
+ ],
1805
+ "operation": [
1806
+ "Osconfig Projects Patch Deployments Create"
1807
+ ]
1808
+ }
1809
+ }
1810
+ },
1811
+ {
1812
+ "displayName": "GET /v1beta/{parent}/patchJobs",
1813
+ "name": "operation",
1814
+ "type": "notice",
1815
+ "typeOptions": {
1816
+ "theme": "info"
1817
+ },
1818
+ "default": "",
1819
+ "displayOptions": {
1820
+ "show": {
1821
+ "resource": [
1822
+ "Projects"
1823
+ ],
1824
+ "operation": [
1825
+ "Osconfig Projects Patch Jobs List"
1826
+ ]
1827
+ }
1828
+ }
1829
+ },
1830
+ {
1831
+ "displayName": "Parent",
1832
+ "name": "parent",
1833
+ "required": true,
1834
+ "description": "Required. In the form of `projects/*`",
1835
+ "default": "",
1836
+ "type": "string",
1837
+ "displayOptions": {
1838
+ "show": {
1839
+ "resource": [
1840
+ "Projects"
1841
+ ],
1842
+ "operation": [
1843
+ "Osconfig Projects Patch Jobs List"
1844
+ ]
1845
+ }
1846
+ }
1847
+ },
1848
+ {
1849
+ "displayName": "Filter",
1850
+ "name": "filter",
1851
+ "description": "If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field.",
1852
+ "default": "",
1853
+ "type": "string",
1854
+ "routing": {
1855
+ "send": {
1856
+ "type": "query",
1857
+ "property": "filter",
1858
+ "value": "={{ $value }}",
1859
+ "propertyInDotNotation": false
1860
+ }
1861
+ },
1862
+ "displayOptions": {
1863
+ "show": {
1864
+ "resource": [
1865
+ "Projects"
1866
+ ],
1867
+ "operation": [
1868
+ "Osconfig Projects Patch Jobs List"
1869
+ ]
1870
+ }
1871
+ }
1872
+ },
1873
+ {
1874
+ "displayName": "Page Size",
1875
+ "name": "pageSize",
1876
+ "description": "The maximum number of instance status to return.",
1877
+ "default": 0,
1878
+ "type": "number",
1879
+ "routing": {
1880
+ "send": {
1881
+ "type": "query",
1882
+ "property": "pageSize",
1883
+ "value": "={{ $value }}",
1884
+ "propertyInDotNotation": false
1885
+ }
1886
+ },
1887
+ "displayOptions": {
1888
+ "show": {
1889
+ "resource": [
1890
+ "Projects"
1891
+ ],
1892
+ "operation": [
1893
+ "Osconfig Projects Patch Jobs List"
1894
+ ]
1895
+ }
1896
+ }
1897
+ },
1898
+ {
1899
+ "displayName": "Page Token",
1900
+ "name": "pageToken",
1901
+ "description": "A pagination token returned from a previous call that indicates where this listing should continue from.",
1902
+ "default": "",
1903
+ "type": "string",
1904
+ "routing": {
1905
+ "send": {
1906
+ "type": "query",
1907
+ "property": "pageToken",
1908
+ "value": "={{ $value }}",
1909
+ "propertyInDotNotation": false
1910
+ }
1911
+ },
1912
+ "displayOptions": {
1913
+ "show": {
1914
+ "resource": [
1915
+ "Projects"
1916
+ ],
1917
+ "operation": [
1918
+ "Osconfig Projects Patch Jobs List"
1919
+ ]
1920
+ }
1921
+ }
1922
+ },
1923
+ {
1924
+ "displayName": "POST /v1beta/{parent}/patchJobs:execute",
1925
+ "name": "operation",
1926
+ "type": "notice",
1927
+ "typeOptions": {
1928
+ "theme": "info"
1929
+ },
1930
+ "default": "",
1931
+ "displayOptions": {
1932
+ "show": {
1933
+ "resource": [
1934
+ "Projects"
1935
+ ],
1936
+ "operation": [
1937
+ "Osconfig Projects Patch Jobs Execute"
1938
+ ]
1939
+ }
1940
+ }
1941
+ },
1942
+ {
1943
+ "displayName": "Parent",
1944
+ "name": "parent",
1945
+ "required": true,
1946
+ "description": "Required. The project in which to run this patch in the form `projects/*`",
1947
+ "default": "",
1948
+ "type": "string",
1949
+ "displayOptions": {
1950
+ "show": {
1951
+ "resource": [
1952
+ "Projects"
1953
+ ],
1954
+ "operation": [
1955
+ "Osconfig Projects Patch Jobs Execute"
1956
+ ]
1957
+ }
1958
+ }
1959
+ },
1960
+ {
1961
+ "displayName": "Description",
1962
+ "name": "description",
1963
+ "type": "string",
1964
+ "default": "",
1965
+ "description": "Description of the patch job. Length of the description is limited to 1024 characters.",
1966
+ "routing": {
1967
+ "send": {
1968
+ "property": "description",
1969
+ "propertyInDotNotation": false,
1970
+ "type": "body",
1971
+ "value": "={{ $value }}"
1972
+ }
1973
+ },
1974
+ "displayOptions": {
1975
+ "show": {
1976
+ "resource": [
1977
+ "Projects"
1978
+ ],
1979
+ "operation": [
1980
+ "Osconfig Projects Patch Jobs Execute"
1981
+ ]
1982
+ }
1983
+ }
1984
+ },
1985
+ {
1986
+ "displayName": "Display Name",
1987
+ "name": "displayName",
1988
+ "type": "string",
1989
+ "default": "",
1990
+ "description": "Display name for this patch job. This does not have to be unique.",
1991
+ "routing": {
1992
+ "send": {
1993
+ "property": "displayName",
1994
+ "propertyInDotNotation": false,
1995
+ "type": "body",
1996
+ "value": "={{ $value }}"
1997
+ }
1998
+ },
1999
+ "displayOptions": {
2000
+ "show": {
2001
+ "resource": [
2002
+ "Projects"
2003
+ ],
2004
+ "operation": [
2005
+ "Osconfig Projects Patch Jobs Execute"
2006
+ ]
2007
+ }
2008
+ }
2009
+ },
2010
+ {
2011
+ "displayName": "Dry Run",
2012
+ "name": "dryRun",
2013
+ "type": "boolean",
2014
+ "default": true,
2015
+ "description": "If this patch is a dry-run only, instances are contacted but will do nothing.",
2016
+ "routing": {
2017
+ "send": {
2018
+ "property": "dryRun",
2019
+ "propertyInDotNotation": false,
2020
+ "type": "body",
2021
+ "value": "={{ $value }}"
2022
+ }
2023
+ },
2024
+ "displayOptions": {
2025
+ "show": {
2026
+ "resource": [
2027
+ "Projects"
2028
+ ],
2029
+ "operation": [
2030
+ "Osconfig Projects Patch Jobs Execute"
2031
+ ]
2032
+ }
2033
+ }
2034
+ },
2035
+ {
2036
+ "displayName": "Duration",
2037
+ "name": "duration",
2038
+ "type": "string",
2039
+ "default": "",
2040
+ "description": "Duration of the patch job. After the duration ends, the patch job times out.",
2041
+ "routing": {
2042
+ "send": {
2043
+ "property": "duration",
2044
+ "propertyInDotNotation": false,
2045
+ "type": "body",
2046
+ "value": "={{ $value }}"
2047
+ }
2048
+ },
2049
+ "displayOptions": {
2050
+ "show": {
2051
+ "resource": [
2052
+ "Projects"
2053
+ ],
2054
+ "operation": [
2055
+ "Osconfig Projects Patch Jobs Execute"
2056
+ ]
2057
+ }
2058
+ }
2059
+ },
2060
+ {
2061
+ "displayName": "Instance Filter",
2062
+ "name": "instanceFilter",
2063
+ "type": "json",
2064
+ "default": "{\n \"groupLabels\": [\n {}\n ],\n \"instanceNamePrefixes\": [\n null\n ],\n \"instances\": [\n null\n ],\n \"zones\": [\n null\n ]\n}",
2065
+ "description": "A filter to target VM instances for patching. The targeted VMs must meet all criteria specified. So if both labels and zones are specified, the patch job targets only VMs with those labels and in those zones.",
2066
+ "routing": {
2067
+ "send": {
2068
+ "property": "instanceFilter",
2069
+ "propertyInDotNotation": false,
2070
+ "type": "body",
2071
+ "value": "={{ JSON.parse($value) }}"
2072
+ }
2073
+ },
2074
+ "displayOptions": {
2075
+ "show": {
2076
+ "resource": [
2077
+ "Projects"
2078
+ ],
2079
+ "operation": [
2080
+ "Osconfig Projects Patch Jobs Execute"
2081
+ ]
2082
+ }
2083
+ }
2084
+ },
2085
+ {
2086
+ "displayName": "Patch Config",
2087
+ "name": "patchConfig",
2088
+ "type": "json",
2089
+ "default": "{\n \"apt\": {\n \"excludes\": [\n null\n ],\n \"exclusivePackages\": [\n null\n ]\n },\n \"goo\": {},\n \"postStep\": {\n \"linuxExecStepConfig\": {\n \"allowedSuccessCodes\": [\n null\n ],\n \"gcsObject\": {}\n },\n \"windowsExecStepConfig\": {}\n },\n \"preStep\": {},\n \"windowsUpdate\": {\n \"classifications\": [\n null\n ],\n \"excludes\": [\n null\n ],\n \"exclusivePatches\": [\n null\n ]\n },\n \"yum\": {\n \"excludes\": [\n null\n ],\n \"exclusivePackages\": [\n null\n ]\n },\n \"zypper\": {\n \"categories\": [\n null\n ],\n \"excludes\": [\n null\n ],\n \"exclusivePatches\": [\n null\n ],\n \"severities\": [\n null\n ]\n }\n}",
2090
+ "description": "Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.",
2091
+ "routing": {
2092
+ "send": {
2093
+ "property": "patchConfig",
2094
+ "propertyInDotNotation": false,
2095
+ "type": "body",
2096
+ "value": "={{ JSON.parse($value) }}"
2097
+ }
2098
+ },
2099
+ "displayOptions": {
2100
+ "show": {
2101
+ "resource": [
2102
+ "Projects"
2103
+ ],
2104
+ "operation": [
2105
+ "Osconfig Projects Patch Jobs Execute"
2106
+ ]
2107
+ }
2108
+ }
2109
+ },
2110
+ {
2111
+ "displayName": "Rollout",
2112
+ "name": "rollout",
2113
+ "type": "json",
2114
+ "default": "{\n \"disruptionBudget\": {}\n}",
2115
+ "description": "Patch rollout configuration specifications. Contains details on the concurrency control when applying patch(es) to all targeted VMs.",
2116
+ "routing": {
2117
+ "send": {
2118
+ "property": "rollout",
2119
+ "propertyInDotNotation": false,
2120
+ "type": "body",
2121
+ "value": "={{ JSON.parse($value) }}"
2122
+ }
2123
+ },
2124
+ "displayOptions": {
2125
+ "show": {
2126
+ "resource": [
2127
+ "Projects"
2128
+ ],
2129
+ "operation": [
2130
+ "Osconfig Projects Patch Jobs Execute"
2131
+ ]
2132
+ }
2133
+ }
2134
+ },
2135
+ ];
2136
+ //# sourceMappingURL=index.js.map