catocli 1.0.13__py3-none-any.whl → 1.0.14__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (107) hide show
  1. catocli/Utils/clidriver.py +11 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_site/__init__.py +14 -0
  5. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  6. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  7. catocli/parsers/mutation_sites/__init__.py +14 -0
  8. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  9. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  10. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/METADATA +1 -1
  11. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/RECORD +23 -103
  12. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/top_level.txt +0 -2
  13. graphql_client/api_client_types.py +4 -0
  14. models/mutation.site.addIpsecIkeV2SiteTunnels.json +403 -0
  15. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  16. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +403 -0
  17. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  18. models/query.accountSnapshot.json +162 -2
  19. models/query.licensing.json +126 -0
  20. schema/catolib.py +11 -2
  21. build/lib/catocli/Utils/clidriver.py +0 -117
  22. build/lib/catocli/__init__.py +0 -2
  23. build/lib/catocli/__main__.py +0 -12
  24. build/lib/catocli/parsers/custom/__init__.py +0 -47
  25. build/lib/catocli/parsers/custom/customLib.py +0 -70
  26. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  27. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  28. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  29. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  30. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  31. build/lib/catocli/parsers/parserApiClient.py +0 -309
  32. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  33. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  34. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  35. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  36. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  37. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  38. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  39. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  40. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  41. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  42. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  43. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  44. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  45. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  46. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  47. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  48. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  49. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  50. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  51. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  52. build/lib/catocli/parsers/raw/__init__.py +0 -9
  53. build/lib/graphql_client/__init__.py +0 -11
  54. build/lib/graphql_client/api/__init__.py +0 -3
  55. build/lib/graphql_client/api/call_api.py +0 -73
  56. build/lib/graphql_client/api_client.py +0 -192
  57. build/lib/graphql_client/api_client_types.py +0 -404
  58. build/lib/graphql_client/configuration.py +0 -230
  59. build/lib/graphql_client/models/__init__.py +0 -13
  60. build/lib/graphql_client/models/no_schema.py +0 -71
  61. build/lib/schema/catolib.py +0 -1016
  62. build/lib/schema/importSchema.py +0 -60
  63. build/lib/vendor/certifi/__init__.py +0 -4
  64. build/lib/vendor/certifi/__main__.py +0 -12
  65. build/lib/vendor/certifi/core.py +0 -114
  66. build/lib/vendor/certifi/py.typed +0 -0
  67. build/lib/vendor/six.py +0 -998
  68. build/lib/vendor/urllib3/__init__.py +0 -211
  69. build/lib/vendor/urllib3/_base_connection.py +0 -172
  70. build/lib/vendor/urllib3/_collections.py +0 -483
  71. build/lib/vendor/urllib3/_request_methods.py +0 -278
  72. build/lib/vendor/urllib3/_version.py +0 -16
  73. build/lib/vendor/urllib3/connection.py +0 -1033
  74. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  75. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  76. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  77. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  78. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  79. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  80. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  81. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  82. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  83. build/lib/vendor/urllib3/exceptions.py +0 -321
  84. build/lib/vendor/urllib3/fields.py +0 -341
  85. build/lib/vendor/urllib3/filepost.py +0 -89
  86. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  87. build/lib/vendor/urllib3/http2/connection.py +0 -356
  88. build/lib/vendor/urllib3/http2/probe.py +0 -87
  89. build/lib/vendor/urllib3/poolmanager.py +0 -637
  90. build/lib/vendor/urllib3/py.typed +0 -2
  91. build/lib/vendor/urllib3/response.py +0 -1265
  92. build/lib/vendor/urllib3/util/__init__.py +0 -42
  93. build/lib/vendor/urllib3/util/connection.py +0 -137
  94. build/lib/vendor/urllib3/util/proxy.py +0 -43
  95. build/lib/vendor/urllib3/util/request.py +0 -256
  96. build/lib/vendor/urllib3/util/response.py +0 -101
  97. build/lib/vendor/urllib3/util/retry.py +0 -533
  98. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  99. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  100. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  101. build/lib/vendor/urllib3/util/timeout.py +0 -275
  102. build/lib/vendor/urllib3/util/url.py +0 -471
  103. build/lib/vendor/urllib3/util/util.py +0 -42
  104. build/lib/vendor/urllib3/util/wait.py +0 -124
  105. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/LICENSE +0 -0
  106. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/WHEEL +0 -0
  107. {catocli-1.0.13.dist-info → catocli-1.0.14.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,861 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "removeIpsecIkeV2SiteTunnels": {
25
+ "args": {
26
+ "removeIpsecIkeV2SiteTunnels___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "removeIpsecIkeV2SiteTunnels___input",
30
+ "name": "input",
31
+ "path": "removeIpsecIkeV2SiteTunnels.input",
32
+ "requestStr": "$RemoveIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$RemoveIpsecIkeV2SiteTunnelsInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "tunnelId": {
42
+ "defaultValue": null,
43
+ "description": "The IDs of the tunnels",
44
+ "id_str": "removeIpsecIkeV2SiteTunnels___input___tunnelId",
45
+ "name": "tunnelId",
46
+ "path": "removeIpsecIkeV2SiteTunnels.input.tunnelId",
47
+ "requestStr": "$tunnelId:[IPSecV2InterfaceId]! ",
48
+ "required": true,
49
+ "responseStr": "tunnelId:$tunnelId ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": [
54
+ {
55
+ "deprecationReason": null,
56
+ "description": null,
57
+ "isDeprecated": false,
58
+ "name": "PRIMARY1"
59
+ },
60
+ {
61
+ "deprecationReason": null,
62
+ "description": null,
63
+ "isDeprecated": false,
64
+ "name": "PRIMARY2"
65
+ },
66
+ {
67
+ "deprecationReason": null,
68
+ "description": null,
69
+ "isDeprecated": false,
70
+ "name": "PRIMARY3"
71
+ },
72
+ {
73
+ "deprecationReason": null,
74
+ "description": null,
75
+ "isDeprecated": false,
76
+ "name": "SECONDARY1"
77
+ },
78
+ {
79
+ "deprecationReason": null,
80
+ "description": null,
81
+ "isDeprecated": false,
82
+ "name": "SECONDARY2"
83
+ },
84
+ {
85
+ "deprecationReason": null,
86
+ "description": null,
87
+ "isDeprecated": false,
88
+ "name": "SECONDARY3"
89
+ }
90
+ ],
91
+ "fields": null,
92
+ "inputFields": null,
93
+ "interfaces": null,
94
+ "kind": "ENUM",
95
+ "name": "IPSecV2InterfaceId",
96
+ "possibleTypes": null
97
+ },
98
+ "indexType": "enum",
99
+ "kind": [
100
+ "NON_NULL",
101
+ "LIST",
102
+ "NON_NULL",
103
+ "ENUM"
104
+ ],
105
+ "name": "IPSecV2InterfaceId",
106
+ "non_null": false
107
+ },
108
+ "varName": "tunnelId"
109
+ }
110
+ },
111
+ "interfaces": null,
112
+ "kind": "INPUT_OBJECT",
113
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
114
+ "possibleTypes": null
115
+ },
116
+ "indexType": "input_object",
117
+ "kind": [
118
+ "NON_NULL",
119
+ "INPUT_OBJECT"
120
+ ],
121
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
122
+ "non_null": false
123
+ },
124
+ "varName": "RemoveIpsecIkeV2SiteTunnelsInput"
125
+ },
126
+ "removeIpsecIkeV2SiteTunnels___siteId": {
127
+ "defaultValue": null,
128
+ "description": null,
129
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
130
+ "name": "siteId",
131
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
132
+ "requestStr": "$siteId:ID! ",
133
+ "required": true,
134
+ "responseStr": "siteId:$siteId ",
135
+ "type": {
136
+ "kind": [
137
+ "NON_NULL",
138
+ "SCALAR"
139
+ ],
140
+ "name": "ID",
141
+ "non_null": false
142
+ },
143
+ "varName": "siteId"
144
+ }
145
+ },
146
+ "deprecationReason": null,
147
+ "description": null,
148
+ "isDeprecated": false,
149
+ "name": "removeIpsecIkeV2SiteTunnels",
150
+ "type": {
151
+ "kind": "OBJECT",
152
+ "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
153
+ "ofType": null
154
+ }
155
+ }
156
+ },
157
+ "deprecationReason": "in favor of sites",
158
+ "description": null,
159
+ "fieldTypes": {
160
+ "IPSecV2InterfaceId": true,
161
+ "RemoveIpsecIkeV2SiteMultiTunnelPayload": true,
162
+ "RemoveIpsecIkeV2SiteTunnelPayload": true,
163
+ "RemoveIpsecIkeV2SiteTunnelsPayload": true
164
+ },
165
+ "isDeprecated": true,
166
+ "name": "site",
167
+ "operationArgs": {
168
+ "RemoveIpsecIkeV2SiteTunnelsInput": {
169
+ "defaultValue": null,
170
+ "description": null,
171
+ "id_str": "removeIpsecIkeV2SiteTunnels___input",
172
+ "name": "input",
173
+ "path": "removeIpsecIkeV2SiteTunnels.input",
174
+ "requestStr": "$RemoveIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
175
+ "required": true,
176
+ "responseStr": "input:$RemoveIpsecIkeV2SiteTunnelsInput ",
177
+ "type": {
178
+ "definition": {
179
+ "description": null,
180
+ "enumValues": null,
181
+ "fields": null,
182
+ "inputFields": {
183
+ "tunnelId": {
184
+ "defaultValue": null,
185
+ "description": "The IDs of the tunnels",
186
+ "id_str": "removeIpsecIkeV2SiteTunnels___input___tunnelId",
187
+ "name": "tunnelId",
188
+ "path": "removeIpsecIkeV2SiteTunnels.input.tunnelId",
189
+ "requestStr": "$tunnelId:[IPSecV2InterfaceId]! ",
190
+ "required": true,
191
+ "responseStr": "tunnelId:$tunnelId ",
192
+ "type": {
193
+ "definition": {
194
+ "description": null,
195
+ "enumValues": [
196
+ {
197
+ "deprecationReason": null,
198
+ "description": null,
199
+ "isDeprecated": false,
200
+ "name": "PRIMARY1"
201
+ },
202
+ {
203
+ "deprecationReason": null,
204
+ "description": null,
205
+ "isDeprecated": false,
206
+ "name": "PRIMARY2"
207
+ },
208
+ {
209
+ "deprecationReason": null,
210
+ "description": null,
211
+ "isDeprecated": false,
212
+ "name": "PRIMARY3"
213
+ },
214
+ {
215
+ "deprecationReason": null,
216
+ "description": null,
217
+ "isDeprecated": false,
218
+ "name": "SECONDARY1"
219
+ },
220
+ {
221
+ "deprecationReason": null,
222
+ "description": null,
223
+ "isDeprecated": false,
224
+ "name": "SECONDARY2"
225
+ },
226
+ {
227
+ "deprecationReason": null,
228
+ "description": null,
229
+ "isDeprecated": false,
230
+ "name": "SECONDARY3"
231
+ }
232
+ ],
233
+ "fields": null,
234
+ "inputFields": null,
235
+ "interfaces": null,
236
+ "kind": "ENUM",
237
+ "name": "IPSecV2InterfaceId",
238
+ "possibleTypes": null
239
+ },
240
+ "indexType": "enum",
241
+ "kind": [
242
+ "NON_NULL",
243
+ "LIST",
244
+ "NON_NULL",
245
+ "ENUM"
246
+ ],
247
+ "name": "IPSecV2InterfaceId",
248
+ "non_null": false
249
+ },
250
+ "varName": "tunnelId"
251
+ }
252
+ },
253
+ "interfaces": null,
254
+ "kind": "INPUT_OBJECT",
255
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
256
+ "possibleTypes": null
257
+ },
258
+ "indexType": "input_object",
259
+ "kind": [
260
+ "NON_NULL",
261
+ "INPUT_OBJECT"
262
+ ],
263
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
264
+ "non_null": false
265
+ },
266
+ "varName": "RemoveIpsecIkeV2SiteTunnelsInput"
267
+ },
268
+ "accountId": {
269
+ "defaultValue": null,
270
+ "description": null,
271
+ "id_str": "accountId",
272
+ "name": "accountId",
273
+ "path": "accountId",
274
+ "requestStr": "$accountId:ID! ",
275
+ "required": true,
276
+ "responseStr": "accountId:$accountId ",
277
+ "type": {
278
+ "kind": [
279
+ "NON_NULL",
280
+ "SCALAR"
281
+ ],
282
+ "name": "ID",
283
+ "non_null": false
284
+ },
285
+ "varName": "accountId"
286
+ },
287
+ "siteId": {
288
+ "defaultValue": null,
289
+ "description": null,
290
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
291
+ "name": "siteId",
292
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
293
+ "requestStr": "$siteId:ID! ",
294
+ "required": true,
295
+ "responseStr": "siteId:$siteId ",
296
+ "type": {
297
+ "kind": [
298
+ "NON_NULL",
299
+ "SCALAR"
300
+ ],
301
+ "name": "ID",
302
+ "non_null": false
303
+ },
304
+ "varName": "siteId"
305
+ }
306
+ },
307
+ "path": "mutation.site.removeIpsecIkeV2SiteTunnels",
308
+ "type": {
309
+ "definition": {
310
+ "description": null,
311
+ "enumValues": null,
312
+ "fields": {
313
+ "removeIpsecIkeV2SiteTunnels": {
314
+ "args": {
315
+ "removeIpsecIkeV2SiteTunnels___input": {
316
+ "defaultValue": null,
317
+ "description": null,
318
+ "id_str": "removeIpsecIkeV2SiteTunnels___input",
319
+ "name": "input",
320
+ "path": "removeIpsecIkeV2SiteTunnels.input",
321
+ "requestStr": "$RemoveIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
322
+ "required": true,
323
+ "responseStr": "input:$RemoveIpsecIkeV2SiteTunnelsInput ",
324
+ "type": {
325
+ "definition": {
326
+ "description": null,
327
+ "enumValues": null,
328
+ "fields": null,
329
+ "inputFields": {
330
+ "tunnelId": {
331
+ "defaultValue": null,
332
+ "description": "The IDs of the tunnels",
333
+ "id_str": "removeIpsecIkeV2SiteTunnels___input___tunnelId",
334
+ "name": "tunnelId",
335
+ "path": "removeIpsecIkeV2SiteTunnels.input.tunnelId",
336
+ "requestStr": "$tunnelId:[IPSecV2InterfaceId]! ",
337
+ "required": true,
338
+ "responseStr": "tunnelId:$tunnelId ",
339
+ "type": {
340
+ "definition": {
341
+ "description": null,
342
+ "enumValues": [
343
+ {
344
+ "deprecationReason": null,
345
+ "description": null,
346
+ "isDeprecated": false,
347
+ "name": "PRIMARY1"
348
+ },
349
+ {
350
+ "deprecationReason": null,
351
+ "description": null,
352
+ "isDeprecated": false,
353
+ "name": "PRIMARY2"
354
+ },
355
+ {
356
+ "deprecationReason": null,
357
+ "description": null,
358
+ "isDeprecated": false,
359
+ "name": "PRIMARY3"
360
+ },
361
+ {
362
+ "deprecationReason": null,
363
+ "description": null,
364
+ "isDeprecated": false,
365
+ "name": "SECONDARY1"
366
+ },
367
+ {
368
+ "deprecationReason": null,
369
+ "description": null,
370
+ "isDeprecated": false,
371
+ "name": "SECONDARY2"
372
+ },
373
+ {
374
+ "deprecationReason": null,
375
+ "description": null,
376
+ "isDeprecated": false,
377
+ "name": "SECONDARY3"
378
+ }
379
+ ],
380
+ "fields": null,
381
+ "inputFields": null,
382
+ "interfaces": null,
383
+ "kind": "ENUM",
384
+ "name": "IPSecV2InterfaceId",
385
+ "possibleTypes": null
386
+ },
387
+ "indexType": "enum",
388
+ "kind": [
389
+ "NON_NULL",
390
+ "LIST",
391
+ "NON_NULL",
392
+ "ENUM"
393
+ ],
394
+ "name": "IPSecV2InterfaceId",
395
+ "non_null": false
396
+ },
397
+ "varName": "tunnelId"
398
+ }
399
+ },
400
+ "interfaces": null,
401
+ "kind": "INPUT_OBJECT",
402
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
403
+ "possibleTypes": null
404
+ },
405
+ "indexType": "input_object",
406
+ "kind": [
407
+ "NON_NULL",
408
+ "INPUT_OBJECT"
409
+ ],
410
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
411
+ "non_null": false
412
+ },
413
+ "varName": "RemoveIpsecIkeV2SiteTunnelsInput"
414
+ },
415
+ "removeIpsecIkeV2SiteTunnels___siteId": {
416
+ "defaultValue": null,
417
+ "description": null,
418
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
419
+ "name": "siteId",
420
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
421
+ "requestStr": "$siteId:ID! ",
422
+ "required": true,
423
+ "responseStr": "siteId:$siteId ",
424
+ "type": {
425
+ "kind": [
426
+ "NON_NULL",
427
+ "SCALAR"
428
+ ],
429
+ "name": "ID",
430
+ "non_null": false
431
+ },
432
+ "varName": "siteId"
433
+ }
434
+ },
435
+ "deprecationReason": null,
436
+ "description": null,
437
+ "id_str": "removeIpsecIkeV2SiteTunnels",
438
+ "isDeprecated": false,
439
+ "name": "removeIpsecIkeV2SiteTunnels",
440
+ "path": "removeIpsecIkeV2SiteTunnels",
441
+ "requestStr": "$RemoveIpsecIkeV2SiteTunnelsPayload:RemoveIpsecIkeV2SiteTunnelsPayload ",
442
+ "required": false,
443
+ "responseStr": "removeIpsecIkeV2SiteTunnels:$RemoveIpsecIkeV2SiteTunnelsPayload ",
444
+ "type": {
445
+ "definition": {
446
+ "description": null,
447
+ "enumValues": null,
448
+ "fields": {
449
+ "primary": {
450
+ "args": {},
451
+ "deprecationReason": null,
452
+ "description": "Cato\u2019s FQDN for the primary tunnel",
453
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary",
454
+ "isDeprecated": false,
455
+ "name": "primary",
456
+ "path": "removeIpsecIkeV2SiteTunnels.primary",
457
+ "requestStr": "$RemoveIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
458
+ "required": false,
459
+ "responseStr": "primary:$RemoveIpsecIkeV2SiteMultiTunnelPayload ",
460
+ "type": {
461
+ "definition": {
462
+ "description": null,
463
+ "enumValues": null,
464
+ "fields": {
465
+ "fqdn": {
466
+ "args": {},
467
+ "deprecationReason": null,
468
+ "description": "Cato\u2019s FQDN for the multi-tunnel",
469
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___fqdn",
470
+ "isDeprecated": false,
471
+ "name": "fqdn",
472
+ "path": "removeIpsecIkeV2SiteTunnels.primary.fqdn",
473
+ "requestStr": "$fqdn:Fqdn ",
474
+ "required": false,
475
+ "responseStr": "fqdn:$fqdn ",
476
+ "type": {
477
+ "kind": [
478
+ "SCALAR"
479
+ ],
480
+ "name": "Fqdn",
481
+ "non_null": false
482
+ },
483
+ "varName": "fqdn"
484
+ },
485
+ "tunnels": {
486
+ "args": {},
487
+ "deprecationReason": null,
488
+ "description": null,
489
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___tunnels",
490
+ "isDeprecated": false,
491
+ "name": "tunnels",
492
+ "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels",
493
+ "requestStr": "$RemoveIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
494
+ "required": true,
495
+ "responseStr": "tunnels:$RemoveIpsecIkeV2SiteTunnelPayload ",
496
+ "type": {
497
+ "definition": {
498
+ "description": null,
499
+ "enumValues": null,
500
+ "fields": {
501
+ "localId": {
502
+ "args": {},
503
+ "deprecationReason": null,
504
+ "description": "The local ID for the tunnel",
505
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___tunnels___localId",
506
+ "isDeprecated": false,
507
+ "name": "localId",
508
+ "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels.localId",
509
+ "requestStr": "$localId:String ",
510
+ "required": false,
511
+ "responseStr": "localId:$localId ",
512
+ "type": {
513
+ "kind": [
514
+ "SCALAR"
515
+ ],
516
+ "name": "String",
517
+ "non_null": false
518
+ },
519
+ "varName": "localId"
520
+ },
521
+ "tunnelId": {
522
+ "alias": "IPSecV2InterfaceIdTunnelId: tunnelId",
523
+ "args": {},
524
+ "deprecationReason": null,
525
+ "description": "The ID of the tunnel",
526
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___tunnels___tunnelId",
527
+ "isDeprecated": false,
528
+ "name": "tunnelId",
529
+ "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels.tunnelId",
530
+ "requestStr": "$tunnelId:IPSecV2InterfaceId ",
531
+ "required": false,
532
+ "responseStr": "tunnelId:$tunnelId ",
533
+ "type": {
534
+ "definition": {
535
+ "description": null,
536
+ "enumValues": [
537
+ {
538
+ "deprecationReason": null,
539
+ "description": null,
540
+ "isDeprecated": false,
541
+ "name": "PRIMARY1"
542
+ },
543
+ {
544
+ "deprecationReason": null,
545
+ "description": null,
546
+ "isDeprecated": false,
547
+ "name": "PRIMARY2"
548
+ },
549
+ {
550
+ "deprecationReason": null,
551
+ "description": null,
552
+ "isDeprecated": false,
553
+ "name": "PRIMARY3"
554
+ },
555
+ {
556
+ "deprecationReason": null,
557
+ "description": null,
558
+ "isDeprecated": false,
559
+ "name": "SECONDARY1"
560
+ },
561
+ {
562
+ "deprecationReason": null,
563
+ "description": null,
564
+ "isDeprecated": false,
565
+ "name": "SECONDARY2"
566
+ },
567
+ {
568
+ "deprecationReason": null,
569
+ "description": null,
570
+ "isDeprecated": false,
571
+ "name": "SECONDARY3"
572
+ }
573
+ ],
574
+ "fields": null,
575
+ "inputFields": null,
576
+ "interfaces": null,
577
+ "kind": "ENUM",
578
+ "name": "IPSecV2InterfaceId",
579
+ "possibleTypes": null
580
+ },
581
+ "indexType": "enum",
582
+ "kind": [
583
+ "ENUM"
584
+ ],
585
+ "name": "IPSecV2InterfaceId",
586
+ "non_null": false
587
+ },
588
+ "varName": "tunnelId"
589
+ }
590
+ },
591
+ "inputFields": null,
592
+ "interfaces": {},
593
+ "kind": "OBJECT",
594
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
595
+ "possibleTypes": null
596
+ },
597
+ "indexType": "object",
598
+ "kind": [
599
+ "NON_NULL",
600
+ "LIST",
601
+ "NON_NULL",
602
+ "OBJECT"
603
+ ],
604
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
605
+ "non_null": false
606
+ },
607
+ "varName": "RemoveIpsecIkeV2SiteTunnelPayload"
608
+ }
609
+ },
610
+ "inputFields": null,
611
+ "interfaces": {},
612
+ "kind": "OBJECT",
613
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
614
+ "possibleTypes": null
615
+ },
616
+ "indexType": "object",
617
+ "kind": [
618
+ "OBJECT"
619
+ ],
620
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
621
+ "non_null": false
622
+ },
623
+ "varName": "RemoveIpsecIkeV2SiteMultiTunnelPayload"
624
+ },
625
+ "secondary": {
626
+ "args": {},
627
+ "deprecationReason": null,
628
+ "description": "Cato\u2019s FQDN for the secondary tunnel",
629
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary",
630
+ "isDeprecated": false,
631
+ "name": "secondary",
632
+ "path": "removeIpsecIkeV2SiteTunnels.secondary",
633
+ "requestStr": "$RemoveIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
634
+ "required": false,
635
+ "responseStr": "secondary:$RemoveIpsecIkeV2SiteMultiTunnelPayload ",
636
+ "type": {
637
+ "definition": {
638
+ "description": null,
639
+ "enumValues": null,
640
+ "fields": {
641
+ "fqdn": {
642
+ "args": {},
643
+ "deprecationReason": null,
644
+ "description": "Cato\u2019s FQDN for the multi-tunnel",
645
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___fqdn",
646
+ "isDeprecated": false,
647
+ "name": "fqdn",
648
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.fqdn",
649
+ "requestStr": "$fqdn:Fqdn ",
650
+ "required": false,
651
+ "responseStr": "fqdn:$fqdn ",
652
+ "type": {
653
+ "kind": [
654
+ "SCALAR"
655
+ ],
656
+ "name": "Fqdn",
657
+ "non_null": false
658
+ },
659
+ "varName": "fqdn"
660
+ },
661
+ "tunnels": {
662
+ "args": {},
663
+ "deprecationReason": null,
664
+ "description": null,
665
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___tunnels",
666
+ "isDeprecated": false,
667
+ "name": "tunnels",
668
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels",
669
+ "requestStr": "$RemoveIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
670
+ "required": true,
671
+ "responseStr": "tunnels:$RemoveIpsecIkeV2SiteTunnelPayload ",
672
+ "type": {
673
+ "definition": {
674
+ "description": null,
675
+ "enumValues": null,
676
+ "fields": {
677
+ "localId": {
678
+ "args": {},
679
+ "deprecationReason": null,
680
+ "description": "The local ID for the tunnel",
681
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___tunnels___localId",
682
+ "isDeprecated": false,
683
+ "name": "localId",
684
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels.localId",
685
+ "requestStr": "$localId:String ",
686
+ "required": false,
687
+ "responseStr": "localId:$localId ",
688
+ "type": {
689
+ "kind": [
690
+ "SCALAR"
691
+ ],
692
+ "name": "String",
693
+ "non_null": false
694
+ },
695
+ "varName": "localId"
696
+ },
697
+ "tunnelId": {
698
+ "alias": "IPSecV2InterfaceIdTunnelId: tunnelId",
699
+ "args": {},
700
+ "deprecationReason": null,
701
+ "description": "The ID of the tunnel",
702
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___tunnels___tunnelId",
703
+ "isDeprecated": false,
704
+ "name": "tunnelId",
705
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels.tunnelId",
706
+ "requestStr": "$tunnelId:IPSecV2InterfaceId ",
707
+ "required": false,
708
+ "responseStr": "tunnelId:$tunnelId ",
709
+ "type": {
710
+ "definition": {
711
+ "description": null,
712
+ "enumValues": [
713
+ {
714
+ "deprecationReason": null,
715
+ "description": null,
716
+ "isDeprecated": false,
717
+ "name": "PRIMARY1"
718
+ },
719
+ {
720
+ "deprecationReason": null,
721
+ "description": null,
722
+ "isDeprecated": false,
723
+ "name": "PRIMARY2"
724
+ },
725
+ {
726
+ "deprecationReason": null,
727
+ "description": null,
728
+ "isDeprecated": false,
729
+ "name": "PRIMARY3"
730
+ },
731
+ {
732
+ "deprecationReason": null,
733
+ "description": null,
734
+ "isDeprecated": false,
735
+ "name": "SECONDARY1"
736
+ },
737
+ {
738
+ "deprecationReason": null,
739
+ "description": null,
740
+ "isDeprecated": false,
741
+ "name": "SECONDARY2"
742
+ },
743
+ {
744
+ "deprecationReason": null,
745
+ "description": null,
746
+ "isDeprecated": false,
747
+ "name": "SECONDARY3"
748
+ }
749
+ ],
750
+ "fields": null,
751
+ "inputFields": null,
752
+ "interfaces": null,
753
+ "kind": "ENUM",
754
+ "name": "IPSecV2InterfaceId",
755
+ "possibleTypes": null
756
+ },
757
+ "indexType": "enum",
758
+ "kind": [
759
+ "ENUM"
760
+ ],
761
+ "name": "IPSecV2InterfaceId",
762
+ "non_null": false
763
+ },
764
+ "varName": "tunnelId"
765
+ }
766
+ },
767
+ "inputFields": null,
768
+ "interfaces": {},
769
+ "kind": "OBJECT",
770
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
771
+ "possibleTypes": null
772
+ },
773
+ "indexType": "object",
774
+ "kind": [
775
+ "NON_NULL",
776
+ "LIST",
777
+ "NON_NULL",
778
+ "OBJECT"
779
+ ],
780
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
781
+ "non_null": false
782
+ },
783
+ "varName": "RemoveIpsecIkeV2SiteTunnelPayload"
784
+ }
785
+ },
786
+ "inputFields": null,
787
+ "interfaces": {},
788
+ "kind": "OBJECT",
789
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
790
+ "possibleTypes": null
791
+ },
792
+ "indexType": "object",
793
+ "kind": [
794
+ "OBJECT"
795
+ ],
796
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
797
+ "non_null": false
798
+ },
799
+ "varName": "RemoveIpsecIkeV2SiteMultiTunnelPayload"
800
+ },
801
+ "siteId": {
802
+ "args": {},
803
+ "deprecationReason": null,
804
+ "description": "The ID of the site",
805
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
806
+ "isDeprecated": false,
807
+ "name": "siteId",
808
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
809
+ "requestStr": "$siteId:ID! ",
810
+ "required": true,
811
+ "responseStr": "siteId:$siteId ",
812
+ "type": {
813
+ "kind": [
814
+ "NON_NULL",
815
+ "SCALAR"
816
+ ],
817
+ "name": "ID",
818
+ "non_null": false
819
+ },
820
+ "varName": "siteId"
821
+ }
822
+ },
823
+ "inputFields": null,
824
+ "interfaces": {},
825
+ "kind": "OBJECT",
826
+ "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
827
+ "possibleTypes": null
828
+ },
829
+ "indexType": "object",
830
+ "kind": [
831
+ "OBJECT"
832
+ ],
833
+ "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
834
+ "non_null": false
835
+ },
836
+ "varName": "RemoveIpsecIkeV2SiteTunnelsPayload"
837
+ }
838
+ },
839
+ "inputFields": null,
840
+ "interfaces": [],
841
+ "kind": "OBJECT",
842
+ "name": "SiteMutations",
843
+ "possibleTypes": null
844
+ },
845
+ "indexType": "object",
846
+ "kind": [
847
+ "NON_NULL",
848
+ "OBJECT"
849
+ ],
850
+ "name": "SiteMutations",
851
+ "non_null": false
852
+ },
853
+ "variablesPayload": {
854
+ "RemoveIpsecIkeV2SiteTunnelsInput": {
855
+ "tunnelId": {
856
+ "tunnelId": "enum(IPSecV2InterfaceId)"
857
+ }
858
+ },
859
+ "siteId": "ID"
860
+ }
861
+ }