catocli 1.0.19__py3-none-any.whl → 1.0.20__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 (100) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +174 -0
  4. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  5. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_sandbox/README.md +7 -0
  18. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  19. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  20. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  21. catocli/parsers/mutation_site/__init__.py +28 -0
  22. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  23. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  24. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  25. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  26. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  27. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  28. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  29. catocli/parsers/mutation_sites/__init__.py +28 -0
  30. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  31. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  32. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  33. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  34. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  35. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  36. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  37. catocli/parsers/mutation_xdr/README.md +7 -0
  38. catocli/parsers/mutation_xdr/__init__.py +51 -0
  39. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  40. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  41. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  42. catocli/parsers/query_accountMetrics/README.md +2 -1
  43. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  44. catocli/parsers/query_eventsFeed/README.md +1 -1
  45. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  46. catocli/parsers/query_policy/README.md +2 -1
  47. catocli/parsers/query_sandbox/README.md +17 -0
  48. catocli/parsers/query_sandbox/__init__.py +17 -0
  49. catocli/parsers/query_xdr_story/README.md +1 -1
  50. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  51. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/RECORD +100 -50
  52. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  53. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  54. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  55. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  56. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  57. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  58. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  59. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  60. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  61. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  62. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  63. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  64. models/mutation.sandbox.deleteReport.json +302 -0
  65. models/mutation.sandbox.uploadFile.json +301 -0
  66. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  67. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  68. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  69. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  70. models/mutation.site.addSocketSite.json +72 -15
  71. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  72. models/mutation.site.updateNetworkRange.json +3 -3
  73. models/mutation.site.updateSocketInterface.json +126 -18
  74. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  75. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  76. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  77. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  78. models/mutation.sites.addSocketSite.json +72 -15
  79. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  80. models/mutation.sites.updateNetworkRange.json +3 -3
  81. models/mutation.sites.updateSocketInterface.json +126 -18
  82. models/mutation.xdr.addStoryComment.json +622 -0
  83. models/mutation.xdr.analystFeedback.json +28820 -0
  84. models/mutation.xdr.deleteStoryComment.json +622 -0
  85. models/query.accountMetrics.json +341 -0
  86. models/query.accountSnapshot.json +120 -0
  87. models/query.appStatsTimeSeries.json +37 -0
  88. models/query.auditFeed.json +292 -52
  89. models/query.events.json +1196 -236
  90. models/query.eventsFeed.json +292 -52
  91. models/query.eventsTimeSeries.json +941 -184
  92. models/query.policy.json +2047 -156
  93. models/query.sandbox.json +2047 -0
  94. models/query.xdr.stories.json +134 -4
  95. models/query.xdr.story.json +116 -4
  96. schema/catolib.py +3 -4
  97. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  98. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  99. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  100. {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,647 @@
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
+ "addSecondaryAzureVSocket": {
25
+ "args": {
26
+ "addSecondaryAzureVSocket___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "addSecondaryAzureVSocket___input",
30
+ "name": "input",
31
+ "path": "addSecondaryAzureVSocket.input",
32
+ "requestStr": "$addSecondaryAzureVSocketInput:AddSecondaryAzureVSocketInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$addSecondaryAzureVSocketInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "floatingIp": {
42
+ "defaultValue": null,
43
+ "description": "The floating IP address",
44
+ "id_str": "addSecondaryAzureVSocket___input___floatingIp",
45
+ "name": "floatingIp",
46
+ "path": "addSecondaryAzureVSocket.input.floatingIp",
47
+ "requestStr": "$floatingIp:IPAddress! ",
48
+ "required": true,
49
+ "responseStr": "floatingIp:$floatingIp ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "IPAddress",
56
+ "non_null": false
57
+ },
58
+ "varName": "floatingIp"
59
+ },
60
+ "interfaceIp": {
61
+ "defaultValue": null,
62
+ "description": "The IP address of the interface",
63
+ "id_str": "addSecondaryAzureVSocket___input___interfaceIp",
64
+ "name": "interfaceIp",
65
+ "path": "addSecondaryAzureVSocket.input.interfaceIp",
66
+ "requestStr": "$interfaceIp:IPAddress! ",
67
+ "required": true,
68
+ "responseStr": "interfaceIp:$interfaceIp ",
69
+ "type": {
70
+ "kind": [
71
+ "NON_NULL",
72
+ "SCALAR"
73
+ ],
74
+ "name": "IPAddress",
75
+ "non_null": false
76
+ },
77
+ "varName": "interfaceIp"
78
+ },
79
+ "site": {
80
+ "defaultValue": null,
81
+ "description": "Information about the site where the secondary Azure VSocket is being added.",
82
+ "id_str": "addSecondaryAzureVSocket___input___site",
83
+ "name": "site",
84
+ "path": "addSecondaryAzureVSocket.input.site",
85
+ "requestStr": "$siteRefInput:SiteRefInput! ",
86
+ "required": true,
87
+ "responseStr": "site:$siteRefInput ",
88
+ "type": {
89
+ "definition": {
90
+ "description": null,
91
+ "enumValues": null,
92
+ "fields": null,
93
+ "inputFields": {
94
+ "by": {
95
+ "defaultValue": "ID",
96
+ "description": null,
97
+ "id_str": "addSecondaryAzureVSocket___input___site___by",
98
+ "name": "by",
99
+ "path": "addSecondaryAzureVSocket.input.site.by",
100
+ "requestStr": "$by:ObjectRefBy! ",
101
+ "required": true,
102
+ "responseStr": "by:$by ",
103
+ "type": {
104
+ "definition": {
105
+ "description": null,
106
+ "enumValues": [
107
+ {
108
+ "deprecationReason": null,
109
+ "description": null,
110
+ "isDeprecated": false,
111
+ "name": "ID"
112
+ },
113
+ {
114
+ "deprecationReason": null,
115
+ "description": null,
116
+ "isDeprecated": false,
117
+ "name": "NAME"
118
+ }
119
+ ],
120
+ "fields": null,
121
+ "inputFields": null,
122
+ "interfaces": null,
123
+ "kind": "ENUM",
124
+ "name": "ObjectRefBy",
125
+ "possibleTypes": null
126
+ },
127
+ "indexType": "enum",
128
+ "kind": [
129
+ "NON_NULL",
130
+ "ENUM"
131
+ ],
132
+ "name": "ObjectRefBy",
133
+ "non_null": false
134
+ },
135
+ "varName": "by"
136
+ },
137
+ "input": {
138
+ "defaultValue": null,
139
+ "description": null,
140
+ "id_str": "addSecondaryAzureVSocket___input___site___input",
141
+ "name": "input",
142
+ "path": "addSecondaryAzureVSocket.input.site.input",
143
+ "requestStr": "$input:String! ",
144
+ "required": true,
145
+ "responseStr": "input:$input ",
146
+ "type": {
147
+ "kind": [
148
+ "NON_NULL",
149
+ "SCALAR"
150
+ ],
151
+ "name": "String",
152
+ "non_null": false
153
+ },
154
+ "varName": "input"
155
+ }
156
+ },
157
+ "interfaces": null,
158
+ "kind": "INPUT_OBJECT",
159
+ "name": "SiteRefInput",
160
+ "possibleTypes": null
161
+ },
162
+ "indexType": "input_object",
163
+ "kind": [
164
+ "NON_NULL",
165
+ "INPUT_OBJECT"
166
+ ],
167
+ "name": "SiteRefInput",
168
+ "non_null": false
169
+ },
170
+ "varName": "siteRefInput"
171
+ }
172
+ },
173
+ "interfaces": null,
174
+ "kind": "INPUT_OBJECT",
175
+ "name": "AddSecondaryAzureVSocketInput",
176
+ "possibleTypes": null
177
+ },
178
+ "indexType": "input_object",
179
+ "kind": [
180
+ "NON_NULL",
181
+ "INPUT_OBJECT"
182
+ ],
183
+ "name": "AddSecondaryAzureVSocketInput",
184
+ "non_null": false
185
+ },
186
+ "varName": "addSecondaryAzureVSocketInput"
187
+ }
188
+ },
189
+ "deprecationReason": null,
190
+ "description": "Add a secondary Azure vSocket to an existing site",
191
+ "isDeprecated": false,
192
+ "name": "addSecondaryAzureVSocket",
193
+ "type": {
194
+ "kind": "OBJECT",
195
+ "name": "AddSecondaryAzureVSocketPayload",
196
+ "ofType": null
197
+ }
198
+ }
199
+ },
200
+ "deprecationReason": "in favor of site",
201
+ "description": null,
202
+ "fieldTypes": {
203
+ "AddSecondaryAzureVSocketPayload": true,
204
+ "ObjectRefBy": true,
205
+ "SiteRefInput": true
206
+ },
207
+ "isDeprecated": true,
208
+ "name": "sites",
209
+ "operationArgs": {
210
+ "accountId": {
211
+ "defaultValue": null,
212
+ "description": null,
213
+ "id_str": "accountId",
214
+ "name": "accountId",
215
+ "path": "accountId",
216
+ "requestStr": "$accountId:ID! ",
217
+ "required": true,
218
+ "responseStr": "accountId:$accountId ",
219
+ "type": {
220
+ "kind": [
221
+ "NON_NULL",
222
+ "SCALAR"
223
+ ],
224
+ "name": "ID",
225
+ "non_null": false
226
+ },
227
+ "varName": "accountId"
228
+ },
229
+ "addSecondaryAzureVSocketInput": {
230
+ "defaultValue": null,
231
+ "description": null,
232
+ "id_str": "addSecondaryAzureVSocket___input",
233
+ "name": "input",
234
+ "path": "addSecondaryAzureVSocket.input",
235
+ "requestStr": "$addSecondaryAzureVSocketInput:AddSecondaryAzureVSocketInput! ",
236
+ "required": true,
237
+ "responseStr": "input:$addSecondaryAzureVSocketInput ",
238
+ "type": {
239
+ "definition": {
240
+ "description": null,
241
+ "enumValues": null,
242
+ "fields": null,
243
+ "inputFields": {
244
+ "floatingIp": {
245
+ "defaultValue": null,
246
+ "description": "The floating IP address",
247
+ "id_str": "addSecondaryAzureVSocket___input___floatingIp",
248
+ "name": "floatingIp",
249
+ "path": "addSecondaryAzureVSocket.input.floatingIp",
250
+ "requestStr": "$floatingIp:IPAddress! ",
251
+ "required": true,
252
+ "responseStr": "floatingIp:$floatingIp ",
253
+ "type": {
254
+ "kind": [
255
+ "NON_NULL",
256
+ "SCALAR"
257
+ ],
258
+ "name": "IPAddress",
259
+ "non_null": false
260
+ },
261
+ "varName": "floatingIp"
262
+ },
263
+ "interfaceIp": {
264
+ "defaultValue": null,
265
+ "description": "The IP address of the interface",
266
+ "id_str": "addSecondaryAzureVSocket___input___interfaceIp",
267
+ "name": "interfaceIp",
268
+ "path": "addSecondaryAzureVSocket.input.interfaceIp",
269
+ "requestStr": "$interfaceIp:IPAddress! ",
270
+ "required": true,
271
+ "responseStr": "interfaceIp:$interfaceIp ",
272
+ "type": {
273
+ "kind": [
274
+ "NON_NULL",
275
+ "SCALAR"
276
+ ],
277
+ "name": "IPAddress",
278
+ "non_null": false
279
+ },
280
+ "varName": "interfaceIp"
281
+ },
282
+ "site": {
283
+ "defaultValue": null,
284
+ "description": "Information about the site where the secondary Azure VSocket is being added.",
285
+ "id_str": "addSecondaryAzureVSocket___input___site",
286
+ "name": "site",
287
+ "path": "addSecondaryAzureVSocket.input.site",
288
+ "requestStr": "$siteRefInput:SiteRefInput! ",
289
+ "required": true,
290
+ "responseStr": "site:$siteRefInput ",
291
+ "type": {
292
+ "definition": {
293
+ "description": null,
294
+ "enumValues": null,
295
+ "fields": null,
296
+ "inputFields": {
297
+ "by": {
298
+ "defaultValue": "ID",
299
+ "description": null,
300
+ "id_str": "addSecondaryAzureVSocket___input___site___by",
301
+ "name": "by",
302
+ "path": "addSecondaryAzureVSocket.input.site.by",
303
+ "requestStr": "$by:ObjectRefBy! ",
304
+ "required": true,
305
+ "responseStr": "by:$by ",
306
+ "type": {
307
+ "definition": {
308
+ "description": null,
309
+ "enumValues": [
310
+ {
311
+ "deprecationReason": null,
312
+ "description": null,
313
+ "isDeprecated": false,
314
+ "name": "ID"
315
+ },
316
+ {
317
+ "deprecationReason": null,
318
+ "description": null,
319
+ "isDeprecated": false,
320
+ "name": "NAME"
321
+ }
322
+ ],
323
+ "fields": null,
324
+ "inputFields": null,
325
+ "interfaces": null,
326
+ "kind": "ENUM",
327
+ "name": "ObjectRefBy",
328
+ "possibleTypes": null
329
+ },
330
+ "indexType": "enum",
331
+ "kind": [
332
+ "NON_NULL",
333
+ "ENUM"
334
+ ],
335
+ "name": "ObjectRefBy",
336
+ "non_null": false
337
+ },
338
+ "varName": "by"
339
+ },
340
+ "input": {
341
+ "defaultValue": null,
342
+ "description": null,
343
+ "id_str": "addSecondaryAzureVSocket___input___site___input",
344
+ "name": "input",
345
+ "path": "addSecondaryAzureVSocket.input.site.input",
346
+ "requestStr": "$input:String! ",
347
+ "required": true,
348
+ "responseStr": "input:$input ",
349
+ "type": {
350
+ "kind": [
351
+ "NON_NULL",
352
+ "SCALAR"
353
+ ],
354
+ "name": "String",
355
+ "non_null": false
356
+ },
357
+ "varName": "input"
358
+ }
359
+ },
360
+ "interfaces": null,
361
+ "kind": "INPUT_OBJECT",
362
+ "name": "SiteRefInput",
363
+ "possibleTypes": null
364
+ },
365
+ "indexType": "input_object",
366
+ "kind": [
367
+ "NON_NULL",
368
+ "INPUT_OBJECT"
369
+ ],
370
+ "name": "SiteRefInput",
371
+ "non_null": false
372
+ },
373
+ "varName": "siteRefInput"
374
+ }
375
+ },
376
+ "interfaces": null,
377
+ "kind": "INPUT_OBJECT",
378
+ "name": "AddSecondaryAzureVSocketInput",
379
+ "possibleTypes": null
380
+ },
381
+ "indexType": "input_object",
382
+ "kind": [
383
+ "NON_NULL",
384
+ "INPUT_OBJECT"
385
+ ],
386
+ "name": "AddSecondaryAzureVSocketInput",
387
+ "non_null": false
388
+ },
389
+ "varName": "addSecondaryAzureVSocketInput"
390
+ }
391
+ },
392
+ "path": "mutation.sites.addSecondaryAzureVSocket",
393
+ "type": {
394
+ "definition": {
395
+ "description": null,
396
+ "enumValues": null,
397
+ "fields": {
398
+ "addSecondaryAzureVSocket": {
399
+ "args": {
400
+ "addSecondaryAzureVSocket___input": {
401
+ "defaultValue": null,
402
+ "description": null,
403
+ "id_str": "addSecondaryAzureVSocket___input",
404
+ "name": "input",
405
+ "path": "addSecondaryAzureVSocket.input",
406
+ "requestStr": "$addSecondaryAzureVSocketInput:AddSecondaryAzureVSocketInput! ",
407
+ "required": true,
408
+ "responseStr": "input:$addSecondaryAzureVSocketInput ",
409
+ "type": {
410
+ "definition": {
411
+ "description": null,
412
+ "enumValues": null,
413
+ "fields": null,
414
+ "inputFields": {
415
+ "floatingIp": {
416
+ "defaultValue": null,
417
+ "description": "The floating IP address",
418
+ "id_str": "addSecondaryAzureVSocket___input___floatingIp",
419
+ "name": "floatingIp",
420
+ "path": "addSecondaryAzureVSocket.input.floatingIp",
421
+ "requestStr": "$floatingIp:IPAddress! ",
422
+ "required": true,
423
+ "responseStr": "floatingIp:$floatingIp ",
424
+ "type": {
425
+ "kind": [
426
+ "NON_NULL",
427
+ "SCALAR"
428
+ ],
429
+ "name": "IPAddress",
430
+ "non_null": false
431
+ },
432
+ "varName": "floatingIp"
433
+ },
434
+ "interfaceIp": {
435
+ "defaultValue": null,
436
+ "description": "The IP address of the interface",
437
+ "id_str": "addSecondaryAzureVSocket___input___interfaceIp",
438
+ "name": "interfaceIp",
439
+ "path": "addSecondaryAzureVSocket.input.interfaceIp",
440
+ "requestStr": "$interfaceIp:IPAddress! ",
441
+ "required": true,
442
+ "responseStr": "interfaceIp:$interfaceIp ",
443
+ "type": {
444
+ "kind": [
445
+ "NON_NULL",
446
+ "SCALAR"
447
+ ],
448
+ "name": "IPAddress",
449
+ "non_null": false
450
+ },
451
+ "varName": "interfaceIp"
452
+ },
453
+ "site": {
454
+ "defaultValue": null,
455
+ "description": "Information about the site where the secondary Azure VSocket is being added.",
456
+ "id_str": "addSecondaryAzureVSocket___input___site",
457
+ "name": "site",
458
+ "path": "addSecondaryAzureVSocket.input.site",
459
+ "requestStr": "$siteRefInput:SiteRefInput! ",
460
+ "required": true,
461
+ "responseStr": "site:$siteRefInput ",
462
+ "type": {
463
+ "definition": {
464
+ "description": null,
465
+ "enumValues": null,
466
+ "fields": null,
467
+ "inputFields": {
468
+ "by": {
469
+ "defaultValue": "ID",
470
+ "description": null,
471
+ "id_str": "addSecondaryAzureVSocket___input___site___by",
472
+ "name": "by",
473
+ "path": "addSecondaryAzureVSocket.input.site.by",
474
+ "requestStr": "$by:ObjectRefBy! ",
475
+ "required": true,
476
+ "responseStr": "by:$by ",
477
+ "type": {
478
+ "definition": {
479
+ "description": null,
480
+ "enumValues": [
481
+ {
482
+ "deprecationReason": null,
483
+ "description": null,
484
+ "isDeprecated": false,
485
+ "name": "ID"
486
+ },
487
+ {
488
+ "deprecationReason": null,
489
+ "description": null,
490
+ "isDeprecated": false,
491
+ "name": "NAME"
492
+ }
493
+ ],
494
+ "fields": null,
495
+ "inputFields": null,
496
+ "interfaces": null,
497
+ "kind": "ENUM",
498
+ "name": "ObjectRefBy",
499
+ "possibleTypes": null
500
+ },
501
+ "indexType": "enum",
502
+ "kind": [
503
+ "NON_NULL",
504
+ "ENUM"
505
+ ],
506
+ "name": "ObjectRefBy",
507
+ "non_null": false
508
+ },
509
+ "varName": "by"
510
+ },
511
+ "input": {
512
+ "defaultValue": null,
513
+ "description": null,
514
+ "id_str": "addSecondaryAzureVSocket___input___site___input",
515
+ "name": "input",
516
+ "path": "addSecondaryAzureVSocket.input.site.input",
517
+ "requestStr": "$input:String! ",
518
+ "required": true,
519
+ "responseStr": "input:$input ",
520
+ "type": {
521
+ "kind": [
522
+ "NON_NULL",
523
+ "SCALAR"
524
+ ],
525
+ "name": "String",
526
+ "non_null": false
527
+ },
528
+ "varName": "input"
529
+ }
530
+ },
531
+ "interfaces": null,
532
+ "kind": "INPUT_OBJECT",
533
+ "name": "SiteRefInput",
534
+ "possibleTypes": null
535
+ },
536
+ "indexType": "input_object",
537
+ "kind": [
538
+ "NON_NULL",
539
+ "INPUT_OBJECT"
540
+ ],
541
+ "name": "SiteRefInput",
542
+ "non_null": false
543
+ },
544
+ "varName": "siteRefInput"
545
+ }
546
+ },
547
+ "interfaces": null,
548
+ "kind": "INPUT_OBJECT",
549
+ "name": "AddSecondaryAzureVSocketInput",
550
+ "possibleTypes": null
551
+ },
552
+ "indexType": "input_object",
553
+ "kind": [
554
+ "NON_NULL",
555
+ "INPUT_OBJECT"
556
+ ],
557
+ "name": "AddSecondaryAzureVSocketInput",
558
+ "non_null": false
559
+ },
560
+ "varName": "addSecondaryAzureVSocketInput"
561
+ }
562
+ },
563
+ "deprecationReason": null,
564
+ "description": "Add a secondary Azure vSocket to an existing site",
565
+ "id_str": "addSecondaryAzureVSocket",
566
+ "isDeprecated": false,
567
+ "name": "addSecondaryAzureVSocket",
568
+ "path": "addSecondaryAzureVSocket",
569
+ "requestStr": "$addSecondaryAzureVSocketPayload:AddSecondaryAzureVSocketPayload ",
570
+ "required": false,
571
+ "responseStr": "addSecondaryAzureVSocket:$addSecondaryAzureVSocketPayload ",
572
+ "type": {
573
+ "definition": {
574
+ "description": null,
575
+ "enumValues": null,
576
+ "fields": {
577
+ "id": {
578
+ "args": {},
579
+ "deprecationReason": null,
580
+ "description": "The secondary socket id",
581
+ "id_str": "addSecondaryAzureVSocket___id",
582
+ "isDeprecated": false,
583
+ "name": "id",
584
+ "path": "addSecondaryAzureVSocket.id",
585
+ "requestStr": "$id:ID! ",
586
+ "required": true,
587
+ "responseStr": "id:$id ",
588
+ "type": {
589
+ "kind": [
590
+ "NON_NULL",
591
+ "SCALAR"
592
+ ],
593
+ "name": "ID",
594
+ "non_null": false
595
+ },
596
+ "varName": "id"
597
+ }
598
+ },
599
+ "inputFields": null,
600
+ "interfaces": {},
601
+ "kind": "OBJECT",
602
+ "name": "AddSecondaryAzureVSocketPayload",
603
+ "possibleTypes": null
604
+ },
605
+ "indexType": "object",
606
+ "kind": [
607
+ "OBJECT"
608
+ ],
609
+ "name": "AddSecondaryAzureVSocketPayload",
610
+ "non_null": false
611
+ },
612
+ "varName": "addSecondaryAzureVSocketPayload"
613
+ }
614
+ },
615
+ "inputFields": null,
616
+ "interfaces": [],
617
+ "kind": "OBJECT",
618
+ "name": "SiteMutations",
619
+ "possibleTypes": null
620
+ },
621
+ "indexType": "object",
622
+ "kind": [
623
+ "NON_NULL",
624
+ "OBJECT"
625
+ ],
626
+ "name": "SiteMutations",
627
+ "non_null": false
628
+ },
629
+ "variablesPayload": {
630
+ "addSecondaryAzureVSocketInput": {
631
+ "floatingIp": {
632
+ "floatingIp": "IPAddress"
633
+ },
634
+ "interfaceIp": {
635
+ "interfaceIp": "IPAddress"
636
+ },
637
+ "siteRefInput": {
638
+ "by": {
639
+ "by": "enum(ObjectRefBy)"
640
+ },
641
+ "input": {
642
+ "input": "String"
643
+ }
644
+ }
645
+ }
646
+ }
647
+ }