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,1555 @@
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
+ "dynamicIpAllocation": {
25
+ "args": {
26
+ "dynamicIpAllocation___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "dynamicIpAllocation___input",
30
+ "name": "input",
31
+ "path": "dynamicIpAllocation.input",
32
+ "requestStr": "$dynamicIpAllocationPolicyMutationInput:DynamicIpAllocationPolicyMutationInput ",
33
+ "required": false,
34
+ "responseStr": "input:$dynamicIpAllocationPolicyMutationInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "revision": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "dynamicIpAllocation___input___revision",
45
+ "name": "revision",
46
+ "path": "dynamicIpAllocation.input.revision",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
+ "required": false,
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "id": {
57
+ "defaultValue": null,
58
+ "description": null,
59
+ "id_str": "dynamicIpAllocation___input___revision___id",
60
+ "name": "id",
61
+ "path": "dynamicIpAllocation.input.revision.id",
62
+ "requestStr": "$id:ID ",
63
+ "required": false,
64
+ "responseStr": "id:$id ",
65
+ "type": {
66
+ "kind": [
67
+ "SCALAR"
68
+ ],
69
+ "name": "ID",
70
+ "non_null": false
71
+ },
72
+ "varName": "id"
73
+ }
74
+ },
75
+ "interfaces": null,
76
+ "kind": "INPUT_OBJECT",
77
+ "name": "PolicyMutationRevisionInput",
78
+ "possibleTypes": null
79
+ },
80
+ "indexType": "input_object",
81
+ "kind": [
82
+ "INPUT_OBJECT"
83
+ ],
84
+ "name": "PolicyMutationRevisionInput",
85
+ "non_null": false
86
+ },
87
+ "varName": "policyMutationRevisionInput"
88
+ }
89
+ },
90
+ "interfaces": null,
91
+ "kind": "INPUT_OBJECT",
92
+ "name": "DynamicIpAllocationPolicyMutationInput",
93
+ "possibleTypes": null
94
+ },
95
+ "indexType": "input_object",
96
+ "kind": [
97
+ "INPUT_OBJECT"
98
+ ],
99
+ "name": "DynamicIpAllocationPolicyMutationInput",
100
+ "non_null": false
101
+ },
102
+ "varName": "dynamicIpAllocationPolicyMutationInput"
103
+ }
104
+ },
105
+ "deprecationReason": null,
106
+ "description": null,
107
+ "isDeprecated": false,
108
+ "name": "dynamicIpAllocation",
109
+ "type": {
110
+ "kind": "OBJECT",
111
+ "name": "DynamicIpAllocationPolicyMutations",
112
+ "ofType": null
113
+ }
114
+ },
115
+ "removeRule": {
116
+ "args": {
117
+ "removeRule___input": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "removeRule___input",
121
+ "name": "input",
122
+ "path": "removeRule.input",
123
+ "requestStr": "$dynamicIpAllocationRemoveRuleInput:DynamicIpAllocationRemoveRuleInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$dynamicIpAllocationRemoveRuleInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "id": {
133
+ "defaultValue": null,
134
+ "description": null,
135
+ "id_str": "removeRule___input___id",
136
+ "name": "id",
137
+ "path": "removeRule.input.id",
138
+ "requestStr": "$id:ID! ",
139
+ "required": true,
140
+ "responseStr": "id:$id ",
141
+ "type": {
142
+ "kind": [
143
+ "NON_NULL",
144
+ "SCALAR"
145
+ ],
146
+ "name": "ID",
147
+ "non_null": false
148
+ },
149
+ "varName": "id"
150
+ }
151
+ },
152
+ "interfaces": null,
153
+ "kind": "INPUT_OBJECT",
154
+ "name": "DynamicIpAllocationRemoveRuleInput",
155
+ "possibleTypes": null
156
+ },
157
+ "indexType": "input_object",
158
+ "kind": [
159
+ "NON_NULL",
160
+ "INPUT_OBJECT"
161
+ ],
162
+ "name": "DynamicIpAllocationRemoveRuleInput",
163
+ "non_null": false
164
+ },
165
+ "varName": "dynamicIpAllocationRemoveRuleInput"
166
+ }
167
+ },
168
+ "deprecationReason": null,
169
+ "description": null,
170
+ "isDeprecated": false,
171
+ "name": "removeRule",
172
+ "type": {
173
+ "kind": "NON_NULL",
174
+ "name": null,
175
+ "ofType": {
176
+ "kind": "OBJECT",
177
+ "name": "DynamicIpAllocationRuleMutationPayload",
178
+ "ofType": null
179
+ }
180
+ }
181
+ }
182
+ },
183
+ "deprecationReason": null,
184
+ "description": null,
185
+ "fieldTypes": {
186
+ "CountryRef": true,
187
+ "DynamicIpAllocationPolicyMutations": true,
188
+ "DynamicIpAllocationRange": true,
189
+ "DynamicIpAllocationRule": true,
190
+ "DynamicIpAllocationRuleMutationPayload": true,
191
+ "DynamicIpAllocationRulePayload": true,
192
+ "DynamicIpAllocationSource": true,
193
+ "GlobalIpRangeRef": true,
194
+ "OperatingSystem": true,
195
+ "PolicyElementAudit": true,
196
+ "PolicyElementPropertiesEnum": true,
197
+ "PolicyMutationError": true,
198
+ "PolicyMutationRevisionInput": true,
199
+ "PolicyMutationStatus": true,
200
+ "PolicySectionInfo": true,
201
+ "UserRef": true,
202
+ "UsersGroupRef": true
203
+ },
204
+ "isDeprecated": false,
205
+ "name": "policy",
206
+ "operationArgs": {
207
+ "accountId": {
208
+ "defaultValue": null,
209
+ "description": null,
210
+ "id_str": "accountId",
211
+ "name": "accountId",
212
+ "path": "accountId",
213
+ "requestStr": "$accountId:ID! ",
214
+ "required": true,
215
+ "responseStr": "accountId:$accountId ",
216
+ "type": {
217
+ "kind": [
218
+ "NON_NULL",
219
+ "SCALAR"
220
+ ],
221
+ "name": "ID",
222
+ "non_null": false
223
+ },
224
+ "varName": "accountId"
225
+ },
226
+ "dynamicIpAllocationPolicyMutationInput": {
227
+ "defaultValue": null,
228
+ "description": null,
229
+ "id_str": "dynamicIpAllocation___input",
230
+ "name": "input",
231
+ "path": "dynamicIpAllocation.input",
232
+ "requestStr": "$dynamicIpAllocationPolicyMutationInput:DynamicIpAllocationPolicyMutationInput ",
233
+ "required": false,
234
+ "responseStr": "input:$dynamicIpAllocationPolicyMutationInput ",
235
+ "type": {
236
+ "definition": {
237
+ "description": null,
238
+ "enumValues": null,
239
+ "fields": null,
240
+ "inputFields": {
241
+ "revision": {
242
+ "defaultValue": null,
243
+ "description": null,
244
+ "id_str": "dynamicIpAllocation___input___revision",
245
+ "name": "revision",
246
+ "path": "dynamicIpAllocation.input.revision",
247
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
248
+ "required": false,
249
+ "responseStr": "revision:$policyMutationRevisionInput ",
250
+ "type": {
251
+ "definition": {
252
+ "description": null,
253
+ "enumValues": null,
254
+ "fields": null,
255
+ "inputFields": {
256
+ "id": {
257
+ "defaultValue": null,
258
+ "description": null,
259
+ "id_str": "dynamicIpAllocation___input___revision___id",
260
+ "name": "id",
261
+ "path": "dynamicIpAllocation.input.revision.id",
262
+ "requestStr": "$id:ID ",
263
+ "required": false,
264
+ "responseStr": "id:$id ",
265
+ "type": {
266
+ "kind": [
267
+ "SCALAR"
268
+ ],
269
+ "name": "ID",
270
+ "non_null": false
271
+ },
272
+ "varName": "id"
273
+ }
274
+ },
275
+ "interfaces": null,
276
+ "kind": "INPUT_OBJECT",
277
+ "name": "PolicyMutationRevisionInput",
278
+ "possibleTypes": null
279
+ },
280
+ "indexType": "input_object",
281
+ "kind": [
282
+ "INPUT_OBJECT"
283
+ ],
284
+ "name": "PolicyMutationRevisionInput",
285
+ "non_null": false
286
+ },
287
+ "varName": "policyMutationRevisionInput"
288
+ }
289
+ },
290
+ "interfaces": null,
291
+ "kind": "INPUT_OBJECT",
292
+ "name": "DynamicIpAllocationPolicyMutationInput",
293
+ "possibleTypes": null
294
+ },
295
+ "indexType": "input_object",
296
+ "kind": [
297
+ "INPUT_OBJECT"
298
+ ],
299
+ "name": "DynamicIpAllocationPolicyMutationInput",
300
+ "non_null": false
301
+ },
302
+ "varName": "dynamicIpAllocationPolicyMutationInput"
303
+ },
304
+ "dynamicIpAllocationRemoveRuleInput": {
305
+ "defaultValue": null,
306
+ "description": null,
307
+ "id_str": "removeRule___input",
308
+ "name": "input",
309
+ "path": "removeRule.input",
310
+ "requestStr": "$dynamicIpAllocationRemoveRuleInput:DynamicIpAllocationRemoveRuleInput! ",
311
+ "required": true,
312
+ "responseStr": "input:$dynamicIpAllocationRemoveRuleInput ",
313
+ "type": {
314
+ "definition": {
315
+ "description": null,
316
+ "enumValues": null,
317
+ "fields": null,
318
+ "inputFields": {
319
+ "id": {
320
+ "defaultValue": null,
321
+ "description": null,
322
+ "id_str": "removeRule___input___id",
323
+ "name": "id",
324
+ "path": "removeRule.input.id",
325
+ "requestStr": "$id:ID! ",
326
+ "required": true,
327
+ "responseStr": "id:$id ",
328
+ "type": {
329
+ "kind": [
330
+ "NON_NULL",
331
+ "SCALAR"
332
+ ],
333
+ "name": "ID",
334
+ "non_null": false
335
+ },
336
+ "varName": "id"
337
+ }
338
+ },
339
+ "interfaces": null,
340
+ "kind": "INPUT_OBJECT",
341
+ "name": "DynamicIpAllocationRemoveRuleInput",
342
+ "possibleTypes": null
343
+ },
344
+ "indexType": "input_object",
345
+ "kind": [
346
+ "NON_NULL",
347
+ "INPUT_OBJECT"
348
+ ],
349
+ "name": "DynamicIpAllocationRemoveRuleInput",
350
+ "non_null": false
351
+ },
352
+ "varName": "dynamicIpAllocationRemoveRuleInput"
353
+ }
354
+ },
355
+ "path": "mutation.policy.dynamicIpAllocation.removeRule",
356
+ "type": {
357
+ "definition": {
358
+ "description": "Policies that can be configured with mutation APIs.",
359
+ "enumValues": null,
360
+ "fields": {
361
+ "dynamicIpAllocation": {
362
+ "args": {
363
+ "dynamicIpAllocation___input": {
364
+ "defaultValue": null,
365
+ "description": null,
366
+ "id_str": "dynamicIpAllocation___input",
367
+ "name": "input",
368
+ "path": "dynamicIpAllocation.input",
369
+ "requestStr": "$dynamicIpAllocationPolicyMutationInput:DynamicIpAllocationPolicyMutationInput ",
370
+ "required": false,
371
+ "responseStr": "input:$dynamicIpAllocationPolicyMutationInput ",
372
+ "type": {
373
+ "definition": {
374
+ "description": null,
375
+ "enumValues": null,
376
+ "fields": null,
377
+ "inputFields": {
378
+ "revision": {
379
+ "defaultValue": null,
380
+ "description": null,
381
+ "id_str": "dynamicIpAllocation___input___revision",
382
+ "name": "revision",
383
+ "path": "dynamicIpAllocation.input.revision",
384
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
385
+ "required": false,
386
+ "responseStr": "revision:$policyMutationRevisionInput ",
387
+ "type": {
388
+ "definition": {
389
+ "description": null,
390
+ "enumValues": null,
391
+ "fields": null,
392
+ "inputFields": {
393
+ "id": {
394
+ "defaultValue": null,
395
+ "description": null,
396
+ "id_str": "dynamicIpAllocation___input___revision___id",
397
+ "name": "id",
398
+ "path": "dynamicIpAllocation.input.revision.id",
399
+ "requestStr": "$id:ID ",
400
+ "required": false,
401
+ "responseStr": "id:$id ",
402
+ "type": {
403
+ "kind": [
404
+ "SCALAR"
405
+ ],
406
+ "name": "ID",
407
+ "non_null": false
408
+ },
409
+ "varName": "id"
410
+ }
411
+ },
412
+ "interfaces": null,
413
+ "kind": "INPUT_OBJECT",
414
+ "name": "PolicyMutationRevisionInput",
415
+ "possibleTypes": null
416
+ },
417
+ "indexType": "input_object",
418
+ "kind": [
419
+ "INPUT_OBJECT"
420
+ ],
421
+ "name": "PolicyMutationRevisionInput",
422
+ "non_null": false
423
+ },
424
+ "varName": "policyMutationRevisionInput"
425
+ }
426
+ },
427
+ "interfaces": null,
428
+ "kind": "INPUT_OBJECT",
429
+ "name": "DynamicIpAllocationPolicyMutationInput",
430
+ "possibleTypes": null
431
+ },
432
+ "indexType": "input_object",
433
+ "kind": [
434
+ "INPUT_OBJECT"
435
+ ],
436
+ "name": "DynamicIpAllocationPolicyMutationInput",
437
+ "non_null": false
438
+ },
439
+ "varName": "dynamicIpAllocationPolicyMutationInput"
440
+ }
441
+ },
442
+ "deprecationReason": null,
443
+ "description": null,
444
+ "id_str": "dynamicIpAllocation",
445
+ "isDeprecated": false,
446
+ "name": "dynamicIpAllocation",
447
+ "path": "dynamicIpAllocation",
448
+ "requestStr": "$dynamicIpAllocationPolicyMutations:DynamicIpAllocationPolicyMutations ",
449
+ "required": false,
450
+ "responseStr": "dynamicIpAllocation:$dynamicIpAllocationPolicyMutations ",
451
+ "type": {
452
+ "definition": {
453
+ "description": null,
454
+ "enumValues": null,
455
+ "fields": {
456
+ "removeRule": {
457
+ "args": {
458
+ "removeRule___input": {
459
+ "defaultValue": null,
460
+ "description": null,
461
+ "id_str": "removeRule___input",
462
+ "name": "input",
463
+ "path": "removeRule.input",
464
+ "requestStr": "$dynamicIpAllocationRemoveRuleInput:DynamicIpAllocationRemoveRuleInput! ",
465
+ "required": true,
466
+ "responseStr": "input:$dynamicIpAllocationRemoveRuleInput ",
467
+ "type": {
468
+ "definition": {
469
+ "description": null,
470
+ "enumValues": null,
471
+ "fields": null,
472
+ "inputFields": {
473
+ "id": {
474
+ "defaultValue": null,
475
+ "description": null,
476
+ "id_str": "removeRule___input___id",
477
+ "name": "id",
478
+ "path": "removeRule.input.id",
479
+ "requestStr": "$id:ID! ",
480
+ "required": true,
481
+ "responseStr": "id:$id ",
482
+ "type": {
483
+ "kind": [
484
+ "NON_NULL",
485
+ "SCALAR"
486
+ ],
487
+ "name": "ID",
488
+ "non_null": false
489
+ },
490
+ "varName": "id"
491
+ }
492
+ },
493
+ "interfaces": null,
494
+ "kind": "INPUT_OBJECT",
495
+ "name": "DynamicIpAllocationRemoveRuleInput",
496
+ "possibleTypes": null
497
+ },
498
+ "indexType": "input_object",
499
+ "kind": [
500
+ "NON_NULL",
501
+ "INPUT_OBJECT"
502
+ ],
503
+ "name": "DynamicIpAllocationRemoveRuleInput",
504
+ "non_null": false
505
+ },
506
+ "varName": "dynamicIpAllocationRemoveRuleInput"
507
+ }
508
+ },
509
+ "deprecationReason": null,
510
+ "description": null,
511
+ "id_str": "dynamicIpAllocation___removeRule",
512
+ "isDeprecated": false,
513
+ "name": "removeRule",
514
+ "path": "dynamicIpAllocation.removeRule",
515
+ "requestStr": "$dynamicIpAllocationRuleMutationPayload:DynamicIpAllocationRuleMutationPayload! ",
516
+ "required": true,
517
+ "responseStr": "removeRule:$dynamicIpAllocationRuleMutationPayload ",
518
+ "type": {
519
+ "definition": {
520
+ "description": null,
521
+ "enumValues": null,
522
+ "fields": {
523
+ "errors": {
524
+ "alias": "policyMutationErrorErrors: errors",
525
+ "args": {},
526
+ "deprecationReason": null,
527
+ "description": null,
528
+ "id_str": "dynamicIpAllocation___removeRule___errors",
529
+ "isDeprecated": false,
530
+ "name": "errors",
531
+ "path": "dynamicIpAllocation.removeRule.errors",
532
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
533
+ "required": true,
534
+ "responseStr": "errors:$policyMutationError ",
535
+ "type": {
536
+ "definition": {
537
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
538
+ "enumValues": null,
539
+ "fields": {
540
+ "errorCode": {
541
+ "args": {},
542
+ "deprecationReason": null,
543
+ "description": null,
544
+ "id_str": "dynamicIpAllocation___removeRule___errors___errorCode",
545
+ "isDeprecated": false,
546
+ "name": "errorCode",
547
+ "path": "dynamicIpAllocation.removeRule.errors.errorCode",
548
+ "requestStr": "$errorCode:String ",
549
+ "required": false,
550
+ "responseStr": "errorCode:$errorCode ",
551
+ "type": {
552
+ "kind": [
553
+ "SCALAR"
554
+ ],
555
+ "name": "String",
556
+ "non_null": false
557
+ },
558
+ "varName": "errorCode"
559
+ },
560
+ "errorMessage": {
561
+ "args": {},
562
+ "deprecationReason": null,
563
+ "description": null,
564
+ "id_str": "dynamicIpAllocation___removeRule___errors___errorMessage",
565
+ "isDeprecated": false,
566
+ "name": "errorMessage",
567
+ "path": "dynamicIpAllocation.removeRule.errors.errorMessage",
568
+ "requestStr": "$errorMessage:String ",
569
+ "required": false,
570
+ "responseStr": "errorMessage:$errorMessage ",
571
+ "type": {
572
+ "kind": [
573
+ "SCALAR"
574
+ ],
575
+ "name": "String",
576
+ "non_null": false
577
+ },
578
+ "varName": "errorMessage"
579
+ }
580
+ },
581
+ "inputFields": null,
582
+ "interfaces": {},
583
+ "kind": "OBJECT",
584
+ "name": "PolicyMutationError",
585
+ "possibleTypes": null
586
+ },
587
+ "indexType": "object",
588
+ "kind": [
589
+ "NON_NULL",
590
+ "LIST",
591
+ "NON_NULL",
592
+ "OBJECT"
593
+ ],
594
+ "name": "PolicyMutationError",
595
+ "non_null": false
596
+ },
597
+ "varName": "policyMutationError"
598
+ },
599
+ "rule": {
600
+ "alias": "dynamicIpAllocationRulePayloadRule: rule",
601
+ "args": {},
602
+ "deprecationReason": null,
603
+ "description": null,
604
+ "id_str": "dynamicIpAllocation___removeRule___rule",
605
+ "isDeprecated": false,
606
+ "name": "rule",
607
+ "path": "dynamicIpAllocation.removeRule.rule",
608
+ "requestStr": "$dynamicIpAllocationRulePayload:DynamicIpAllocationRulePayload ",
609
+ "required": false,
610
+ "responseStr": "rule:$dynamicIpAllocationRulePayload ",
611
+ "type": {
612
+ "definition": {
613
+ "description": null,
614
+ "enumValues": null,
615
+ "fields": {
616
+ "audit": {
617
+ "args": {},
618
+ "deprecationReason": null,
619
+ "description": null,
620
+ "id_str": "dynamicIpAllocation___removeRule___rule___audit",
621
+ "isDeprecated": false,
622
+ "name": "audit",
623
+ "path": "dynamicIpAllocation.removeRule.rule.audit",
624
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
625
+ "required": true,
626
+ "responseStr": "audit:$policyElementAudit ",
627
+ "type": {
628
+ "definition": {
629
+ "description": null,
630
+ "enumValues": null,
631
+ "fields": {
632
+ "updatedBy": {
633
+ "args": {},
634
+ "deprecationReason": null,
635
+ "description": "The admin, or the API-key, that performed the last update",
636
+ "id_str": "dynamicIpAllocation___removeRule___rule___audit___updatedBy",
637
+ "isDeprecated": false,
638
+ "name": "updatedBy",
639
+ "path": "dynamicIpAllocation.removeRule.rule.audit.updatedBy",
640
+ "requestStr": "$updatedBy:String! ",
641
+ "required": true,
642
+ "responseStr": "updatedBy:$updatedBy ",
643
+ "type": {
644
+ "kind": [
645
+ "NON_NULL",
646
+ "SCALAR"
647
+ ],
648
+ "name": "String",
649
+ "non_null": false
650
+ },
651
+ "varName": "updatedBy"
652
+ },
653
+ "updatedTime": {
654
+ "args": {},
655
+ "deprecationReason": null,
656
+ "description": "The last date and time the rule was updated",
657
+ "id_str": "dynamicIpAllocation___removeRule___rule___audit___updatedTime",
658
+ "isDeprecated": false,
659
+ "name": "updatedTime",
660
+ "path": "dynamicIpAllocation.removeRule.rule.audit.updatedTime",
661
+ "requestStr": "$updatedTime:DateTime! ",
662
+ "required": true,
663
+ "responseStr": "updatedTime:$updatedTime ",
664
+ "type": {
665
+ "kind": [
666
+ "NON_NULL",
667
+ "SCALAR"
668
+ ],
669
+ "name": "DateTime",
670
+ "non_null": false
671
+ },
672
+ "varName": "updatedTime"
673
+ }
674
+ },
675
+ "inputFields": null,
676
+ "interfaces": {},
677
+ "kind": "OBJECT",
678
+ "name": "PolicyElementAudit",
679
+ "possibleTypes": null
680
+ },
681
+ "indexType": "object",
682
+ "kind": [
683
+ "NON_NULL",
684
+ "OBJECT"
685
+ ],
686
+ "name": "PolicyElementAudit",
687
+ "non_null": false
688
+ },
689
+ "varName": "policyElementAudit"
690
+ },
691
+ "properties": {
692
+ "args": {},
693
+ "deprecationReason": null,
694
+ "description": null,
695
+ "id_str": "dynamicIpAllocation___removeRule___rule___properties",
696
+ "isDeprecated": false,
697
+ "name": "properties",
698
+ "path": "dynamicIpAllocation.removeRule.rule.properties",
699
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
700
+ "required": true,
701
+ "responseStr": "properties:$properties ",
702
+ "type": {
703
+ "definition": {
704
+ "description": "Attributes describing the rule state or type",
705
+ "enumValues": [
706
+ {
707
+ "deprecationReason": null,
708
+ "description": "New (added) rule",
709
+ "isDeprecated": false,
710
+ "name": "ADDED"
711
+ },
712
+ {
713
+ "deprecationReason": null,
714
+ "description": "Updated (modified) existing rule",
715
+ "isDeprecated": false,
716
+ "name": "UPDATED"
717
+ },
718
+ {
719
+ "deprecationReason": null,
720
+ "description": "Removed (deleted) rule",
721
+ "isDeprecated": false,
722
+ "name": "REMOVED"
723
+ },
724
+ {
725
+ "deprecationReason": null,
726
+ "description": "A rule moved to a different position",
727
+ "isDeprecated": false,
728
+ "name": "MOVED"
729
+ },
730
+ {
731
+ "deprecationReason": null,
732
+ "description": "A rule locked for changes by other admins",
733
+ "isDeprecated": false,
734
+ "name": "LOCKED"
735
+ },
736
+ {
737
+ "deprecationReason": null,
738
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
739
+ "isDeprecated": false,
740
+ "name": "ANCHORED"
741
+ },
742
+ {
743
+ "deprecationReason": null,
744
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
745
+ "isDeprecated": false,
746
+ "name": "SYSTEM"
747
+ }
748
+ ],
749
+ "fields": null,
750
+ "inputFields": null,
751
+ "interfaces": null,
752
+ "kind": "ENUM",
753
+ "name": "PolicyElementPropertiesEnum",
754
+ "possibleTypes": null
755
+ },
756
+ "indexType": "enum",
757
+ "kind": [
758
+ "NON_NULL",
759
+ "LIST",
760
+ "NON_NULL",
761
+ "ENUM"
762
+ ],
763
+ "name": "PolicyElementPropertiesEnum",
764
+ "non_null": false
765
+ },
766
+ "varName": "properties"
767
+ },
768
+ "rule": {
769
+ "args": {},
770
+ "deprecationReason": null,
771
+ "description": null,
772
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule",
773
+ "isDeprecated": false,
774
+ "name": "rule",
775
+ "path": "dynamicIpAllocation.removeRule.rule.rule",
776
+ "requestStr": "$dynamicIpAllocationRule:DynamicIpAllocationRule! ",
777
+ "required": true,
778
+ "responseStr": "rule:$dynamicIpAllocationRule ",
779
+ "type": {
780
+ "definition": {
781
+ "description": null,
782
+ "enumValues": null,
783
+ "fields": {
784
+ "country": {
785
+ "alias": "countryRefCountry: country",
786
+ "args": {},
787
+ "deprecationReason": null,
788
+ "description": null,
789
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___country",
790
+ "isDeprecated": false,
791
+ "name": "country",
792
+ "path": "dynamicIpAllocation.removeRule.rule.rule.country",
793
+ "requestStr": "$countryRef:[CountryRef]! ",
794
+ "required": true,
795
+ "responseStr": "country:$countryRef ",
796
+ "type": {
797
+ "definition": {
798
+ "description": null,
799
+ "enumValues": null,
800
+ "fields": {
801
+ "id": {
802
+ "args": {},
803
+ "deprecationReason": null,
804
+ "description": null,
805
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___country___id",
806
+ "isDeprecated": false,
807
+ "name": "id",
808
+ "path": "dynamicIpAllocation.removeRule.rule.rule.country.id",
809
+ "requestStr": "$id:ID! ",
810
+ "required": true,
811
+ "responseStr": "id:$id ",
812
+ "type": {
813
+ "kind": [
814
+ "NON_NULL",
815
+ "SCALAR"
816
+ ],
817
+ "name": "ID",
818
+ "non_null": false
819
+ },
820
+ "varName": "id"
821
+ },
822
+ "name": {
823
+ "args": {},
824
+ "deprecationReason": null,
825
+ "description": null,
826
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___country___name",
827
+ "isDeprecated": false,
828
+ "name": "name",
829
+ "path": "dynamicIpAllocation.removeRule.rule.rule.country.name",
830
+ "requestStr": "$name:String! ",
831
+ "required": true,
832
+ "responseStr": "name:$name ",
833
+ "type": {
834
+ "kind": [
835
+ "NON_NULL",
836
+ "SCALAR"
837
+ ],
838
+ "name": "String",
839
+ "non_null": false
840
+ },
841
+ "varName": "name"
842
+ }
843
+ },
844
+ "inputFields": null,
845
+ "interfaces": {},
846
+ "kind": "OBJECT",
847
+ "name": "CountryRef",
848
+ "possibleTypes": null
849
+ },
850
+ "indexType": "object",
851
+ "kind": [
852
+ "NON_NULL",
853
+ "LIST",
854
+ "NON_NULL",
855
+ "OBJECT"
856
+ ],
857
+ "name": "CountryRef",
858
+ "non_null": false
859
+ },
860
+ "varName": "countryRef"
861
+ },
862
+ "description": {
863
+ "args": {},
864
+ "deprecationReason": null,
865
+ "description": "Description for the rule",
866
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___description",
867
+ "isDeprecated": false,
868
+ "name": "description",
869
+ "path": "dynamicIpAllocation.removeRule.rule.rule.description",
870
+ "requestStr": "$description:String! ",
871
+ "required": true,
872
+ "responseStr": "description:$description ",
873
+ "type": {
874
+ "kind": [
875
+ "NON_NULL",
876
+ "SCALAR"
877
+ ],
878
+ "name": "String",
879
+ "non_null": false
880
+ },
881
+ "varName": "description"
882
+ },
883
+ "enabled": {
884
+ "args": {},
885
+ "deprecationReason": null,
886
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
887
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___enabled",
888
+ "isDeprecated": false,
889
+ "name": "enabled",
890
+ "path": "dynamicIpAllocation.removeRule.rule.rule.enabled",
891
+ "requestStr": "$enabled:Boolean! ",
892
+ "required": true,
893
+ "responseStr": "enabled:$enabled ",
894
+ "type": {
895
+ "kind": [
896
+ "NON_NULL",
897
+ "SCALAR"
898
+ ],
899
+ "name": "Boolean",
900
+ "non_null": false
901
+ },
902
+ "varName": "enabled"
903
+ },
904
+ "id": {
905
+ "args": {},
906
+ "deprecationReason": null,
907
+ "description": "Rule ID",
908
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___id",
909
+ "isDeprecated": false,
910
+ "name": "id",
911
+ "path": "dynamicIpAllocation.removeRule.rule.rule.id",
912
+ "requestStr": "$id:ID! ",
913
+ "required": true,
914
+ "responseStr": "id:$id ",
915
+ "type": {
916
+ "kind": [
917
+ "NON_NULL",
918
+ "SCALAR"
919
+ ],
920
+ "name": "ID",
921
+ "non_null": false
922
+ },
923
+ "varName": "id"
924
+ },
925
+ "index": {
926
+ "args": {},
927
+ "deprecationReason": null,
928
+ "description": "Position / priority of rule",
929
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___index",
930
+ "isDeprecated": false,
931
+ "name": "index",
932
+ "path": "dynamicIpAllocation.removeRule.rule.rule.index",
933
+ "requestStr": "$index:Int! ",
934
+ "required": true,
935
+ "responseStr": "index:$index ",
936
+ "type": {
937
+ "kind": [
938
+ "NON_NULL",
939
+ "SCALAR"
940
+ ],
941
+ "name": "Int",
942
+ "non_null": false
943
+ },
944
+ "varName": "index"
945
+ },
946
+ "name": {
947
+ "args": {},
948
+ "deprecationReason": null,
949
+ "description": "Name of the rule",
950
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___name",
951
+ "isDeprecated": false,
952
+ "name": "name",
953
+ "path": "dynamicIpAllocation.removeRule.rule.rule.name",
954
+ "requestStr": "$name:String! ",
955
+ "required": true,
956
+ "responseStr": "name:$name ",
957
+ "type": {
958
+ "kind": [
959
+ "NON_NULL",
960
+ "SCALAR"
961
+ ],
962
+ "name": "String",
963
+ "non_null": false
964
+ },
965
+ "varName": "name"
966
+ },
967
+ "platform": {
968
+ "alias": "operatingSystemPlatform: platform",
969
+ "args": {},
970
+ "deprecationReason": null,
971
+ "description": null,
972
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___platform",
973
+ "isDeprecated": false,
974
+ "name": "platform",
975
+ "path": "dynamicIpAllocation.removeRule.rule.rule.platform",
976
+ "requestStr": "$platform:[OperatingSystem]! ",
977
+ "required": true,
978
+ "responseStr": "platform:$platform ",
979
+ "type": {
980
+ "definition": {
981
+ "description": null,
982
+ "enumValues": [
983
+ {
984
+ "deprecationReason": null,
985
+ "description": null,
986
+ "isDeprecated": false,
987
+ "name": "WINDOWS"
988
+ },
989
+ {
990
+ "deprecationReason": null,
991
+ "description": null,
992
+ "isDeprecated": false,
993
+ "name": "MACOS"
994
+ },
995
+ {
996
+ "deprecationReason": null,
997
+ "description": null,
998
+ "isDeprecated": false,
999
+ "name": "IOS"
1000
+ },
1001
+ {
1002
+ "deprecationReason": null,
1003
+ "description": null,
1004
+ "isDeprecated": false,
1005
+ "name": "ANDROID"
1006
+ },
1007
+ {
1008
+ "deprecationReason": null,
1009
+ "description": null,
1010
+ "isDeprecated": false,
1011
+ "name": "LINUX"
1012
+ },
1013
+ {
1014
+ "deprecationReason": null,
1015
+ "description": null,
1016
+ "isDeprecated": false,
1017
+ "name": "EMBEDDED"
1018
+ }
1019
+ ],
1020
+ "fields": null,
1021
+ "inputFields": null,
1022
+ "interfaces": null,
1023
+ "kind": "ENUM",
1024
+ "name": "OperatingSystem",
1025
+ "possibleTypes": null
1026
+ },
1027
+ "indexType": "enum",
1028
+ "kind": [
1029
+ "NON_NULL",
1030
+ "LIST",
1031
+ "NON_NULL",
1032
+ "ENUM"
1033
+ ],
1034
+ "name": "OperatingSystem",
1035
+ "non_null": false
1036
+ },
1037
+ "varName": "platform"
1038
+ },
1039
+ "range": {
1040
+ "alias": "dynamicIpAllocationRangeRange: range",
1041
+ "args": {},
1042
+ "deprecationReason": null,
1043
+ "description": null,
1044
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___range",
1045
+ "isDeprecated": false,
1046
+ "name": "range",
1047
+ "path": "dynamicIpAllocation.removeRule.rule.rule.range",
1048
+ "requestStr": "$dynamicIpAllocationRange:DynamicIpAllocationRange! ",
1049
+ "required": true,
1050
+ "responseStr": "range:$dynamicIpAllocationRange ",
1051
+ "type": {
1052
+ "definition": {
1053
+ "description": null,
1054
+ "enumValues": null,
1055
+ "fields": {
1056
+ "globalIpRange": {
1057
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1058
+ "args": {},
1059
+ "deprecationReason": null,
1060
+ "description": null,
1061
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___range___globalIpRange",
1062
+ "isDeprecated": false,
1063
+ "name": "globalIpRange",
1064
+ "path": "dynamicIpAllocation.removeRule.rule.rule.range.globalIpRange",
1065
+ "requestStr": "$globalIpRangeRef:GlobalIpRangeRef! ",
1066
+ "required": true,
1067
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1068
+ "type": {
1069
+ "definition": {
1070
+ "description": null,
1071
+ "enumValues": null,
1072
+ "fields": {
1073
+ "id": {
1074
+ "args": {},
1075
+ "deprecationReason": null,
1076
+ "description": null,
1077
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___range___globalIpRange___id",
1078
+ "isDeprecated": false,
1079
+ "name": "id",
1080
+ "path": "dynamicIpAllocation.removeRule.rule.rule.range.globalIpRange.id",
1081
+ "requestStr": "$id:ID! ",
1082
+ "required": true,
1083
+ "responseStr": "id:$id ",
1084
+ "type": {
1085
+ "kind": [
1086
+ "NON_NULL",
1087
+ "SCALAR"
1088
+ ],
1089
+ "name": "ID",
1090
+ "non_null": false
1091
+ },
1092
+ "varName": "id"
1093
+ },
1094
+ "name": {
1095
+ "args": {},
1096
+ "deprecationReason": null,
1097
+ "description": null,
1098
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___range___globalIpRange___name",
1099
+ "isDeprecated": false,
1100
+ "name": "name",
1101
+ "path": "dynamicIpAllocation.removeRule.rule.rule.range.globalIpRange.name",
1102
+ "requestStr": "$name:String! ",
1103
+ "required": true,
1104
+ "responseStr": "name:$name ",
1105
+ "type": {
1106
+ "kind": [
1107
+ "NON_NULL",
1108
+ "SCALAR"
1109
+ ],
1110
+ "name": "String",
1111
+ "non_null": false
1112
+ },
1113
+ "varName": "name"
1114
+ }
1115
+ },
1116
+ "inputFields": null,
1117
+ "interfaces": {},
1118
+ "kind": "OBJECT",
1119
+ "name": "GlobalIpRangeRef",
1120
+ "possibleTypes": null
1121
+ },
1122
+ "indexType": "object",
1123
+ "kind": [
1124
+ "NON_NULL",
1125
+ "OBJECT"
1126
+ ],
1127
+ "name": "GlobalIpRangeRef",
1128
+ "non_null": false
1129
+ },
1130
+ "varName": "globalIpRangeRef"
1131
+ }
1132
+ },
1133
+ "inputFields": null,
1134
+ "interfaces": {},
1135
+ "kind": "OBJECT",
1136
+ "name": "DynamicIpAllocationRange",
1137
+ "possibleTypes": null
1138
+ },
1139
+ "indexType": "object",
1140
+ "kind": [
1141
+ "NON_NULL",
1142
+ "OBJECT"
1143
+ ],
1144
+ "name": "DynamicIpAllocationRange",
1145
+ "non_null": false
1146
+ },
1147
+ "varName": "dynamicIpAllocationRange"
1148
+ },
1149
+ "section": {
1150
+ "alias": "policySectionInfoSection: section",
1151
+ "args": {},
1152
+ "deprecationReason": null,
1153
+ "description": "Policy section where the rule is located",
1154
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___section",
1155
+ "isDeprecated": false,
1156
+ "name": "section",
1157
+ "path": "dynamicIpAllocation.removeRule.rule.rule.section",
1158
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1159
+ "required": true,
1160
+ "responseStr": "section:$policySectionInfo ",
1161
+ "type": {
1162
+ "definition": {
1163
+ "description": "Define settings for a policy section",
1164
+ "enumValues": null,
1165
+ "fields": {
1166
+ "id": {
1167
+ "args": {},
1168
+ "deprecationReason": null,
1169
+ "description": null,
1170
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___section___id",
1171
+ "isDeprecated": false,
1172
+ "name": "id",
1173
+ "path": "dynamicIpAllocation.removeRule.rule.rule.section.id",
1174
+ "requestStr": "$id:ID! ",
1175
+ "required": true,
1176
+ "responseStr": "id:$id ",
1177
+ "type": {
1178
+ "kind": [
1179
+ "NON_NULL",
1180
+ "SCALAR"
1181
+ ],
1182
+ "name": "ID",
1183
+ "non_null": false
1184
+ },
1185
+ "varName": "id"
1186
+ },
1187
+ "name": {
1188
+ "args": {},
1189
+ "deprecationReason": null,
1190
+ "description": null,
1191
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___section___name",
1192
+ "isDeprecated": false,
1193
+ "name": "name",
1194
+ "path": "dynamicIpAllocation.removeRule.rule.rule.section.name",
1195
+ "requestStr": "$name:String! ",
1196
+ "required": true,
1197
+ "responseStr": "name:$name ",
1198
+ "type": {
1199
+ "kind": [
1200
+ "NON_NULL",
1201
+ "SCALAR"
1202
+ ],
1203
+ "name": "String",
1204
+ "non_null": false
1205
+ },
1206
+ "varName": "name"
1207
+ }
1208
+ },
1209
+ "inputFields": null,
1210
+ "interfaces": {},
1211
+ "kind": "OBJECT",
1212
+ "name": "PolicySectionInfo",
1213
+ "possibleTypes": null
1214
+ },
1215
+ "indexType": "object",
1216
+ "kind": [
1217
+ "NON_NULL",
1218
+ "OBJECT"
1219
+ ],
1220
+ "name": "PolicySectionInfo",
1221
+ "non_null": false
1222
+ },
1223
+ "varName": "policySectionInfo"
1224
+ },
1225
+ "source": {
1226
+ "alias": "dynamicIpAllocationSourceSource: source",
1227
+ "args": {},
1228
+ "deprecationReason": null,
1229
+ "description": null,
1230
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source",
1231
+ "isDeprecated": false,
1232
+ "name": "source",
1233
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source",
1234
+ "requestStr": "$dynamicIpAllocationSource:DynamicIpAllocationSource! ",
1235
+ "required": true,
1236
+ "responseStr": "source:$dynamicIpAllocationSource ",
1237
+ "type": {
1238
+ "definition": {
1239
+ "description": null,
1240
+ "enumValues": null,
1241
+ "fields": {
1242
+ "user": {
1243
+ "alias": "userRefUser: user",
1244
+ "args": {},
1245
+ "deprecationReason": null,
1246
+ "description": null,
1247
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source___user",
1248
+ "isDeprecated": false,
1249
+ "name": "user",
1250
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source.user",
1251
+ "requestStr": "$userRef:[UserRef]! ",
1252
+ "required": true,
1253
+ "responseStr": "user:$userRef ",
1254
+ "type": {
1255
+ "definition": {
1256
+ "description": null,
1257
+ "enumValues": null,
1258
+ "fields": {
1259
+ "id": {
1260
+ "args": {},
1261
+ "deprecationReason": null,
1262
+ "description": null,
1263
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source___user___id",
1264
+ "isDeprecated": false,
1265
+ "name": "id",
1266
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source.user.id",
1267
+ "requestStr": "$id:ID! ",
1268
+ "required": true,
1269
+ "responseStr": "id:$id ",
1270
+ "type": {
1271
+ "kind": [
1272
+ "NON_NULL",
1273
+ "SCALAR"
1274
+ ],
1275
+ "name": "ID",
1276
+ "non_null": false
1277
+ },
1278
+ "varName": "id"
1279
+ },
1280
+ "name": {
1281
+ "args": {},
1282
+ "deprecationReason": null,
1283
+ "description": null,
1284
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source___user___name",
1285
+ "isDeprecated": false,
1286
+ "name": "name",
1287
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source.user.name",
1288
+ "requestStr": "$name:String! ",
1289
+ "required": true,
1290
+ "responseStr": "name:$name ",
1291
+ "type": {
1292
+ "kind": [
1293
+ "NON_NULL",
1294
+ "SCALAR"
1295
+ ],
1296
+ "name": "String",
1297
+ "non_null": false
1298
+ },
1299
+ "varName": "name"
1300
+ }
1301
+ },
1302
+ "inputFields": null,
1303
+ "interfaces": {},
1304
+ "kind": "OBJECT",
1305
+ "name": "UserRef",
1306
+ "possibleTypes": null
1307
+ },
1308
+ "indexType": "object",
1309
+ "kind": [
1310
+ "NON_NULL",
1311
+ "LIST",
1312
+ "NON_NULL",
1313
+ "OBJECT"
1314
+ ],
1315
+ "name": "UserRef",
1316
+ "non_null": false
1317
+ },
1318
+ "varName": "userRef"
1319
+ },
1320
+ "usersGroup": {
1321
+ "alias": "usersGroupRefUsersGroup: usersGroup",
1322
+ "args": {},
1323
+ "deprecationReason": null,
1324
+ "description": null,
1325
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source___usersGroup",
1326
+ "isDeprecated": false,
1327
+ "name": "usersGroup",
1328
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source.usersGroup",
1329
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
1330
+ "required": true,
1331
+ "responseStr": "usersGroup:$usersGroupRef ",
1332
+ "type": {
1333
+ "definition": {
1334
+ "description": null,
1335
+ "enumValues": null,
1336
+ "fields": {
1337
+ "id": {
1338
+ "args": {},
1339
+ "deprecationReason": null,
1340
+ "description": null,
1341
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source___usersGroup___id",
1342
+ "isDeprecated": false,
1343
+ "name": "id",
1344
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source.usersGroup.id",
1345
+ "requestStr": "$id:ID! ",
1346
+ "required": true,
1347
+ "responseStr": "id:$id ",
1348
+ "type": {
1349
+ "kind": [
1350
+ "NON_NULL",
1351
+ "SCALAR"
1352
+ ],
1353
+ "name": "ID",
1354
+ "non_null": false
1355
+ },
1356
+ "varName": "id"
1357
+ },
1358
+ "name": {
1359
+ "args": {},
1360
+ "deprecationReason": null,
1361
+ "description": null,
1362
+ "id_str": "dynamicIpAllocation___removeRule___rule___rule___source___usersGroup___name",
1363
+ "isDeprecated": false,
1364
+ "name": "name",
1365
+ "path": "dynamicIpAllocation.removeRule.rule.rule.source.usersGroup.name",
1366
+ "requestStr": "$name:String! ",
1367
+ "required": true,
1368
+ "responseStr": "name:$name ",
1369
+ "type": {
1370
+ "kind": [
1371
+ "NON_NULL",
1372
+ "SCALAR"
1373
+ ],
1374
+ "name": "String",
1375
+ "non_null": false
1376
+ },
1377
+ "varName": "name"
1378
+ }
1379
+ },
1380
+ "inputFields": null,
1381
+ "interfaces": {},
1382
+ "kind": "OBJECT",
1383
+ "name": "UsersGroupRef",
1384
+ "possibleTypes": null
1385
+ },
1386
+ "indexType": "object",
1387
+ "kind": [
1388
+ "NON_NULL",
1389
+ "LIST",
1390
+ "NON_NULL",
1391
+ "OBJECT"
1392
+ ],
1393
+ "name": "UsersGroupRef",
1394
+ "non_null": false
1395
+ },
1396
+ "varName": "usersGroupRef"
1397
+ }
1398
+ },
1399
+ "inputFields": null,
1400
+ "interfaces": {},
1401
+ "kind": "OBJECT",
1402
+ "name": "DynamicIpAllocationSource",
1403
+ "possibleTypes": null
1404
+ },
1405
+ "indexType": "object",
1406
+ "kind": [
1407
+ "NON_NULL",
1408
+ "OBJECT"
1409
+ ],
1410
+ "name": "DynamicIpAllocationSource",
1411
+ "non_null": false
1412
+ },
1413
+ "varName": "dynamicIpAllocationSource"
1414
+ }
1415
+ },
1416
+ "inputFields": null,
1417
+ "interfaces": {},
1418
+ "kind": "OBJECT",
1419
+ "name": "DynamicIpAllocationRule",
1420
+ "possibleTypes": null
1421
+ },
1422
+ "indexType": "object",
1423
+ "kind": [
1424
+ "NON_NULL",
1425
+ "OBJECT"
1426
+ ],
1427
+ "name": "DynamicIpAllocationRule",
1428
+ "non_null": false
1429
+ },
1430
+ "varName": "dynamicIpAllocationRule"
1431
+ }
1432
+ },
1433
+ "inputFields": null,
1434
+ "interfaces": {},
1435
+ "kind": "OBJECT",
1436
+ "name": "DynamicIpAllocationRulePayload",
1437
+ "possibleTypes": null
1438
+ },
1439
+ "indexType": "object",
1440
+ "kind": [
1441
+ "OBJECT"
1442
+ ],
1443
+ "name": "DynamicIpAllocationRulePayload",
1444
+ "non_null": false
1445
+ },
1446
+ "varName": "dynamicIpAllocationRulePayload"
1447
+ },
1448
+ "status": {
1449
+ "alias": "policyMutationStatusStatus: status",
1450
+ "args": {},
1451
+ "deprecationReason": null,
1452
+ "description": null,
1453
+ "id_str": "dynamicIpAllocation___removeRule___status",
1454
+ "isDeprecated": false,
1455
+ "name": "status",
1456
+ "path": "dynamicIpAllocation.removeRule.status",
1457
+ "requestStr": "$status:PolicyMutationStatus! ",
1458
+ "required": true,
1459
+ "responseStr": "status:$status ",
1460
+ "type": {
1461
+ "definition": {
1462
+ "description": "Enum for the status of a policy mutation",
1463
+ "enumValues": [
1464
+ {
1465
+ "deprecationReason": null,
1466
+ "description": null,
1467
+ "isDeprecated": false,
1468
+ "name": "SUCCESS"
1469
+ },
1470
+ {
1471
+ "deprecationReason": null,
1472
+ "description": null,
1473
+ "isDeprecated": false,
1474
+ "name": "FAILURE"
1475
+ }
1476
+ ],
1477
+ "fields": null,
1478
+ "inputFields": null,
1479
+ "interfaces": null,
1480
+ "kind": "ENUM",
1481
+ "name": "PolicyMutationStatus",
1482
+ "possibleTypes": null
1483
+ },
1484
+ "indexType": "enum",
1485
+ "kind": [
1486
+ "NON_NULL",
1487
+ "ENUM"
1488
+ ],
1489
+ "name": "PolicyMutationStatus",
1490
+ "non_null": false
1491
+ },
1492
+ "varName": "status"
1493
+ }
1494
+ },
1495
+ "inputFields": null,
1496
+ "interfaces": {},
1497
+ "kind": "OBJECT",
1498
+ "name": "DynamicIpAllocationRuleMutationPayload",
1499
+ "possibleTypes": null
1500
+ },
1501
+ "indexType": "object",
1502
+ "kind": [
1503
+ "NON_NULL",
1504
+ "OBJECT"
1505
+ ],
1506
+ "name": "DynamicIpAllocationRuleMutationPayload",
1507
+ "non_null": false
1508
+ },
1509
+ "varName": "dynamicIpAllocationRuleMutationPayload"
1510
+ }
1511
+ },
1512
+ "inputFields": null,
1513
+ "interfaces": {},
1514
+ "kind": "OBJECT",
1515
+ "name": "DynamicIpAllocationPolicyMutations",
1516
+ "possibleTypes": null
1517
+ },
1518
+ "indexType": "object",
1519
+ "kind": [
1520
+ "OBJECT"
1521
+ ],
1522
+ "name": "DynamicIpAllocationPolicyMutations",
1523
+ "non_null": false
1524
+ },
1525
+ "varName": "dynamicIpAllocationPolicyMutations"
1526
+ }
1527
+ },
1528
+ "inputFields": null,
1529
+ "interfaces": [],
1530
+ "kind": "OBJECT",
1531
+ "name": "PolicyMutations",
1532
+ "possibleTypes": null
1533
+ },
1534
+ "indexType": "object",
1535
+ "kind": [
1536
+ "OBJECT"
1537
+ ],
1538
+ "name": "PolicyMutations",
1539
+ "non_null": false
1540
+ },
1541
+ "variablesPayload": {
1542
+ "dynamicIpAllocationPolicyMutationInput": {
1543
+ "policyMutationRevisionInput": {
1544
+ "id": {
1545
+ "id": "ID"
1546
+ }
1547
+ }
1548
+ },
1549
+ "dynamicIpAllocationRemoveRuleInput": {
1550
+ "id": {
1551
+ "id": "ID"
1552
+ }
1553
+ }
1554
+ }
1555
+ }