catocli 2.0.0__py3-none-any.whl → 2.0.2__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 (104) hide show
  1. catocli/Utils/clidriver.py +37 -5
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +3 -2
  4. catocli/parsers/custom/customLib.py +252 -1
  5. catocli/parsers/custom/export_rules/__init__.py +5 -1
  6. catocli/parsers/custom/export_rules/export_rules.py +31 -182
  7. catocli/parsers/custom/export_sites/__init__.py +20 -0
  8. catocli/parsers/custom/export_sites/export_sites.py +233 -0
  9. catocli/parsers/custom/import_rules_to_tf/__init__.py +2 -2
  10. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +21 -11
  11. catocli/parsers/mutation_accountManagement/__init__.py +15 -18
  12. catocli/parsers/mutation_admin/__init__.py +15 -18
  13. catocli/parsers/mutation_container/__init__.py +5 -6
  14. catocli/parsers/mutation_hardware/__init__.py +5 -6
  15. catocli/parsers/mutation_policy/__init__.py +582 -504
  16. catocli/parsers/mutation_policy_terminalServer/README.md +7 -0
  17. catocli/parsers/mutation_policy_terminalServer_addRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_terminalServer_addSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +18 -0
  22. catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +18 -0
  23. catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +18 -0
  24. catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +18 -0
  25. catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +18 -0
  26. catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +18 -0
  27. catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +18 -0
  29. catocli/parsers/mutation_sandbox/__init__.py +10 -12
  30. catocli/parsers/mutation_site/__init__.py +164 -150
  31. catocli/parsers/mutation_site_addSocketAddOnCard/README.md +17 -0
  32. catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +17 -0
  33. catocli/parsers/mutation_site_startSiteUpgrade/README.md +17 -0
  34. catocli/parsers/mutation_sites/__init__.py +164 -150
  35. catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +17 -0
  36. catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +17 -0
  37. catocli/parsers/mutation_sites_startSiteUpgrade/README.md +17 -0
  38. catocli/parsers/mutation_xdr/__init__.py +15 -18
  39. catocli/parsers/query_accountBySubdomain/__init__.py +5 -6
  40. catocli/parsers/query_accountManagement/__init__.py +5 -6
  41. catocli/parsers/query_accountMetrics/__init__.py +5 -6
  42. catocli/parsers/query_accountRoles/__init__.py +5 -6
  43. catocli/parsers/query_accountSnapshot/__init__.py +5 -6
  44. catocli/parsers/query_admin/__init__.py +5 -6
  45. catocli/parsers/query_admins/__init__.py +5 -6
  46. catocli/parsers/query_appStats/__init__.py +5 -6
  47. catocli/parsers/query_appStatsTimeSeries/__init__.py +5 -6
  48. catocli/parsers/query_auditFeed/__init__.py +5 -6
  49. catocli/parsers/query_catalogs/__init__.py +5 -6
  50. catocli/parsers/query_container/__init__.py +5 -6
  51. catocli/parsers/query_devices/README.md +2 -1
  52. catocli/parsers/query_devices/__init__.py +5 -6
  53. catocli/parsers/query_entityLookup/__init__.py +5 -6
  54. catocli/parsers/query_events/__init__.py +5 -6
  55. catocli/parsers/query_eventsFeed/README.md +1 -1
  56. catocli/parsers/query_eventsFeed/__init__.py +5 -6
  57. catocli/parsers/query_eventsTimeSeries/__init__.py +5 -6
  58. catocli/parsers/query_hardware/__init__.py +5 -6
  59. catocli/parsers/query_hardwareManagement/__init__.py +5 -6
  60. catocli/parsers/query_licensing/__init__.py +5 -6
  61. catocli/parsers/query_policy/README.md +2 -1
  62. catocli/parsers/query_policy/__init__.py +5 -6
  63. catocli/parsers/query_sandbox/__init__.py +5 -6
  64. catocli/parsers/query_site/README.md +2 -1
  65. catocli/parsers/query_site/__init__.py +5 -6
  66. catocli/parsers/query_siteLocation/__init__.py +3 -7
  67. catocli/parsers/query_subDomains/__init__.py +5 -6
  68. catocli/parsers/query_xdr/__init__.py +10 -12
  69. catocli/parsers/raw/__init__.py +2 -0
  70. {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/METADATA +1 -1
  71. {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/RECORD +104 -65
  72. graphql_client/api/call_api.py +12 -6
  73. models/mutation.policy.remotePortFwd.updateRule.json +6 -6
  74. models/mutation.policy.terminalServer.addRule.json +2403 -0
  75. models/mutation.policy.terminalServer.addSection.json +1358 -0
  76. models/mutation.policy.terminalServer.createPolicyRevision.json +1873 -0
  77. models/mutation.policy.terminalServer.discardPolicyRevision.json +1807 -0
  78. models/mutation.policy.terminalServer.moveRule.json +1605 -0
  79. models/mutation.policy.terminalServer.moveSection.json +1259 -0
  80. models/mutation.policy.terminalServer.publishPolicyRevision.json +1864 -0
  81. models/mutation.policy.terminalServer.removeRule.json +1253 -0
  82. models/mutation.policy.terminalServer.removeSection.json +958 -0
  83. models/mutation.policy.terminalServer.updatePolicy.json +1883 -0
  84. models/mutation.policy.terminalServer.updateRule.json +2096 -0
  85. models/mutation.policy.terminalServer.updateSection.json +1111 -0
  86. models/mutation.site.addSocketAddOnCard.json +1050 -0
  87. models/mutation.site.removeSocketAddOnCard.json +786 -0
  88. models/mutation.site.startSiteUpgrade.json +802 -0
  89. models/mutation.sites.addSocketAddOnCard.json +1050 -0
  90. models/mutation.sites.removeSocketAddOnCard.json +786 -0
  91. models/mutation.sites.startSiteUpgrade.json +802 -0
  92. models/query.devices.json +311 -2
  93. models/query.events.json +48 -0
  94. models/query.eventsFeed.json +12 -0
  95. models/query.eventsTimeSeries.json +36 -0
  96. models/query.licensing.json +21815 -10093
  97. models/query.policy.json +1898 -305
  98. models/query.site.json +225 -0
  99. models/query.siteLocation.json +97190 -295396
  100. schema/catolib.py +52 -24
  101. {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/LICENSE +0 -0
  102. {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/WHEEL +0 -0
  103. {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/entry_points.txt +0 -0
  104. {catocli-2.0.0.dist-info → catocli-2.0.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,786 @@
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
+ "removeSocketAddOnCard": {
25
+ "args": {
26
+ "removeSocketAddOnCard___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "removeSocketAddOnCard___input",
30
+ "name": "input",
31
+ "path": "removeSocketAddOnCard.input",
32
+ "requestStr": "$removeSocketAddOnCardInput:RemoveSocketAddOnCardInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$removeSocketAddOnCardInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "expansionSlotNumbers": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "removeSocketAddOnCard___input___expansionSlotNumbers",
45
+ "name": "expansionSlotNumbers",
46
+ "path": "removeSocketAddOnCard.input.expansionSlotNumbers",
47
+ "requestStr": "$expansionSlotNumbers:[SocketAddOnExpansionSlotNumber]! ",
48
+ "required": true,
49
+ "responseStr": "expansionSlotNumbers:$expansionSlotNumbers ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": [
54
+ {
55
+ "deprecationReason": null,
56
+ "description": null,
57
+ "isDeprecated": false,
58
+ "name": "SLOT_1"
59
+ },
60
+ {
61
+ "deprecationReason": null,
62
+ "description": null,
63
+ "isDeprecated": false,
64
+ "name": "SLOT_2"
65
+ }
66
+ ],
67
+ "fields": null,
68
+ "inputFields": null,
69
+ "interfaces": null,
70
+ "kind": "ENUM",
71
+ "name": "SocketAddOnExpansionSlotNumber",
72
+ "possibleTypes": null
73
+ },
74
+ "indexType": "enum",
75
+ "kind": [
76
+ "NON_NULL",
77
+ "LIST",
78
+ "NON_NULL",
79
+ "ENUM"
80
+ ],
81
+ "name": "SocketAddOnExpansionSlotNumber",
82
+ "non_null": false
83
+ },
84
+ "varName": "expansionSlotNumbers"
85
+ },
86
+ "site": {
87
+ "defaultValue": null,
88
+ "description": null,
89
+ "id_str": "removeSocketAddOnCard___input___site",
90
+ "name": "site",
91
+ "path": "removeSocketAddOnCard.input.site",
92
+ "requestStr": "$siteRefInput:SiteRefInput! ",
93
+ "required": true,
94
+ "responseStr": "site:$siteRefInput ",
95
+ "type": {
96
+ "definition": {
97
+ "description": null,
98
+ "enumValues": null,
99
+ "fields": null,
100
+ "inputFields": {
101
+ "by": {
102
+ "defaultValue": "ID",
103
+ "description": null,
104
+ "id_str": "removeSocketAddOnCard___input___site___by",
105
+ "name": "by",
106
+ "path": "removeSocketAddOnCard.input.site.by",
107
+ "requestStr": "$by:ObjectRefBy! ",
108
+ "required": true,
109
+ "responseStr": "by:$by ",
110
+ "type": {
111
+ "definition": {
112
+ "description": null,
113
+ "enumValues": [
114
+ {
115
+ "deprecationReason": null,
116
+ "description": null,
117
+ "isDeprecated": false,
118
+ "name": "ID"
119
+ },
120
+ {
121
+ "deprecationReason": null,
122
+ "description": null,
123
+ "isDeprecated": false,
124
+ "name": "NAME"
125
+ }
126
+ ],
127
+ "fields": null,
128
+ "inputFields": null,
129
+ "interfaces": null,
130
+ "kind": "ENUM",
131
+ "name": "ObjectRefBy",
132
+ "possibleTypes": null
133
+ },
134
+ "indexType": "enum",
135
+ "kind": [
136
+ "NON_NULL",
137
+ "ENUM"
138
+ ],
139
+ "name": "ObjectRefBy",
140
+ "non_null": false
141
+ },
142
+ "varName": "by"
143
+ },
144
+ "input": {
145
+ "defaultValue": null,
146
+ "description": null,
147
+ "id_str": "removeSocketAddOnCard___input___site___input",
148
+ "name": "input",
149
+ "path": "removeSocketAddOnCard.input.site.input",
150
+ "requestStr": "$input:String! ",
151
+ "required": true,
152
+ "responseStr": "input:$input ",
153
+ "type": {
154
+ "kind": [
155
+ "NON_NULL",
156
+ "SCALAR"
157
+ ],
158
+ "name": "String",
159
+ "non_null": false
160
+ },
161
+ "varName": "input"
162
+ }
163
+ },
164
+ "interfaces": null,
165
+ "kind": "INPUT_OBJECT",
166
+ "name": "SiteRefInput",
167
+ "possibleTypes": null
168
+ },
169
+ "indexType": "input_object",
170
+ "kind": [
171
+ "NON_NULL",
172
+ "INPUT_OBJECT"
173
+ ],
174
+ "name": "SiteRefInput",
175
+ "non_null": false
176
+ },
177
+ "varName": "siteRefInput"
178
+ }
179
+ },
180
+ "interfaces": null,
181
+ "kind": "INPUT_OBJECT",
182
+ "name": "RemoveSocketAddOnCardInput",
183
+ "possibleTypes": null
184
+ },
185
+ "indexType": "input_object",
186
+ "kind": [
187
+ "NON_NULL",
188
+ "INPUT_OBJECT"
189
+ ],
190
+ "name": "RemoveSocketAddOnCardInput",
191
+ "non_null": false
192
+ },
193
+ "varName": "removeSocketAddOnCardInput"
194
+ }
195
+ },
196
+ "deprecationReason": null,
197
+ "description": null,
198
+ "isDeprecated": false,
199
+ "name": "removeSocketAddOnCard",
200
+ "type": {
201
+ "kind": "OBJECT",
202
+ "name": "RemoveSocketAddOnCardPayload",
203
+ "ofType": null
204
+ }
205
+ }
206
+ },
207
+ "deprecationReason": null,
208
+ "description": null,
209
+ "fieldTypes": {
210
+ "ObjectRefBy": true,
211
+ "RemoveSocketAddOnCardPayload": true,
212
+ "SiteRefInput": true,
213
+ "SocketAddOnCard": true,
214
+ "SocketAddOnExpansionSlotNumber": true,
215
+ "SocketAddOnType": true
216
+ },
217
+ "isDeprecated": false,
218
+ "name": "site",
219
+ "operationArgs": {
220
+ "accountId": {
221
+ "defaultValue": null,
222
+ "description": null,
223
+ "id_str": "accountId",
224
+ "name": "accountId",
225
+ "path": "accountId",
226
+ "requestStr": "$accountId:ID! ",
227
+ "required": true,
228
+ "responseStr": "accountId:$accountId ",
229
+ "type": {
230
+ "kind": [
231
+ "NON_NULL",
232
+ "SCALAR"
233
+ ],
234
+ "name": "ID",
235
+ "non_null": false
236
+ },
237
+ "varName": "accountId"
238
+ },
239
+ "removeSocketAddOnCardInput": {
240
+ "defaultValue": null,
241
+ "description": null,
242
+ "id_str": "removeSocketAddOnCard___input",
243
+ "name": "input",
244
+ "path": "removeSocketAddOnCard.input",
245
+ "requestStr": "$removeSocketAddOnCardInput:RemoveSocketAddOnCardInput! ",
246
+ "required": true,
247
+ "responseStr": "input:$removeSocketAddOnCardInput ",
248
+ "type": {
249
+ "definition": {
250
+ "description": null,
251
+ "enumValues": null,
252
+ "fields": null,
253
+ "inputFields": {
254
+ "expansionSlotNumbers": {
255
+ "defaultValue": null,
256
+ "description": null,
257
+ "id_str": "removeSocketAddOnCard___input___expansionSlotNumbers",
258
+ "name": "expansionSlotNumbers",
259
+ "path": "removeSocketAddOnCard.input.expansionSlotNumbers",
260
+ "requestStr": "$expansionSlotNumbers:[SocketAddOnExpansionSlotNumber]! ",
261
+ "required": true,
262
+ "responseStr": "expansionSlotNumbers:$expansionSlotNumbers ",
263
+ "type": {
264
+ "definition": {
265
+ "description": null,
266
+ "enumValues": [
267
+ {
268
+ "deprecationReason": null,
269
+ "description": null,
270
+ "isDeprecated": false,
271
+ "name": "SLOT_1"
272
+ },
273
+ {
274
+ "deprecationReason": null,
275
+ "description": null,
276
+ "isDeprecated": false,
277
+ "name": "SLOT_2"
278
+ }
279
+ ],
280
+ "fields": null,
281
+ "inputFields": null,
282
+ "interfaces": null,
283
+ "kind": "ENUM",
284
+ "name": "SocketAddOnExpansionSlotNumber",
285
+ "possibleTypes": null
286
+ },
287
+ "indexType": "enum",
288
+ "kind": [
289
+ "NON_NULL",
290
+ "LIST",
291
+ "NON_NULL",
292
+ "ENUM"
293
+ ],
294
+ "name": "SocketAddOnExpansionSlotNumber",
295
+ "non_null": false
296
+ },
297
+ "varName": "expansionSlotNumbers"
298
+ },
299
+ "site": {
300
+ "defaultValue": null,
301
+ "description": null,
302
+ "id_str": "removeSocketAddOnCard___input___site",
303
+ "name": "site",
304
+ "path": "removeSocketAddOnCard.input.site",
305
+ "requestStr": "$siteRefInput:SiteRefInput! ",
306
+ "required": true,
307
+ "responseStr": "site:$siteRefInput ",
308
+ "type": {
309
+ "definition": {
310
+ "description": null,
311
+ "enumValues": null,
312
+ "fields": null,
313
+ "inputFields": {
314
+ "by": {
315
+ "defaultValue": "ID",
316
+ "description": null,
317
+ "id_str": "removeSocketAddOnCard___input___site___by",
318
+ "name": "by",
319
+ "path": "removeSocketAddOnCard.input.site.by",
320
+ "requestStr": "$by:ObjectRefBy! ",
321
+ "required": true,
322
+ "responseStr": "by:$by ",
323
+ "type": {
324
+ "definition": {
325
+ "description": null,
326
+ "enumValues": [
327
+ {
328
+ "deprecationReason": null,
329
+ "description": null,
330
+ "isDeprecated": false,
331
+ "name": "ID"
332
+ },
333
+ {
334
+ "deprecationReason": null,
335
+ "description": null,
336
+ "isDeprecated": false,
337
+ "name": "NAME"
338
+ }
339
+ ],
340
+ "fields": null,
341
+ "inputFields": null,
342
+ "interfaces": null,
343
+ "kind": "ENUM",
344
+ "name": "ObjectRefBy",
345
+ "possibleTypes": null
346
+ },
347
+ "indexType": "enum",
348
+ "kind": [
349
+ "NON_NULL",
350
+ "ENUM"
351
+ ],
352
+ "name": "ObjectRefBy",
353
+ "non_null": false
354
+ },
355
+ "varName": "by"
356
+ },
357
+ "input": {
358
+ "defaultValue": null,
359
+ "description": null,
360
+ "id_str": "removeSocketAddOnCard___input___site___input",
361
+ "name": "input",
362
+ "path": "removeSocketAddOnCard.input.site.input",
363
+ "requestStr": "$input:String! ",
364
+ "required": true,
365
+ "responseStr": "input:$input ",
366
+ "type": {
367
+ "kind": [
368
+ "NON_NULL",
369
+ "SCALAR"
370
+ ],
371
+ "name": "String",
372
+ "non_null": false
373
+ },
374
+ "varName": "input"
375
+ }
376
+ },
377
+ "interfaces": null,
378
+ "kind": "INPUT_OBJECT",
379
+ "name": "SiteRefInput",
380
+ "possibleTypes": null
381
+ },
382
+ "indexType": "input_object",
383
+ "kind": [
384
+ "NON_NULL",
385
+ "INPUT_OBJECT"
386
+ ],
387
+ "name": "SiteRefInput",
388
+ "non_null": false
389
+ },
390
+ "varName": "siteRefInput"
391
+ }
392
+ },
393
+ "interfaces": null,
394
+ "kind": "INPUT_OBJECT",
395
+ "name": "RemoveSocketAddOnCardInput",
396
+ "possibleTypes": null
397
+ },
398
+ "indexType": "input_object",
399
+ "kind": [
400
+ "NON_NULL",
401
+ "INPUT_OBJECT"
402
+ ],
403
+ "name": "RemoveSocketAddOnCardInput",
404
+ "non_null": false
405
+ },
406
+ "varName": "removeSocketAddOnCardInput"
407
+ }
408
+ },
409
+ "path": "mutation.site.removeSocketAddOnCard",
410
+ "type": {
411
+ "definition": {
412
+ "description": null,
413
+ "enumValues": null,
414
+ "fields": {
415
+ "removeSocketAddOnCard": {
416
+ "args": {
417
+ "removeSocketAddOnCard___input": {
418
+ "defaultValue": null,
419
+ "description": null,
420
+ "id_str": "removeSocketAddOnCard___input",
421
+ "name": "input",
422
+ "path": "removeSocketAddOnCard.input",
423
+ "requestStr": "$removeSocketAddOnCardInput:RemoveSocketAddOnCardInput! ",
424
+ "required": true,
425
+ "responseStr": "input:$removeSocketAddOnCardInput ",
426
+ "type": {
427
+ "definition": {
428
+ "description": null,
429
+ "enumValues": null,
430
+ "fields": null,
431
+ "inputFields": {
432
+ "expansionSlotNumbers": {
433
+ "defaultValue": null,
434
+ "description": null,
435
+ "id_str": "removeSocketAddOnCard___input___expansionSlotNumbers",
436
+ "name": "expansionSlotNumbers",
437
+ "path": "removeSocketAddOnCard.input.expansionSlotNumbers",
438
+ "requestStr": "$expansionSlotNumbers:[SocketAddOnExpansionSlotNumber]! ",
439
+ "required": true,
440
+ "responseStr": "expansionSlotNumbers:$expansionSlotNumbers ",
441
+ "type": {
442
+ "definition": {
443
+ "description": null,
444
+ "enumValues": [
445
+ {
446
+ "deprecationReason": null,
447
+ "description": null,
448
+ "isDeprecated": false,
449
+ "name": "SLOT_1"
450
+ },
451
+ {
452
+ "deprecationReason": null,
453
+ "description": null,
454
+ "isDeprecated": false,
455
+ "name": "SLOT_2"
456
+ }
457
+ ],
458
+ "fields": null,
459
+ "inputFields": null,
460
+ "interfaces": null,
461
+ "kind": "ENUM",
462
+ "name": "SocketAddOnExpansionSlotNumber",
463
+ "possibleTypes": null
464
+ },
465
+ "indexType": "enum",
466
+ "kind": [
467
+ "NON_NULL",
468
+ "LIST",
469
+ "NON_NULL",
470
+ "ENUM"
471
+ ],
472
+ "name": "SocketAddOnExpansionSlotNumber",
473
+ "non_null": false
474
+ },
475
+ "varName": "expansionSlotNumbers"
476
+ },
477
+ "site": {
478
+ "defaultValue": null,
479
+ "description": null,
480
+ "id_str": "removeSocketAddOnCard___input___site",
481
+ "name": "site",
482
+ "path": "removeSocketAddOnCard.input.site",
483
+ "requestStr": "$siteRefInput:SiteRefInput! ",
484
+ "required": true,
485
+ "responseStr": "site:$siteRefInput ",
486
+ "type": {
487
+ "definition": {
488
+ "description": null,
489
+ "enumValues": null,
490
+ "fields": null,
491
+ "inputFields": {
492
+ "by": {
493
+ "defaultValue": "ID",
494
+ "description": null,
495
+ "id_str": "removeSocketAddOnCard___input___site___by",
496
+ "name": "by",
497
+ "path": "removeSocketAddOnCard.input.site.by",
498
+ "requestStr": "$by:ObjectRefBy! ",
499
+ "required": true,
500
+ "responseStr": "by:$by ",
501
+ "type": {
502
+ "definition": {
503
+ "description": null,
504
+ "enumValues": [
505
+ {
506
+ "deprecationReason": null,
507
+ "description": null,
508
+ "isDeprecated": false,
509
+ "name": "ID"
510
+ },
511
+ {
512
+ "deprecationReason": null,
513
+ "description": null,
514
+ "isDeprecated": false,
515
+ "name": "NAME"
516
+ }
517
+ ],
518
+ "fields": null,
519
+ "inputFields": null,
520
+ "interfaces": null,
521
+ "kind": "ENUM",
522
+ "name": "ObjectRefBy",
523
+ "possibleTypes": null
524
+ },
525
+ "indexType": "enum",
526
+ "kind": [
527
+ "NON_NULL",
528
+ "ENUM"
529
+ ],
530
+ "name": "ObjectRefBy",
531
+ "non_null": false
532
+ },
533
+ "varName": "by"
534
+ },
535
+ "input": {
536
+ "defaultValue": null,
537
+ "description": null,
538
+ "id_str": "removeSocketAddOnCard___input___site___input",
539
+ "name": "input",
540
+ "path": "removeSocketAddOnCard.input.site.input",
541
+ "requestStr": "$input:String! ",
542
+ "required": true,
543
+ "responseStr": "input:$input ",
544
+ "type": {
545
+ "kind": [
546
+ "NON_NULL",
547
+ "SCALAR"
548
+ ],
549
+ "name": "String",
550
+ "non_null": false
551
+ },
552
+ "varName": "input"
553
+ }
554
+ },
555
+ "interfaces": null,
556
+ "kind": "INPUT_OBJECT",
557
+ "name": "SiteRefInput",
558
+ "possibleTypes": null
559
+ },
560
+ "indexType": "input_object",
561
+ "kind": [
562
+ "NON_NULL",
563
+ "INPUT_OBJECT"
564
+ ],
565
+ "name": "SiteRefInput",
566
+ "non_null": false
567
+ },
568
+ "varName": "siteRefInput"
569
+ }
570
+ },
571
+ "interfaces": null,
572
+ "kind": "INPUT_OBJECT",
573
+ "name": "RemoveSocketAddOnCardInput",
574
+ "possibleTypes": null
575
+ },
576
+ "indexType": "input_object",
577
+ "kind": [
578
+ "NON_NULL",
579
+ "INPUT_OBJECT"
580
+ ],
581
+ "name": "RemoveSocketAddOnCardInput",
582
+ "non_null": false
583
+ },
584
+ "varName": "removeSocketAddOnCardInput"
585
+ }
586
+ },
587
+ "deprecationReason": null,
588
+ "description": null,
589
+ "id_str": "removeSocketAddOnCard",
590
+ "isDeprecated": false,
591
+ "name": "removeSocketAddOnCard",
592
+ "path": "removeSocketAddOnCard",
593
+ "requestStr": "$removeSocketAddOnCardPayload:RemoveSocketAddOnCardPayload ",
594
+ "required": false,
595
+ "responseStr": "removeSocketAddOnCard:$removeSocketAddOnCardPayload ",
596
+ "type": {
597
+ "definition": {
598
+ "description": null,
599
+ "enumValues": null,
600
+ "fields": {
601
+ "addOns": {
602
+ "args": {},
603
+ "deprecationReason": null,
604
+ "description": null,
605
+ "id_str": "removeSocketAddOnCard___addOns",
606
+ "isDeprecated": false,
607
+ "name": "addOns",
608
+ "path": "removeSocketAddOnCard.addOns",
609
+ "requestStr": "$socketAddOnCard:[SocketAddOnCard]! ",
610
+ "required": true,
611
+ "responseStr": "addOns:$socketAddOnCard ",
612
+ "type": {
613
+ "definition": {
614
+ "description": null,
615
+ "enumValues": null,
616
+ "fields": {
617
+ "expansionSlotNumber": {
618
+ "alias": "socketAddOnExpansionSlotNumberExpansionSlotNumber: expansionSlotNumber",
619
+ "args": {},
620
+ "deprecationReason": null,
621
+ "description": null,
622
+ "id_str": "removeSocketAddOnCard___addOns___expansionSlotNumber",
623
+ "isDeprecated": false,
624
+ "name": "expansionSlotNumber",
625
+ "path": "removeSocketAddOnCard.addOns.expansionSlotNumber",
626
+ "requestStr": "$expansionSlotNumber:SocketAddOnExpansionSlotNumber! ",
627
+ "required": true,
628
+ "responseStr": "expansionSlotNumber:$expansionSlotNumber ",
629
+ "type": {
630
+ "definition": {
631
+ "description": null,
632
+ "enumValues": [
633
+ {
634
+ "deprecationReason": null,
635
+ "description": null,
636
+ "isDeprecated": false,
637
+ "name": "SLOT_1"
638
+ },
639
+ {
640
+ "deprecationReason": null,
641
+ "description": null,
642
+ "isDeprecated": false,
643
+ "name": "SLOT_2"
644
+ }
645
+ ],
646
+ "fields": null,
647
+ "inputFields": null,
648
+ "interfaces": null,
649
+ "kind": "ENUM",
650
+ "name": "SocketAddOnExpansionSlotNumber",
651
+ "possibleTypes": null
652
+ },
653
+ "indexType": "enum",
654
+ "kind": [
655
+ "NON_NULL",
656
+ "ENUM"
657
+ ],
658
+ "name": "SocketAddOnExpansionSlotNumber",
659
+ "non_null": false
660
+ },
661
+ "varName": "expansionSlotNumber"
662
+ },
663
+ "type": {
664
+ "alias": "socketAddOnTypeType: type",
665
+ "args": {},
666
+ "deprecationReason": null,
667
+ "description": null,
668
+ "id_str": "removeSocketAddOnCard___addOns___type",
669
+ "isDeprecated": false,
670
+ "name": "type",
671
+ "path": "removeSocketAddOnCard.addOns.type",
672
+ "requestStr": "$type:SocketAddOnType! ",
673
+ "required": true,
674
+ "responseStr": "type:$type ",
675
+ "type": {
676
+ "definition": {
677
+ "description": null,
678
+ "enumValues": [
679
+ {
680
+ "deprecationReason": null,
681
+ "description": null,
682
+ "isDeprecated": false,
683
+ "name": "FOUR_1G_COPPER"
684
+ },
685
+ {
686
+ "deprecationReason": null,
687
+ "description": null,
688
+ "isDeprecated": false,
689
+ "name": "TWO_10G_FIBER"
690
+ },
691
+ {
692
+ "deprecationReason": null,
693
+ "description": null,
694
+ "isDeprecated": false,
695
+ "name": "TWO_1G_FIBER"
696
+ },
697
+ {
698
+ "deprecationReason": null,
699
+ "description": null,
700
+ "isDeprecated": false,
701
+ "name": "FOUR_10G_FIBER"
702
+ }
703
+ ],
704
+ "fields": null,
705
+ "inputFields": null,
706
+ "interfaces": null,
707
+ "kind": "ENUM",
708
+ "name": "SocketAddOnType",
709
+ "possibleTypes": null
710
+ },
711
+ "indexType": "enum",
712
+ "kind": [
713
+ "NON_NULL",
714
+ "ENUM"
715
+ ],
716
+ "name": "SocketAddOnType",
717
+ "non_null": false
718
+ },
719
+ "varName": "type"
720
+ }
721
+ },
722
+ "inputFields": null,
723
+ "interfaces": {},
724
+ "kind": "OBJECT",
725
+ "name": "SocketAddOnCard",
726
+ "possibleTypes": null
727
+ },
728
+ "indexType": "object",
729
+ "kind": [
730
+ "NON_NULL",
731
+ "LIST",
732
+ "NON_NULL",
733
+ "OBJECT"
734
+ ],
735
+ "name": "SocketAddOnCard",
736
+ "non_null": false
737
+ },
738
+ "varName": "socketAddOnCard"
739
+ }
740
+ },
741
+ "inputFields": null,
742
+ "interfaces": {},
743
+ "kind": "OBJECT",
744
+ "name": "RemoveSocketAddOnCardPayload",
745
+ "possibleTypes": null
746
+ },
747
+ "indexType": "object",
748
+ "kind": [
749
+ "OBJECT"
750
+ ],
751
+ "name": "RemoveSocketAddOnCardPayload",
752
+ "non_null": false
753
+ },
754
+ "varName": "removeSocketAddOnCardPayload"
755
+ }
756
+ },
757
+ "inputFields": null,
758
+ "interfaces": [],
759
+ "kind": "OBJECT",
760
+ "name": "SiteMutations",
761
+ "possibleTypes": null
762
+ },
763
+ "indexType": "object",
764
+ "kind": [
765
+ "NON_NULL",
766
+ "OBJECT"
767
+ ],
768
+ "name": "SiteMutations",
769
+ "non_null": false
770
+ },
771
+ "variablesPayload": {
772
+ "removeSocketAddOnCardInput": {
773
+ "expansionSlotNumbers": {
774
+ "expansionSlotNumbers": "enum(SocketAddOnExpansionSlotNumber)"
775
+ },
776
+ "siteRefInput": {
777
+ "by": {
778
+ "by": "enum(ObjectRefBy)"
779
+ },
780
+ "input": {
781
+ "input": "String"
782
+ }
783
+ }
784
+ }
785
+ }
786
+ }