@n8n-dev/n8n-nodes-googleapis-networkmanagement 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.
Files changed (22) hide show
  1. package/README.md +111 -0
  2. package/dist/banner.svg +133 -0
  3. package/dist/credentials/GoogleapisNetworkmanagementApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisNetworkmanagementApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisNetworkmanagementApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-networkmanagement.dark.png +0 -0
  7. package/dist/icons/googleapis-networkmanagement.png +0 -0
  8. package/dist/nodes/GoogleapisNetworkmanagement/GoogleapisNetworkmanagement.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisNetworkmanagement/GoogleapisNetworkmanagement.node.js +54 -0
  10. package/dist/nodes/GoogleapisNetworkmanagement/GoogleapisNetworkmanagement.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisNetworkmanagement/GoogleapisNetworkmanagement.node.json +20 -0
  12. package/dist/nodes/GoogleapisNetworkmanagement/googleapis-networkmanagement.dark.png +0 -0
  13. package/dist/nodes/GoogleapisNetworkmanagement/googleapis-networkmanagement.png +0 -0
  14. package/dist/nodes/GoogleapisNetworkmanagement/resources/index.d.ts +1 -0
  15. package/dist/nodes/GoogleapisNetworkmanagement/resources/index.js +6 -0
  16. package/dist/nodes/GoogleapisNetworkmanagement/resources/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisNetworkmanagement/resources/projects/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisNetworkmanagement/resources/projects/index.js +1610 -0
  19. package/dist/nodes/GoogleapisNetworkmanagement/resources/projects/index.js.map +1 -0
  20. package/dist/package.json +62 -0
  21. package/dist/tsconfig.tsbuildinfo +1 -0
  22. package/package.json +62 -0
@@ -0,0 +1,1610 @@
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": "Networkmanagement Projects Locations Global Operations Delete",
20
+ "value": "Networkmanagement Projects Locations Global Operations Delete",
21
+ "action": "Networkmanagement Projects Locations Global Operations Delete",
22
+ "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "DELETE",
26
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Networkmanagement Projects Locations Global Operations Get",
32
+ "value": "Networkmanagement Projects Locations Global Operations Get",
33
+ "action": "Networkmanagement Projects Locations Global Operations Get",
34
+ "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests Patch",
44
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests Patch",
45
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests Patch",
46
+ "description": "Updates the configuration of an existing `ConnectivityTest`. After you update a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. The Reachability state in the test resource is updated with the new result. If the endpoint specifications in `ConnectivityTest` are invalid (for example, they contain non-existent resources in the network, or the user does not have read permissions to the network configurations of listed projects), then the reachability result returns a value of UNKNOWN. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for for more details.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "PATCH",
50
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Networkmanagement Projects Locations List",
56
+ "value": "Networkmanagement Projects Locations List",
57
+ "action": "Networkmanagement Projects Locations List",
58
+ "description": "Lists information about the supported locations for this service.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}/locations"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Networkmanagement Projects Locations Global Operations List",
68
+ "value": "Networkmanagement Projects Locations Global Operations List",
69
+ "action": "Networkmanagement Projects Locations Global Operations List",
70
+ "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}/operations"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Networkmanagement Projects Locations Global Operations Cancel",
80
+ "value": "Networkmanagement Projects Locations Global Operations Cancel",
81
+ "action": "Networkmanagement Projects Locations Global Operations Cancel",
82
+ "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}:cancel"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests Rerun",
92
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests Rerun",
93
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests Rerun",
94
+ "description": "Rerun an existing `ConnectivityTest`. After the user triggers the rerun, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. Even though the test configuration remains the same, the reachability result may change due to underlying network configuration changes. If the endpoint specifications in `ConnectivityTest` become invalid (for example, specified resources are deleted in the network, or you lost read permissions to the network configurations of listed projects), then the reachability result returns a value of `UNKNOWN`.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/v1beta1/{{$parameter[\"name\"]}}:rerun"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests List",
104
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests List",
105
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests List",
106
+ "description": "Lists all Connectivity Tests owned by a project.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/connectivityTests"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests Create",
116
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests Create",
117
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests Create",
118
+ "description": "Creates a new Connectivity Test. After you create a test, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. If the endpoint specifications in `ConnectivityTest` are invalid (for example, containing non-existent resources in the network, or you don't have read permissions to the network configurations of listed projects), then the reachability result returns a value of `UNKNOWN`. If the endpoint specifications in `ConnectivityTest` are incomplete, the reachability result returns a value of AMBIGUOUS. For more information, see the Connectivity Test documentation.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/v1beta1/{{$parameter[\"parent\"]}}/connectivityTests"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests Get Iam Policy",
128
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests Get Iam Policy",
129
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests Get Iam Policy",
130
+ "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/v1beta1/{{$parameter[\"resource\"]}}:getIamPolicy"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy",
140
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy",
141
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy",
142
+ "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/v1beta1/{{$parameter[\"resource\"]}}:setIamPolicy"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Networkmanagement Projects Locations Global Connectivity Tests Test Iam Permissions",
152
+ "value": "Networkmanagement Projects Locations Global Connectivity Tests Test Iam Permissions",
153
+ "action": "Networkmanagement Projects Locations Global Connectivity Tests Test Iam Permissions",
154
+ "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/v1beta1/{{$parameter[\"resource\"]}}:testIamPermissions"
159
+ }
160
+ }
161
+ }
162
+ ],
163
+ "default": ""
164
+ },
165
+ {
166
+ "displayName": "DELETE /v1beta1/{name}",
167
+ "name": "operation",
168
+ "type": "notice",
169
+ "typeOptions": {
170
+ "theme": "info"
171
+ },
172
+ "default": "",
173
+ "displayOptions": {
174
+ "show": {
175
+ "resource": [
176
+ "Projects"
177
+ ],
178
+ "operation": [
179
+ "Networkmanagement Projects Locations Global Operations Delete"
180
+ ]
181
+ }
182
+ }
183
+ },
184
+ {
185
+ "displayName": "Name",
186
+ "name": "name",
187
+ "required": true,
188
+ "description": "The name of the operation resource to be deleted.",
189
+ "default": "",
190
+ "type": "string",
191
+ "displayOptions": {
192
+ "show": {
193
+ "resource": [
194
+ "Projects"
195
+ ],
196
+ "operation": [
197
+ "Networkmanagement Projects Locations Global Operations Delete"
198
+ ]
199
+ }
200
+ }
201
+ },
202
+ {
203
+ "displayName": "GET /v1beta1/{name}",
204
+ "name": "operation",
205
+ "type": "notice",
206
+ "typeOptions": {
207
+ "theme": "info"
208
+ },
209
+ "default": "",
210
+ "displayOptions": {
211
+ "show": {
212
+ "resource": [
213
+ "Projects"
214
+ ],
215
+ "operation": [
216
+ "Networkmanagement Projects Locations Global Operations Get"
217
+ ]
218
+ }
219
+ }
220
+ },
221
+ {
222
+ "displayName": "Name",
223
+ "name": "name",
224
+ "required": true,
225
+ "description": "The name of the operation resource.",
226
+ "default": "",
227
+ "type": "string",
228
+ "displayOptions": {
229
+ "show": {
230
+ "resource": [
231
+ "Projects"
232
+ ],
233
+ "operation": [
234
+ "Networkmanagement Projects Locations Global Operations Get"
235
+ ]
236
+ }
237
+ }
238
+ },
239
+ {
240
+ "displayName": "PATCH /v1beta1/{name}",
241
+ "name": "operation",
242
+ "type": "notice",
243
+ "typeOptions": {
244
+ "theme": "info"
245
+ },
246
+ "default": "",
247
+ "displayOptions": {
248
+ "show": {
249
+ "resource": [
250
+ "Projects"
251
+ ],
252
+ "operation": [
253
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
254
+ ]
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "displayName": "Name",
260
+ "name": "name",
261
+ "required": true,
262
+ "description": "Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`",
263
+ "default": "",
264
+ "type": "string",
265
+ "displayOptions": {
266
+ "show": {
267
+ "resource": [
268
+ "Projects"
269
+ ],
270
+ "operation": [
271
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
272
+ ]
273
+ }
274
+ }
275
+ },
276
+ {
277
+ "displayName": "Update Mask",
278
+ "name": "updateMask",
279
+ "description": "Required. Mask of fields to update. At least one path must be supplied in this field.",
280
+ "default": "",
281
+ "type": "string",
282
+ "routing": {
283
+ "send": {
284
+ "type": "query",
285
+ "property": "updateMask",
286
+ "value": "={{ $value }}",
287
+ "propertyInDotNotation": false
288
+ }
289
+ },
290
+ "displayOptions": {
291
+ "show": {
292
+ "resource": [
293
+ "Projects"
294
+ ],
295
+ "operation": [
296
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
297
+ ]
298
+ }
299
+ }
300
+ },
301
+ {
302
+ "displayName": "Create Time",
303
+ "name": "createTime",
304
+ "type": "string",
305
+ "default": "",
306
+ "description": "Output only. The time the test was created.",
307
+ "routing": {
308
+ "send": {
309
+ "property": "createTime",
310
+ "propertyInDotNotation": false,
311
+ "type": "body",
312
+ "value": "={{ $value }}"
313
+ }
314
+ },
315
+ "displayOptions": {
316
+ "show": {
317
+ "resource": [
318
+ "Projects"
319
+ ],
320
+ "operation": [
321
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
322
+ ]
323
+ }
324
+ }
325
+ },
326
+ {
327
+ "displayName": "Description",
328
+ "name": "description",
329
+ "type": "string",
330
+ "default": "",
331
+ "description": "The user-supplied description of the Connectivity Test. Maximum of 512 characters.",
332
+ "routing": {
333
+ "send": {
334
+ "property": "description",
335
+ "propertyInDotNotation": false,
336
+ "type": "body",
337
+ "value": "={{ $value }}"
338
+ }
339
+ },
340
+ "displayOptions": {
341
+ "show": {
342
+ "resource": [
343
+ "Projects"
344
+ ],
345
+ "operation": [
346
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
347
+ ]
348
+ }
349
+ }
350
+ },
351
+ {
352
+ "displayName": "Destination",
353
+ "name": "destination",
354
+ "type": "json",
355
+ "default": "{\n \"appEngineVersion\": {},\n \"cloudFunction\": {},\n \"cloudRunRevision\": {}\n}",
356
+ "description": "Source or destination of the Connectivity Test.",
357
+ "routing": {
358
+ "send": {
359
+ "property": "destination",
360
+ "propertyInDotNotation": false,
361
+ "type": "body",
362
+ "value": "={{ JSON.parse($value) }}"
363
+ }
364
+ },
365
+ "displayOptions": {
366
+ "show": {
367
+ "resource": [
368
+ "Projects"
369
+ ],
370
+ "operation": [
371
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
372
+ ]
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "displayName": "Display Name",
378
+ "name": "displayName",
379
+ "type": "string",
380
+ "default": "",
381
+ "description": "Output only. The display name of a Connectivity Test.",
382
+ "routing": {
383
+ "send": {
384
+ "property": "displayName",
385
+ "propertyInDotNotation": false,
386
+ "type": "body",
387
+ "value": "={{ $value }}"
388
+ }
389
+ },
390
+ "displayOptions": {
391
+ "show": {
392
+ "resource": [
393
+ "Projects"
394
+ ],
395
+ "operation": [
396
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
397
+ ]
398
+ }
399
+ }
400
+ },
401
+ {
402
+ "displayName": "Labels",
403
+ "name": "labels",
404
+ "type": "json",
405
+ "default": "{}",
406
+ "description": "Resource labels to represent user-provided metadata.",
407
+ "routing": {
408
+ "send": {
409
+ "property": "labels",
410
+ "propertyInDotNotation": false,
411
+ "type": "body",
412
+ "value": "={{ JSON.parse($value) }}"
413
+ }
414
+ },
415
+ "displayOptions": {
416
+ "show": {
417
+ "resource": [
418
+ "Projects"
419
+ ],
420
+ "operation": [
421
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
422
+ ]
423
+ }
424
+ }
425
+ },
426
+ {
427
+ "displayName": "Name",
428
+ "name": "name",
429
+ "type": "string",
430
+ "default": "",
431
+ "description": "Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`",
432
+ "routing": {
433
+ "send": {
434
+ "property": "name",
435
+ "propertyInDotNotation": false,
436
+ "type": "body",
437
+ "value": "={{ $value }}"
438
+ }
439
+ },
440
+ "displayOptions": {
441
+ "show": {
442
+ "resource": [
443
+ "Projects"
444
+ ],
445
+ "operation": [
446
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
447
+ ]
448
+ }
449
+ }
450
+ },
451
+ {
452
+ "displayName": "Probing Details",
453
+ "name": "probingDetails",
454
+ "type": "json",
455
+ "default": "{\n \"destinationEgressLocation\": {},\n \"endpointInfo\": {},\n \"error\": {\n \"details\": [\n null\n ]\n },\n \"probingLatency\": {\n \"latencyPercentiles\": [\n {}\n ]\n }\n}",
456
+ "description": "Results of active probing from the last run of the test.",
457
+ "routing": {
458
+ "send": {
459
+ "property": "probingDetails",
460
+ "propertyInDotNotation": false,
461
+ "type": "body",
462
+ "value": "={{ JSON.parse($value) }}"
463
+ }
464
+ },
465
+ "displayOptions": {
466
+ "show": {
467
+ "resource": [
468
+ "Projects"
469
+ ],
470
+ "operation": [
471
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
472
+ ]
473
+ }
474
+ }
475
+ },
476
+ {
477
+ "displayName": "Protocol",
478
+ "name": "protocol",
479
+ "type": "string",
480
+ "default": "",
481
+ "description": "IP Protocol of the test. When not provided, \"TCP\" is assumed.",
482
+ "routing": {
483
+ "send": {
484
+ "property": "protocol",
485
+ "propertyInDotNotation": false,
486
+ "type": "body",
487
+ "value": "={{ $value }}"
488
+ }
489
+ },
490
+ "displayOptions": {
491
+ "show": {
492
+ "resource": [
493
+ "Projects"
494
+ ],
495
+ "operation": [
496
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
497
+ ]
498
+ }
499
+ }
500
+ },
501
+ {
502
+ "displayName": "Reachability Details",
503
+ "name": "reachabilityDetails",
504
+ "type": "json",
505
+ "default": "{\n \"error\": {\n \"details\": [\n null\n ]\n },\n \"traces\": [\n {\n \"endpointInfo\": {},\n \"steps\": [\n {\n \"abort\": {\n \"projectsMissingPermission\": [\n null\n ]\n },\n \"appEngineVersion\": {},\n \"cloudFunction\": {},\n \"cloudRunRevision\": {},\n \"cloudSqlInstance\": {},\n \"deliver\": {},\n \"drop\": {},\n \"endpoint\": {},\n \"firewall\": {\n \"targetServiceAccounts\": [\n null\n ],\n \"targetTags\": [\n null\n ]\n },\n \"forward\": {},\n \"forwardingRule\": {},\n \"gkeMaster\": {},\n \"instance\": {\n \"networkTags\": [\n null\n ]\n },\n \"loadBalancer\": {\n \"backends\": [\n {\n \"healthCheckAllowingFirewallRules\": [\n null\n ],\n \"healthCheckBlockingFirewallRules\": [\n null\n ]\n }\n ]\n },\n \"network\": {},\n \"route\": {\n \"destPortRanges\": [\n null\n ],\n \"instanceTags\": [\n null\n ],\n \"protocols\": [\n null\n ],\n \"srcPortRanges\": [\n null\n ]\n },\n \"vpcConnector\": {},\n \"vpnGateway\": {},\n \"vpnTunnel\": {}\n }\n ]\n }\n ]\n}",
506
+ "description": "Results of the configuration analysis from the last run of the test.",
507
+ "routing": {
508
+ "send": {
509
+ "property": "reachabilityDetails",
510
+ "propertyInDotNotation": false,
511
+ "type": "body",
512
+ "value": "={{ JSON.parse($value) }}"
513
+ }
514
+ },
515
+ "displayOptions": {
516
+ "show": {
517
+ "resource": [
518
+ "Projects"
519
+ ],
520
+ "operation": [
521
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
522
+ ]
523
+ }
524
+ }
525
+ },
526
+ {
527
+ "displayName": "Related Projects",
528
+ "name": "relatedProjects",
529
+ "type": "json",
530
+ "default": "[\n null\n]",
531
+ "description": "Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.",
532
+ "routing": {
533
+ "send": {
534
+ "property": "relatedProjects",
535
+ "propertyInDotNotation": false,
536
+ "type": "body",
537
+ "value": "={{ JSON.parse($value) }}"
538
+ }
539
+ },
540
+ "displayOptions": {
541
+ "show": {
542
+ "resource": [
543
+ "Projects"
544
+ ],
545
+ "operation": [
546
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
547
+ ]
548
+ }
549
+ }
550
+ },
551
+ {
552
+ "displayName": "Source",
553
+ "name": "source",
554
+ "type": "json",
555
+ "default": "{\n \"appEngineVersion\": {},\n \"cloudFunction\": {},\n \"cloudRunRevision\": {}\n}",
556
+ "description": "Source or destination of the Connectivity Test.",
557
+ "routing": {
558
+ "send": {
559
+ "property": "source",
560
+ "propertyInDotNotation": false,
561
+ "type": "body",
562
+ "value": "={{ JSON.parse($value) }}"
563
+ }
564
+ },
565
+ "displayOptions": {
566
+ "show": {
567
+ "resource": [
568
+ "Projects"
569
+ ],
570
+ "operation": [
571
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
572
+ ]
573
+ }
574
+ }
575
+ },
576
+ {
577
+ "displayName": "Update Time",
578
+ "name": "updateTime",
579
+ "type": "string",
580
+ "default": "",
581
+ "description": "Output only. The time the test's configuration was updated.",
582
+ "routing": {
583
+ "send": {
584
+ "property": "updateTime",
585
+ "propertyInDotNotation": false,
586
+ "type": "body",
587
+ "value": "={{ $value }}"
588
+ }
589
+ },
590
+ "displayOptions": {
591
+ "show": {
592
+ "resource": [
593
+ "Projects"
594
+ ],
595
+ "operation": [
596
+ "Networkmanagement Projects Locations Global Connectivity Tests Patch"
597
+ ]
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "displayName": "GET /v1beta1/{name}/locations",
603
+ "name": "operation",
604
+ "type": "notice",
605
+ "typeOptions": {
606
+ "theme": "info"
607
+ },
608
+ "default": "",
609
+ "displayOptions": {
610
+ "show": {
611
+ "resource": [
612
+ "Projects"
613
+ ],
614
+ "operation": [
615
+ "Networkmanagement Projects Locations List"
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ {
621
+ "displayName": "Name",
622
+ "name": "name",
623
+ "required": true,
624
+ "description": "The resource that owns the locations collection, if applicable.",
625
+ "default": "",
626
+ "type": "string",
627
+ "displayOptions": {
628
+ "show": {
629
+ "resource": [
630
+ "Projects"
631
+ ],
632
+ "operation": [
633
+ "Networkmanagement Projects Locations List"
634
+ ]
635
+ }
636
+ }
637
+ },
638
+ {
639
+ "displayName": "Filter",
640
+ "name": "filter",
641
+ "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
642
+ "default": "",
643
+ "type": "string",
644
+ "routing": {
645
+ "send": {
646
+ "type": "query",
647
+ "property": "filter",
648
+ "value": "={{ $value }}",
649
+ "propertyInDotNotation": false
650
+ }
651
+ },
652
+ "displayOptions": {
653
+ "show": {
654
+ "resource": [
655
+ "Projects"
656
+ ],
657
+ "operation": [
658
+ "Networkmanagement Projects Locations List"
659
+ ]
660
+ }
661
+ }
662
+ },
663
+ {
664
+ "displayName": "Page Size",
665
+ "name": "pageSize",
666
+ "description": "The maximum number of results to return. If not set, the service selects a default.",
667
+ "default": 0,
668
+ "type": "number",
669
+ "routing": {
670
+ "send": {
671
+ "type": "query",
672
+ "property": "pageSize",
673
+ "value": "={{ $value }}",
674
+ "propertyInDotNotation": false
675
+ }
676
+ },
677
+ "displayOptions": {
678
+ "show": {
679
+ "resource": [
680
+ "Projects"
681
+ ],
682
+ "operation": [
683
+ "Networkmanagement Projects Locations List"
684
+ ]
685
+ }
686
+ }
687
+ },
688
+ {
689
+ "displayName": "Page Token",
690
+ "name": "pageToken",
691
+ "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
692
+ "default": "",
693
+ "type": "string",
694
+ "routing": {
695
+ "send": {
696
+ "type": "query",
697
+ "property": "pageToken",
698
+ "value": "={{ $value }}",
699
+ "propertyInDotNotation": false
700
+ }
701
+ },
702
+ "displayOptions": {
703
+ "show": {
704
+ "resource": [
705
+ "Projects"
706
+ ],
707
+ "operation": [
708
+ "Networkmanagement Projects Locations List"
709
+ ]
710
+ }
711
+ }
712
+ },
713
+ {
714
+ "displayName": "GET /v1beta1/{name}/operations",
715
+ "name": "operation",
716
+ "type": "notice",
717
+ "typeOptions": {
718
+ "theme": "info"
719
+ },
720
+ "default": "",
721
+ "displayOptions": {
722
+ "show": {
723
+ "resource": [
724
+ "Projects"
725
+ ],
726
+ "operation": [
727
+ "Networkmanagement Projects Locations Global Operations List"
728
+ ]
729
+ }
730
+ }
731
+ },
732
+ {
733
+ "displayName": "Name",
734
+ "name": "name",
735
+ "required": true,
736
+ "description": "The name of the operation's parent resource.",
737
+ "default": "",
738
+ "type": "string",
739
+ "displayOptions": {
740
+ "show": {
741
+ "resource": [
742
+ "Projects"
743
+ ],
744
+ "operation": [
745
+ "Networkmanagement Projects Locations Global Operations List"
746
+ ]
747
+ }
748
+ }
749
+ },
750
+ {
751
+ "displayName": "Filter",
752
+ "name": "filter",
753
+ "description": "The standard list filter.",
754
+ "default": "",
755
+ "type": "string",
756
+ "routing": {
757
+ "send": {
758
+ "type": "query",
759
+ "property": "filter",
760
+ "value": "={{ $value }}",
761
+ "propertyInDotNotation": false
762
+ }
763
+ },
764
+ "displayOptions": {
765
+ "show": {
766
+ "resource": [
767
+ "Projects"
768
+ ],
769
+ "operation": [
770
+ "Networkmanagement Projects Locations Global Operations List"
771
+ ]
772
+ }
773
+ }
774
+ },
775
+ {
776
+ "displayName": "Page Size",
777
+ "name": "pageSize",
778
+ "description": "The standard list page size.",
779
+ "default": 0,
780
+ "type": "number",
781
+ "routing": {
782
+ "send": {
783
+ "type": "query",
784
+ "property": "pageSize",
785
+ "value": "={{ $value }}",
786
+ "propertyInDotNotation": false
787
+ }
788
+ },
789
+ "displayOptions": {
790
+ "show": {
791
+ "resource": [
792
+ "Projects"
793
+ ],
794
+ "operation": [
795
+ "Networkmanagement Projects Locations Global Operations List"
796
+ ]
797
+ }
798
+ }
799
+ },
800
+ {
801
+ "displayName": "Page Token",
802
+ "name": "pageToken",
803
+ "description": "The standard list page token.",
804
+ "default": "",
805
+ "type": "string",
806
+ "routing": {
807
+ "send": {
808
+ "type": "query",
809
+ "property": "pageToken",
810
+ "value": "={{ $value }}",
811
+ "propertyInDotNotation": false
812
+ }
813
+ },
814
+ "displayOptions": {
815
+ "show": {
816
+ "resource": [
817
+ "Projects"
818
+ ],
819
+ "operation": [
820
+ "Networkmanagement Projects Locations Global Operations List"
821
+ ]
822
+ }
823
+ }
824
+ },
825
+ {
826
+ "displayName": "POST /v1beta1/{name}:cancel",
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
+ "Networkmanagement Projects Locations Global Operations Cancel"
840
+ ]
841
+ }
842
+ }
843
+ },
844
+ {
845
+ "displayName": "Name",
846
+ "name": "name",
847
+ "required": true,
848
+ "description": "The name of the operation resource to be cancelled.",
849
+ "default": "",
850
+ "type": "string",
851
+ "displayOptions": {
852
+ "show": {
853
+ "resource": [
854
+ "Projects"
855
+ ],
856
+ "operation": [
857
+ "Networkmanagement Projects Locations Global Operations Cancel"
858
+ ]
859
+ }
860
+ }
861
+ },
862
+ {
863
+ "displayName": "POST /v1beta1/{name}:rerun",
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
+ "Networkmanagement Projects Locations Global Connectivity Tests Rerun"
877
+ ]
878
+ }
879
+ }
880
+ },
881
+ {
882
+ "displayName": "Name",
883
+ "name": "name",
884
+ "required": true,
885
+ "description": "Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}`",
886
+ "default": "",
887
+ "type": "string",
888
+ "displayOptions": {
889
+ "show": {
890
+ "resource": [
891
+ "Projects"
892
+ ],
893
+ "operation": [
894
+ "Networkmanagement Projects Locations Global Connectivity Tests Rerun"
895
+ ]
896
+ }
897
+ }
898
+ },
899
+ {
900
+ "displayName": "GET /v1beta1/{parent}/connectivityTests",
901
+ "name": "operation",
902
+ "type": "notice",
903
+ "typeOptions": {
904
+ "theme": "info"
905
+ },
906
+ "default": "",
907
+ "displayOptions": {
908
+ "show": {
909
+ "resource": [
910
+ "Projects"
911
+ ],
912
+ "operation": [
913
+ "Networkmanagement Projects Locations Global Connectivity Tests List"
914
+ ]
915
+ }
916
+ }
917
+ },
918
+ {
919
+ "displayName": "Parent",
920
+ "name": "parent",
921
+ "required": true,
922
+ "description": "Required. The parent resource of the Connectivity Tests: `projects/{project_id}/locations/global`",
923
+ "default": "",
924
+ "type": "string",
925
+ "displayOptions": {
926
+ "show": {
927
+ "resource": [
928
+ "Projects"
929
+ ],
930
+ "operation": [
931
+ "Networkmanagement Projects Locations Global Connectivity Tests List"
932
+ ]
933
+ }
934
+ }
935
+ },
936
+ {
937
+ "displayName": "Filter",
938
+ "name": "filter",
939
+ "description": "Lists the `ConnectivityTests` that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form ` ` where operators: `<`, `>`, `<=`, `>=`, `!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case. Examples: - Filter by name: name = \"projects/proj-1/locations/global/connectivityTests/test-1 - Filter by labels: - Resources that have a key called `foo` labels.foo:* - Resources that have a key called `foo` whose value is `bar` labels.foo = bar",
940
+ "default": "",
941
+ "type": "string",
942
+ "routing": {
943
+ "send": {
944
+ "type": "query",
945
+ "property": "filter",
946
+ "value": "={{ $value }}",
947
+ "propertyInDotNotation": false
948
+ }
949
+ },
950
+ "displayOptions": {
951
+ "show": {
952
+ "resource": [
953
+ "Projects"
954
+ ],
955
+ "operation": [
956
+ "Networkmanagement Projects Locations Global Connectivity Tests List"
957
+ ]
958
+ }
959
+ }
960
+ },
961
+ {
962
+ "displayName": "Order By",
963
+ "name": "orderBy",
964
+ "description": "Field to use to sort the list.",
965
+ "default": "",
966
+ "type": "string",
967
+ "routing": {
968
+ "send": {
969
+ "type": "query",
970
+ "property": "orderBy",
971
+ "value": "={{ $value }}",
972
+ "propertyInDotNotation": false
973
+ }
974
+ },
975
+ "displayOptions": {
976
+ "show": {
977
+ "resource": [
978
+ "Projects"
979
+ ],
980
+ "operation": [
981
+ "Networkmanagement Projects Locations Global Connectivity Tests List"
982
+ ]
983
+ }
984
+ }
985
+ },
986
+ {
987
+ "displayName": "Page Size",
988
+ "name": "pageSize",
989
+ "description": "Number of `ConnectivityTests` to return.",
990
+ "default": 0,
991
+ "type": "number",
992
+ "routing": {
993
+ "send": {
994
+ "type": "query",
995
+ "property": "pageSize",
996
+ "value": "={{ $value }}",
997
+ "propertyInDotNotation": false
998
+ }
999
+ },
1000
+ "displayOptions": {
1001
+ "show": {
1002
+ "resource": [
1003
+ "Projects"
1004
+ ],
1005
+ "operation": [
1006
+ "Networkmanagement Projects Locations Global Connectivity Tests List"
1007
+ ]
1008
+ }
1009
+ }
1010
+ },
1011
+ {
1012
+ "displayName": "Page Token",
1013
+ "name": "pageToken",
1014
+ "description": "Page token from an earlier query, as returned in `next_page_token`.",
1015
+ "default": "",
1016
+ "type": "string",
1017
+ "routing": {
1018
+ "send": {
1019
+ "type": "query",
1020
+ "property": "pageToken",
1021
+ "value": "={{ $value }}",
1022
+ "propertyInDotNotation": false
1023
+ }
1024
+ },
1025
+ "displayOptions": {
1026
+ "show": {
1027
+ "resource": [
1028
+ "Projects"
1029
+ ],
1030
+ "operation": [
1031
+ "Networkmanagement Projects Locations Global Connectivity Tests List"
1032
+ ]
1033
+ }
1034
+ }
1035
+ },
1036
+ {
1037
+ "displayName": "POST /v1beta1/{parent}/connectivityTests",
1038
+ "name": "operation",
1039
+ "type": "notice",
1040
+ "typeOptions": {
1041
+ "theme": "info"
1042
+ },
1043
+ "default": "",
1044
+ "displayOptions": {
1045
+ "show": {
1046
+ "resource": [
1047
+ "Projects"
1048
+ ],
1049
+ "operation": [
1050
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1051
+ ]
1052
+ }
1053
+ }
1054
+ },
1055
+ {
1056
+ "displayName": "Parent",
1057
+ "name": "parent",
1058
+ "required": true,
1059
+ "description": "Required. The parent resource of the Connectivity Test to create: `projects/{project_id}/locations/global`",
1060
+ "default": "",
1061
+ "type": "string",
1062
+ "displayOptions": {
1063
+ "show": {
1064
+ "resource": [
1065
+ "Projects"
1066
+ ],
1067
+ "operation": [
1068
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1069
+ ]
1070
+ }
1071
+ }
1072
+ },
1073
+ {
1074
+ "displayName": "Test ID",
1075
+ "name": "testId",
1076
+ "description": "Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project",
1077
+ "default": "",
1078
+ "type": "string",
1079
+ "routing": {
1080
+ "send": {
1081
+ "type": "query",
1082
+ "property": "testId",
1083
+ "value": "={{ $value }}",
1084
+ "propertyInDotNotation": false
1085
+ }
1086
+ },
1087
+ "displayOptions": {
1088
+ "show": {
1089
+ "resource": [
1090
+ "Projects"
1091
+ ],
1092
+ "operation": [
1093
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1094
+ ]
1095
+ }
1096
+ }
1097
+ },
1098
+ {
1099
+ "displayName": "Create Time",
1100
+ "name": "createTime",
1101
+ "type": "string",
1102
+ "default": "",
1103
+ "description": "Output only. The time the test was created.",
1104
+ "routing": {
1105
+ "send": {
1106
+ "property": "createTime",
1107
+ "propertyInDotNotation": false,
1108
+ "type": "body",
1109
+ "value": "={{ $value }}"
1110
+ }
1111
+ },
1112
+ "displayOptions": {
1113
+ "show": {
1114
+ "resource": [
1115
+ "Projects"
1116
+ ],
1117
+ "operation": [
1118
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1119
+ ]
1120
+ }
1121
+ }
1122
+ },
1123
+ {
1124
+ "displayName": "Description",
1125
+ "name": "description",
1126
+ "type": "string",
1127
+ "default": "",
1128
+ "description": "The user-supplied description of the Connectivity Test. Maximum of 512 characters.",
1129
+ "routing": {
1130
+ "send": {
1131
+ "property": "description",
1132
+ "propertyInDotNotation": false,
1133
+ "type": "body",
1134
+ "value": "={{ $value }}"
1135
+ }
1136
+ },
1137
+ "displayOptions": {
1138
+ "show": {
1139
+ "resource": [
1140
+ "Projects"
1141
+ ],
1142
+ "operation": [
1143
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1144
+ ]
1145
+ }
1146
+ }
1147
+ },
1148
+ {
1149
+ "displayName": "Destination",
1150
+ "name": "destination",
1151
+ "type": "json",
1152
+ "default": "{\n \"appEngineVersion\": {},\n \"cloudFunction\": {},\n \"cloudRunRevision\": {}\n}",
1153
+ "description": "Source or destination of the Connectivity Test.",
1154
+ "routing": {
1155
+ "send": {
1156
+ "property": "destination",
1157
+ "propertyInDotNotation": false,
1158
+ "type": "body",
1159
+ "value": "={{ JSON.parse($value) }}"
1160
+ }
1161
+ },
1162
+ "displayOptions": {
1163
+ "show": {
1164
+ "resource": [
1165
+ "Projects"
1166
+ ],
1167
+ "operation": [
1168
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1169
+ ]
1170
+ }
1171
+ }
1172
+ },
1173
+ {
1174
+ "displayName": "Display Name",
1175
+ "name": "displayName",
1176
+ "type": "string",
1177
+ "default": "",
1178
+ "description": "Output only. The display name of a Connectivity Test.",
1179
+ "routing": {
1180
+ "send": {
1181
+ "property": "displayName",
1182
+ "propertyInDotNotation": false,
1183
+ "type": "body",
1184
+ "value": "={{ $value }}"
1185
+ }
1186
+ },
1187
+ "displayOptions": {
1188
+ "show": {
1189
+ "resource": [
1190
+ "Projects"
1191
+ ],
1192
+ "operation": [
1193
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1194
+ ]
1195
+ }
1196
+ }
1197
+ },
1198
+ {
1199
+ "displayName": "Labels",
1200
+ "name": "labels",
1201
+ "type": "json",
1202
+ "default": "{}",
1203
+ "description": "Resource labels to represent user-provided metadata.",
1204
+ "routing": {
1205
+ "send": {
1206
+ "property": "labels",
1207
+ "propertyInDotNotation": false,
1208
+ "type": "body",
1209
+ "value": "={{ JSON.parse($value) }}"
1210
+ }
1211
+ },
1212
+ "displayOptions": {
1213
+ "show": {
1214
+ "resource": [
1215
+ "Projects"
1216
+ ],
1217
+ "operation": [
1218
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1219
+ ]
1220
+ }
1221
+ }
1222
+ },
1223
+ {
1224
+ "displayName": "Name",
1225
+ "name": "name",
1226
+ "type": "string",
1227
+ "default": "",
1228
+ "description": "Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}`",
1229
+ "routing": {
1230
+ "send": {
1231
+ "property": "name",
1232
+ "propertyInDotNotation": false,
1233
+ "type": "body",
1234
+ "value": "={{ $value }}"
1235
+ }
1236
+ },
1237
+ "displayOptions": {
1238
+ "show": {
1239
+ "resource": [
1240
+ "Projects"
1241
+ ],
1242
+ "operation": [
1243
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1244
+ ]
1245
+ }
1246
+ }
1247
+ },
1248
+ {
1249
+ "displayName": "Probing Details",
1250
+ "name": "probingDetails",
1251
+ "type": "json",
1252
+ "default": "{\n \"destinationEgressLocation\": {},\n \"endpointInfo\": {},\n \"error\": {\n \"details\": [\n null\n ]\n },\n \"probingLatency\": {\n \"latencyPercentiles\": [\n {}\n ]\n }\n}",
1253
+ "description": "Results of active probing from the last run of the test.",
1254
+ "routing": {
1255
+ "send": {
1256
+ "property": "probingDetails",
1257
+ "propertyInDotNotation": false,
1258
+ "type": "body",
1259
+ "value": "={{ JSON.parse($value) }}"
1260
+ }
1261
+ },
1262
+ "displayOptions": {
1263
+ "show": {
1264
+ "resource": [
1265
+ "Projects"
1266
+ ],
1267
+ "operation": [
1268
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1269
+ ]
1270
+ }
1271
+ }
1272
+ },
1273
+ {
1274
+ "displayName": "Protocol",
1275
+ "name": "protocol",
1276
+ "type": "string",
1277
+ "default": "",
1278
+ "description": "IP Protocol of the test. When not provided, \"TCP\" is assumed.",
1279
+ "routing": {
1280
+ "send": {
1281
+ "property": "protocol",
1282
+ "propertyInDotNotation": false,
1283
+ "type": "body",
1284
+ "value": "={{ $value }}"
1285
+ }
1286
+ },
1287
+ "displayOptions": {
1288
+ "show": {
1289
+ "resource": [
1290
+ "Projects"
1291
+ ],
1292
+ "operation": [
1293
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1294
+ ]
1295
+ }
1296
+ }
1297
+ },
1298
+ {
1299
+ "displayName": "Reachability Details",
1300
+ "name": "reachabilityDetails",
1301
+ "type": "json",
1302
+ "default": "{\n \"error\": {\n \"details\": [\n null\n ]\n },\n \"traces\": [\n {\n \"endpointInfo\": {},\n \"steps\": [\n {\n \"abort\": {\n \"projectsMissingPermission\": [\n null\n ]\n },\n \"appEngineVersion\": {},\n \"cloudFunction\": {},\n \"cloudRunRevision\": {},\n \"cloudSqlInstance\": {},\n \"deliver\": {},\n \"drop\": {},\n \"endpoint\": {},\n \"firewall\": {\n \"targetServiceAccounts\": [\n null\n ],\n \"targetTags\": [\n null\n ]\n },\n \"forward\": {},\n \"forwardingRule\": {},\n \"gkeMaster\": {},\n \"instance\": {\n \"networkTags\": [\n null\n ]\n },\n \"loadBalancer\": {\n \"backends\": [\n {\n \"healthCheckAllowingFirewallRules\": [\n null\n ],\n \"healthCheckBlockingFirewallRules\": [\n null\n ]\n }\n ]\n },\n \"network\": {},\n \"route\": {\n \"destPortRanges\": [\n null\n ],\n \"instanceTags\": [\n null\n ],\n \"protocols\": [\n null\n ],\n \"srcPortRanges\": [\n null\n ]\n },\n \"vpcConnector\": {},\n \"vpnGateway\": {},\n \"vpnTunnel\": {}\n }\n ]\n }\n ]\n}",
1303
+ "description": "Results of the configuration analysis from the last run of the test.",
1304
+ "routing": {
1305
+ "send": {
1306
+ "property": "reachabilityDetails",
1307
+ "propertyInDotNotation": false,
1308
+ "type": "body",
1309
+ "value": "={{ JSON.parse($value) }}"
1310
+ }
1311
+ },
1312
+ "displayOptions": {
1313
+ "show": {
1314
+ "resource": [
1315
+ "Projects"
1316
+ ],
1317
+ "operation": [
1318
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1319
+ ]
1320
+ }
1321
+ }
1322
+ },
1323
+ {
1324
+ "displayName": "Related Projects",
1325
+ "name": "relatedProjects",
1326
+ "type": "json",
1327
+ "default": "[\n null\n]",
1328
+ "description": "Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.",
1329
+ "routing": {
1330
+ "send": {
1331
+ "property": "relatedProjects",
1332
+ "propertyInDotNotation": false,
1333
+ "type": "body",
1334
+ "value": "={{ JSON.parse($value) }}"
1335
+ }
1336
+ },
1337
+ "displayOptions": {
1338
+ "show": {
1339
+ "resource": [
1340
+ "Projects"
1341
+ ],
1342
+ "operation": [
1343
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1344
+ ]
1345
+ }
1346
+ }
1347
+ },
1348
+ {
1349
+ "displayName": "Source",
1350
+ "name": "source",
1351
+ "type": "json",
1352
+ "default": "{\n \"appEngineVersion\": {},\n \"cloudFunction\": {},\n \"cloudRunRevision\": {}\n}",
1353
+ "description": "Source or destination of the Connectivity Test.",
1354
+ "routing": {
1355
+ "send": {
1356
+ "property": "source",
1357
+ "propertyInDotNotation": false,
1358
+ "type": "body",
1359
+ "value": "={{ JSON.parse($value) }}"
1360
+ }
1361
+ },
1362
+ "displayOptions": {
1363
+ "show": {
1364
+ "resource": [
1365
+ "Projects"
1366
+ ],
1367
+ "operation": [
1368
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1369
+ ]
1370
+ }
1371
+ }
1372
+ },
1373
+ {
1374
+ "displayName": "Update Time",
1375
+ "name": "updateTime",
1376
+ "type": "string",
1377
+ "default": "",
1378
+ "description": "Output only. The time the test's configuration was updated.",
1379
+ "routing": {
1380
+ "send": {
1381
+ "property": "updateTime",
1382
+ "propertyInDotNotation": false,
1383
+ "type": "body",
1384
+ "value": "={{ $value }}"
1385
+ }
1386
+ },
1387
+ "displayOptions": {
1388
+ "show": {
1389
+ "resource": [
1390
+ "Projects"
1391
+ ],
1392
+ "operation": [
1393
+ "Networkmanagement Projects Locations Global Connectivity Tests Create"
1394
+ ]
1395
+ }
1396
+ }
1397
+ },
1398
+ {
1399
+ "displayName": "GET /v1beta1/{resource}:getIamPolicy",
1400
+ "name": "operation",
1401
+ "type": "notice",
1402
+ "typeOptions": {
1403
+ "theme": "info"
1404
+ },
1405
+ "default": "",
1406
+ "displayOptions": {
1407
+ "show": {
1408
+ "resource": [
1409
+ "Projects"
1410
+ ],
1411
+ "operation": [
1412
+ "Networkmanagement Projects Locations Global Connectivity Tests Get Iam Policy"
1413
+ ]
1414
+ }
1415
+ }
1416
+ },
1417
+ {
1418
+ "displayName": "Resource",
1419
+ "name": "resource",
1420
+ "required": true,
1421
+ "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1422
+ "default": "",
1423
+ "type": "string",
1424
+ "displayOptions": {
1425
+ "show": {
1426
+ "resource": [
1427
+ "Projects"
1428
+ ],
1429
+ "operation": [
1430
+ "Networkmanagement Projects Locations Global Connectivity Tests Get Iam Policy"
1431
+ ]
1432
+ }
1433
+ }
1434
+ },
1435
+ {
1436
+ "displayName": "Options Requested Policy Version",
1437
+ "name": "options-requestedPolicyVersion",
1438
+ "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
1439
+ "default": 0,
1440
+ "type": "number",
1441
+ "routing": {
1442
+ "send": {
1443
+ "type": "query",
1444
+ "property": "options.requestedPolicyVersion",
1445
+ "value": "={{ $value }}",
1446
+ "propertyInDotNotation": false
1447
+ }
1448
+ },
1449
+ "displayOptions": {
1450
+ "show": {
1451
+ "resource": [
1452
+ "Projects"
1453
+ ],
1454
+ "operation": [
1455
+ "Networkmanagement Projects Locations Global Connectivity Tests Get Iam Policy"
1456
+ ]
1457
+ }
1458
+ }
1459
+ },
1460
+ {
1461
+ "displayName": "POST /v1beta1/{resource}:setIamPolicy",
1462
+ "name": "operation",
1463
+ "type": "notice",
1464
+ "typeOptions": {
1465
+ "theme": "info"
1466
+ },
1467
+ "default": "",
1468
+ "displayOptions": {
1469
+ "show": {
1470
+ "resource": [
1471
+ "Projects"
1472
+ ],
1473
+ "operation": [
1474
+ "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy"
1475
+ ]
1476
+ }
1477
+ }
1478
+ },
1479
+ {
1480
+ "displayName": "Resource",
1481
+ "name": "resource",
1482
+ "required": true,
1483
+ "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1484
+ "default": "",
1485
+ "type": "string",
1486
+ "displayOptions": {
1487
+ "show": {
1488
+ "resource": [
1489
+ "Projects"
1490
+ ],
1491
+ "operation": [
1492
+ "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy"
1493
+ ]
1494
+ }
1495
+ }
1496
+ },
1497
+ {
1498
+ "displayName": "Policy",
1499
+ "name": "policy",
1500
+ "type": "json",
1501
+ "default": "{\n \"auditConfigs\": [\n {\n \"auditLogConfigs\": [\n {\n \"exemptedMembers\": [\n null\n ]\n }\n ]\n }\n ],\n \"bindings\": [\n {\n \"condition\": {},\n \"members\": [\n null\n ]\n }\n ]\n}",
1502
+ "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
1503
+ "routing": {
1504
+ "send": {
1505
+ "property": "policy",
1506
+ "propertyInDotNotation": false,
1507
+ "type": "body",
1508
+ "value": "={{ JSON.parse($value) }}"
1509
+ }
1510
+ },
1511
+ "displayOptions": {
1512
+ "show": {
1513
+ "resource": [
1514
+ "Projects"
1515
+ ],
1516
+ "operation": [
1517
+ "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy"
1518
+ ]
1519
+ }
1520
+ }
1521
+ },
1522
+ {
1523
+ "displayName": "Update Mask",
1524
+ "name": "updateMask",
1525
+ "type": "string",
1526
+ "default": "",
1527
+ "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
1528
+ "routing": {
1529
+ "send": {
1530
+ "property": "updateMask",
1531
+ "propertyInDotNotation": false,
1532
+ "type": "body",
1533
+ "value": "={{ $value }}"
1534
+ }
1535
+ },
1536
+ "displayOptions": {
1537
+ "show": {
1538
+ "resource": [
1539
+ "Projects"
1540
+ ],
1541
+ "operation": [
1542
+ "Networkmanagement Projects Locations Global Connectivity Tests Set Iam Policy"
1543
+ ]
1544
+ }
1545
+ }
1546
+ },
1547
+ {
1548
+ "displayName": "POST /v1beta1/{resource}:testIamPermissions",
1549
+ "name": "operation",
1550
+ "type": "notice",
1551
+ "typeOptions": {
1552
+ "theme": "info"
1553
+ },
1554
+ "default": "",
1555
+ "displayOptions": {
1556
+ "show": {
1557
+ "resource": [
1558
+ "Projects"
1559
+ ],
1560
+ "operation": [
1561
+ "Networkmanagement Projects Locations Global Connectivity Tests Test Iam Permissions"
1562
+ ]
1563
+ }
1564
+ }
1565
+ },
1566
+ {
1567
+ "displayName": "Resource",
1568
+ "name": "resource",
1569
+ "required": true,
1570
+ "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
1571
+ "default": "",
1572
+ "type": "string",
1573
+ "displayOptions": {
1574
+ "show": {
1575
+ "resource": [
1576
+ "Projects"
1577
+ ],
1578
+ "operation": [
1579
+ "Networkmanagement Projects Locations Global Connectivity Tests Test Iam Permissions"
1580
+ ]
1581
+ }
1582
+ }
1583
+ },
1584
+ {
1585
+ "displayName": "Permissions",
1586
+ "name": "permissions",
1587
+ "type": "json",
1588
+ "default": "[\n null\n]",
1589
+ "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
1590
+ "routing": {
1591
+ "send": {
1592
+ "property": "permissions",
1593
+ "propertyInDotNotation": false,
1594
+ "type": "body",
1595
+ "value": "={{ JSON.parse($value) }}"
1596
+ }
1597
+ },
1598
+ "displayOptions": {
1599
+ "show": {
1600
+ "resource": [
1601
+ "Projects"
1602
+ ],
1603
+ "operation": [
1604
+ "Networkmanagement Projects Locations Global Connectivity Tests Test Iam Permissions"
1605
+ ]
1606
+ }
1607
+ }
1608
+ },
1609
+ ];
1610
+ //# sourceMappingURL=index.js.map