catocli 1.0.18__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 (102) 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/parserApiClient.py +6 -6
  43. catocli/parsers/query_accountMetrics/README.md +2 -1
  44. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  45. catocli/parsers/query_eventsFeed/README.md +1 -1
  46. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  47. catocli/parsers/query_policy/README.md +2 -1
  48. catocli/parsers/query_sandbox/README.md +17 -0
  49. catocli/parsers/query_sandbox/__init__.py +17 -0
  50. catocli/parsers/query_siteLocation/README.md +1 -1
  51. catocli/parsers/query_xdr_story/README.md +1 -1
  52. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  53. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
  54. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  55. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  56. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  57. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  58. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  59. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  60. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  61. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  62. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  63. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  64. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  65. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  66. models/mutation.sandbox.deleteReport.json +302 -0
  67. models/mutation.sandbox.uploadFile.json +301 -0
  68. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  69. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  70. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  71. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  72. models/mutation.site.addSocketSite.json +72 -15
  73. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  74. models/mutation.site.updateNetworkRange.json +3 -3
  75. models/mutation.site.updateSocketInterface.json +126 -18
  76. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  77. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  78. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  79. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  80. models/mutation.sites.addSocketSite.json +72 -15
  81. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  82. models/mutation.sites.updateNetworkRange.json +3 -3
  83. models/mutation.sites.updateSocketInterface.json +126 -18
  84. models/mutation.xdr.addStoryComment.json +622 -0
  85. models/mutation.xdr.analystFeedback.json +28820 -0
  86. models/mutation.xdr.deleteStoryComment.json +622 -0
  87. models/query.accountMetrics.json +341 -0
  88. models/query.accountSnapshot.json +120 -0
  89. models/query.appStatsTimeSeries.json +37 -0
  90. models/query.auditFeed.json +292 -52
  91. models/query.events.json +1196 -236
  92. models/query.eventsFeed.json +292 -52
  93. models/query.eventsTimeSeries.json +941 -184
  94. models/query.policy.json +2047 -156
  95. models/query.sandbox.json +2047 -0
  96. models/query.xdr.stories.json +134 -4
  97. models/query.xdr.story.json +116 -4
  98. schema/catolib.py +4 -5
  99. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  100. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  101. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  102. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1111 @@
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
+ "updateSection": {
116
+ "args": {
117
+ "updateSection___input": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "updateSection___input",
121
+ "name": "input",
122
+ "path": "updateSection.input",
123
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$policyUpdateSectionInput ",
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": "updateSection___input___id",
136
+ "name": "id",
137
+ "path": "updateSection.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
+ "section": {
152
+ "defaultValue": null,
153
+ "description": null,
154
+ "id_str": "updateSection___input___section",
155
+ "name": "section",
156
+ "path": "updateSection.input.section",
157
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
158
+ "required": true,
159
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
160
+ "type": {
161
+ "definition": {
162
+ "description": null,
163
+ "enumValues": null,
164
+ "fields": null,
165
+ "inputFields": {
166
+ "name": {
167
+ "defaultValue": null,
168
+ "description": null,
169
+ "id_str": "updateSection___input___section___name",
170
+ "name": "name",
171
+ "path": "updateSection.input.section.name",
172
+ "requestStr": "$name:String ",
173
+ "required": false,
174
+ "responseStr": "name:$name ",
175
+ "type": {
176
+ "kind": [
177
+ "SCALAR"
178
+ ],
179
+ "name": "String",
180
+ "non_null": false
181
+ },
182
+ "varName": "name"
183
+ }
184
+ },
185
+ "interfaces": null,
186
+ "kind": "INPUT_OBJECT",
187
+ "name": "PolicyUpdateSectionInfoInput",
188
+ "possibleTypes": null
189
+ },
190
+ "indexType": "input_object",
191
+ "kind": [
192
+ "NON_NULL",
193
+ "INPUT_OBJECT"
194
+ ],
195
+ "name": "PolicyUpdateSectionInfoInput",
196
+ "non_null": false
197
+ },
198
+ "varName": "policyUpdateSectionInfoInput"
199
+ }
200
+ },
201
+ "interfaces": null,
202
+ "kind": "INPUT_OBJECT",
203
+ "name": "PolicyUpdateSectionInput",
204
+ "possibleTypes": null
205
+ },
206
+ "indexType": "input_object",
207
+ "kind": [
208
+ "NON_NULL",
209
+ "INPUT_OBJECT"
210
+ ],
211
+ "name": "PolicyUpdateSectionInput",
212
+ "non_null": false
213
+ },
214
+ "varName": "policyUpdateSectionInput"
215
+ }
216
+ },
217
+ "deprecationReason": null,
218
+ "description": null,
219
+ "isDeprecated": false,
220
+ "name": "updateSection",
221
+ "type": {
222
+ "kind": "NON_NULL",
223
+ "name": null,
224
+ "ofType": {
225
+ "kind": "OBJECT",
226
+ "name": "PolicySectionMutationPayload",
227
+ "ofType": null
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "deprecationReason": null,
233
+ "description": null,
234
+ "fieldTypes": {
235
+ "DynamicIpAllocationPolicyMutations": true,
236
+ "PolicyElementAudit": true,
237
+ "PolicyElementPropertiesEnum": true,
238
+ "PolicyMutationError": true,
239
+ "PolicyMutationRevisionInput": true,
240
+ "PolicyMutationStatus": true,
241
+ "PolicySectionInfo": true,
242
+ "PolicySectionMutationPayload": true,
243
+ "PolicySectionPayload": true,
244
+ "PolicyUpdateSectionInfoInput": true
245
+ },
246
+ "isDeprecated": false,
247
+ "name": "policy",
248
+ "operationArgs": {
249
+ "accountId": {
250
+ "defaultValue": null,
251
+ "description": null,
252
+ "id_str": "accountId",
253
+ "name": "accountId",
254
+ "path": "accountId",
255
+ "requestStr": "$accountId:ID! ",
256
+ "required": true,
257
+ "responseStr": "accountId:$accountId ",
258
+ "type": {
259
+ "kind": [
260
+ "NON_NULL",
261
+ "SCALAR"
262
+ ],
263
+ "name": "ID",
264
+ "non_null": false
265
+ },
266
+ "varName": "accountId"
267
+ },
268
+ "dynamicIpAllocationPolicyMutationInput": {
269
+ "defaultValue": null,
270
+ "description": null,
271
+ "id_str": "dynamicIpAllocation___input",
272
+ "name": "input",
273
+ "path": "dynamicIpAllocation.input",
274
+ "requestStr": "$dynamicIpAllocationPolicyMutationInput:DynamicIpAllocationPolicyMutationInput ",
275
+ "required": false,
276
+ "responseStr": "input:$dynamicIpAllocationPolicyMutationInput ",
277
+ "type": {
278
+ "definition": {
279
+ "description": null,
280
+ "enumValues": null,
281
+ "fields": null,
282
+ "inputFields": {
283
+ "revision": {
284
+ "defaultValue": null,
285
+ "description": null,
286
+ "id_str": "dynamicIpAllocation___input___revision",
287
+ "name": "revision",
288
+ "path": "dynamicIpAllocation.input.revision",
289
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
290
+ "required": false,
291
+ "responseStr": "revision:$policyMutationRevisionInput ",
292
+ "type": {
293
+ "definition": {
294
+ "description": null,
295
+ "enumValues": null,
296
+ "fields": null,
297
+ "inputFields": {
298
+ "id": {
299
+ "defaultValue": null,
300
+ "description": null,
301
+ "id_str": "dynamicIpAllocation___input___revision___id",
302
+ "name": "id",
303
+ "path": "dynamicIpAllocation.input.revision.id",
304
+ "requestStr": "$id:ID ",
305
+ "required": false,
306
+ "responseStr": "id:$id ",
307
+ "type": {
308
+ "kind": [
309
+ "SCALAR"
310
+ ],
311
+ "name": "ID",
312
+ "non_null": false
313
+ },
314
+ "varName": "id"
315
+ }
316
+ },
317
+ "interfaces": null,
318
+ "kind": "INPUT_OBJECT",
319
+ "name": "PolicyMutationRevisionInput",
320
+ "possibleTypes": null
321
+ },
322
+ "indexType": "input_object",
323
+ "kind": [
324
+ "INPUT_OBJECT"
325
+ ],
326
+ "name": "PolicyMutationRevisionInput",
327
+ "non_null": false
328
+ },
329
+ "varName": "policyMutationRevisionInput"
330
+ }
331
+ },
332
+ "interfaces": null,
333
+ "kind": "INPUT_OBJECT",
334
+ "name": "DynamicIpAllocationPolicyMutationInput",
335
+ "possibleTypes": null
336
+ },
337
+ "indexType": "input_object",
338
+ "kind": [
339
+ "INPUT_OBJECT"
340
+ ],
341
+ "name": "DynamicIpAllocationPolicyMutationInput",
342
+ "non_null": false
343
+ },
344
+ "varName": "dynamicIpAllocationPolicyMutationInput"
345
+ },
346
+ "policyUpdateSectionInput": {
347
+ "defaultValue": null,
348
+ "description": null,
349
+ "id_str": "updateSection___input",
350
+ "name": "input",
351
+ "path": "updateSection.input",
352
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
353
+ "required": true,
354
+ "responseStr": "input:$policyUpdateSectionInput ",
355
+ "type": {
356
+ "definition": {
357
+ "description": null,
358
+ "enumValues": null,
359
+ "fields": null,
360
+ "inputFields": {
361
+ "id": {
362
+ "defaultValue": null,
363
+ "description": null,
364
+ "id_str": "updateSection___input___id",
365
+ "name": "id",
366
+ "path": "updateSection.input.id",
367
+ "requestStr": "$id:ID! ",
368
+ "required": true,
369
+ "responseStr": "id:$id ",
370
+ "type": {
371
+ "kind": [
372
+ "NON_NULL",
373
+ "SCALAR"
374
+ ],
375
+ "name": "ID",
376
+ "non_null": false
377
+ },
378
+ "varName": "id"
379
+ },
380
+ "section": {
381
+ "defaultValue": null,
382
+ "description": null,
383
+ "id_str": "updateSection___input___section",
384
+ "name": "section",
385
+ "path": "updateSection.input.section",
386
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
387
+ "required": true,
388
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
389
+ "type": {
390
+ "definition": {
391
+ "description": null,
392
+ "enumValues": null,
393
+ "fields": null,
394
+ "inputFields": {
395
+ "name": {
396
+ "defaultValue": null,
397
+ "description": null,
398
+ "id_str": "updateSection___input___section___name",
399
+ "name": "name",
400
+ "path": "updateSection.input.section.name",
401
+ "requestStr": "$name:String ",
402
+ "required": false,
403
+ "responseStr": "name:$name ",
404
+ "type": {
405
+ "kind": [
406
+ "SCALAR"
407
+ ],
408
+ "name": "String",
409
+ "non_null": false
410
+ },
411
+ "varName": "name"
412
+ }
413
+ },
414
+ "interfaces": null,
415
+ "kind": "INPUT_OBJECT",
416
+ "name": "PolicyUpdateSectionInfoInput",
417
+ "possibleTypes": null
418
+ },
419
+ "indexType": "input_object",
420
+ "kind": [
421
+ "NON_NULL",
422
+ "INPUT_OBJECT"
423
+ ],
424
+ "name": "PolicyUpdateSectionInfoInput",
425
+ "non_null": false
426
+ },
427
+ "varName": "policyUpdateSectionInfoInput"
428
+ }
429
+ },
430
+ "interfaces": null,
431
+ "kind": "INPUT_OBJECT",
432
+ "name": "PolicyUpdateSectionInput",
433
+ "possibleTypes": null
434
+ },
435
+ "indexType": "input_object",
436
+ "kind": [
437
+ "NON_NULL",
438
+ "INPUT_OBJECT"
439
+ ],
440
+ "name": "PolicyUpdateSectionInput",
441
+ "non_null": false
442
+ },
443
+ "varName": "policyUpdateSectionInput"
444
+ }
445
+ },
446
+ "path": "mutation.policy.dynamicIpAllocation.updateSection",
447
+ "type": {
448
+ "definition": {
449
+ "description": "Policies that can be configured with mutation APIs.",
450
+ "enumValues": null,
451
+ "fields": {
452
+ "dynamicIpAllocation": {
453
+ "args": {
454
+ "dynamicIpAllocation___input": {
455
+ "defaultValue": null,
456
+ "description": null,
457
+ "id_str": "dynamicIpAllocation___input",
458
+ "name": "input",
459
+ "path": "dynamicIpAllocation.input",
460
+ "requestStr": "$dynamicIpAllocationPolicyMutationInput:DynamicIpAllocationPolicyMutationInput ",
461
+ "required": false,
462
+ "responseStr": "input:$dynamicIpAllocationPolicyMutationInput ",
463
+ "type": {
464
+ "definition": {
465
+ "description": null,
466
+ "enumValues": null,
467
+ "fields": null,
468
+ "inputFields": {
469
+ "revision": {
470
+ "defaultValue": null,
471
+ "description": null,
472
+ "id_str": "dynamicIpAllocation___input___revision",
473
+ "name": "revision",
474
+ "path": "dynamicIpAllocation.input.revision",
475
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
476
+ "required": false,
477
+ "responseStr": "revision:$policyMutationRevisionInput ",
478
+ "type": {
479
+ "definition": {
480
+ "description": null,
481
+ "enumValues": null,
482
+ "fields": null,
483
+ "inputFields": {
484
+ "id": {
485
+ "defaultValue": null,
486
+ "description": null,
487
+ "id_str": "dynamicIpAllocation___input___revision___id",
488
+ "name": "id",
489
+ "path": "dynamicIpAllocation.input.revision.id",
490
+ "requestStr": "$id:ID ",
491
+ "required": false,
492
+ "responseStr": "id:$id ",
493
+ "type": {
494
+ "kind": [
495
+ "SCALAR"
496
+ ],
497
+ "name": "ID",
498
+ "non_null": false
499
+ },
500
+ "varName": "id"
501
+ }
502
+ },
503
+ "interfaces": null,
504
+ "kind": "INPUT_OBJECT",
505
+ "name": "PolicyMutationRevisionInput",
506
+ "possibleTypes": null
507
+ },
508
+ "indexType": "input_object",
509
+ "kind": [
510
+ "INPUT_OBJECT"
511
+ ],
512
+ "name": "PolicyMutationRevisionInput",
513
+ "non_null": false
514
+ },
515
+ "varName": "policyMutationRevisionInput"
516
+ }
517
+ },
518
+ "interfaces": null,
519
+ "kind": "INPUT_OBJECT",
520
+ "name": "DynamicIpAllocationPolicyMutationInput",
521
+ "possibleTypes": null
522
+ },
523
+ "indexType": "input_object",
524
+ "kind": [
525
+ "INPUT_OBJECT"
526
+ ],
527
+ "name": "DynamicIpAllocationPolicyMutationInput",
528
+ "non_null": false
529
+ },
530
+ "varName": "dynamicIpAllocationPolicyMutationInput"
531
+ }
532
+ },
533
+ "deprecationReason": null,
534
+ "description": null,
535
+ "id_str": "dynamicIpAllocation",
536
+ "isDeprecated": false,
537
+ "name": "dynamicIpAllocation",
538
+ "path": "dynamicIpAllocation",
539
+ "requestStr": "$dynamicIpAllocationPolicyMutations:DynamicIpAllocationPolicyMutations ",
540
+ "required": false,
541
+ "responseStr": "dynamicIpAllocation:$dynamicIpAllocationPolicyMutations ",
542
+ "type": {
543
+ "definition": {
544
+ "description": null,
545
+ "enumValues": null,
546
+ "fields": {
547
+ "updateSection": {
548
+ "args": {
549
+ "updateSection___input": {
550
+ "defaultValue": null,
551
+ "description": null,
552
+ "id_str": "updateSection___input",
553
+ "name": "input",
554
+ "path": "updateSection.input",
555
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
556
+ "required": true,
557
+ "responseStr": "input:$policyUpdateSectionInput ",
558
+ "type": {
559
+ "definition": {
560
+ "description": null,
561
+ "enumValues": null,
562
+ "fields": null,
563
+ "inputFields": {
564
+ "id": {
565
+ "defaultValue": null,
566
+ "description": null,
567
+ "id_str": "updateSection___input___id",
568
+ "name": "id",
569
+ "path": "updateSection.input.id",
570
+ "requestStr": "$id:ID! ",
571
+ "required": true,
572
+ "responseStr": "id:$id ",
573
+ "type": {
574
+ "kind": [
575
+ "NON_NULL",
576
+ "SCALAR"
577
+ ],
578
+ "name": "ID",
579
+ "non_null": false
580
+ },
581
+ "varName": "id"
582
+ },
583
+ "section": {
584
+ "defaultValue": null,
585
+ "description": null,
586
+ "id_str": "updateSection___input___section",
587
+ "name": "section",
588
+ "path": "updateSection.input.section",
589
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
590
+ "required": true,
591
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
592
+ "type": {
593
+ "definition": {
594
+ "description": null,
595
+ "enumValues": null,
596
+ "fields": null,
597
+ "inputFields": {
598
+ "name": {
599
+ "defaultValue": null,
600
+ "description": null,
601
+ "id_str": "updateSection___input___section___name",
602
+ "name": "name",
603
+ "path": "updateSection.input.section.name",
604
+ "requestStr": "$name:String ",
605
+ "required": false,
606
+ "responseStr": "name:$name ",
607
+ "type": {
608
+ "kind": [
609
+ "SCALAR"
610
+ ],
611
+ "name": "String",
612
+ "non_null": false
613
+ },
614
+ "varName": "name"
615
+ }
616
+ },
617
+ "interfaces": null,
618
+ "kind": "INPUT_OBJECT",
619
+ "name": "PolicyUpdateSectionInfoInput",
620
+ "possibleTypes": null
621
+ },
622
+ "indexType": "input_object",
623
+ "kind": [
624
+ "NON_NULL",
625
+ "INPUT_OBJECT"
626
+ ],
627
+ "name": "PolicyUpdateSectionInfoInput",
628
+ "non_null": false
629
+ },
630
+ "varName": "policyUpdateSectionInfoInput"
631
+ }
632
+ },
633
+ "interfaces": null,
634
+ "kind": "INPUT_OBJECT",
635
+ "name": "PolicyUpdateSectionInput",
636
+ "possibleTypes": null
637
+ },
638
+ "indexType": "input_object",
639
+ "kind": [
640
+ "NON_NULL",
641
+ "INPUT_OBJECT"
642
+ ],
643
+ "name": "PolicyUpdateSectionInput",
644
+ "non_null": false
645
+ },
646
+ "varName": "policyUpdateSectionInput"
647
+ }
648
+ },
649
+ "deprecationReason": null,
650
+ "description": null,
651
+ "id_str": "dynamicIpAllocation___updateSection",
652
+ "isDeprecated": false,
653
+ "name": "updateSection",
654
+ "path": "dynamicIpAllocation.updateSection",
655
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
656
+ "required": true,
657
+ "responseStr": "updateSection:$policySectionMutationPayload ",
658
+ "type": {
659
+ "definition": {
660
+ "description": null,
661
+ "enumValues": null,
662
+ "fields": {
663
+ "errors": {
664
+ "alias": "policyMutationErrorErrors: errors",
665
+ "args": {},
666
+ "deprecationReason": null,
667
+ "description": null,
668
+ "id_str": "dynamicIpAllocation___updateSection___errors",
669
+ "isDeprecated": false,
670
+ "name": "errors",
671
+ "path": "dynamicIpAllocation.updateSection.errors",
672
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
673
+ "required": true,
674
+ "responseStr": "errors:$policyMutationError ",
675
+ "type": {
676
+ "definition": {
677
+ "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\"",
678
+ "enumValues": null,
679
+ "fields": {
680
+ "errorCode": {
681
+ "args": {},
682
+ "deprecationReason": null,
683
+ "description": null,
684
+ "id_str": "dynamicIpAllocation___updateSection___errors___errorCode",
685
+ "isDeprecated": false,
686
+ "name": "errorCode",
687
+ "path": "dynamicIpAllocation.updateSection.errors.errorCode",
688
+ "requestStr": "$errorCode:String ",
689
+ "required": false,
690
+ "responseStr": "errorCode:$errorCode ",
691
+ "type": {
692
+ "kind": [
693
+ "SCALAR"
694
+ ],
695
+ "name": "String",
696
+ "non_null": false
697
+ },
698
+ "varName": "errorCode"
699
+ },
700
+ "errorMessage": {
701
+ "args": {},
702
+ "deprecationReason": null,
703
+ "description": null,
704
+ "id_str": "dynamicIpAllocation___updateSection___errors___errorMessage",
705
+ "isDeprecated": false,
706
+ "name": "errorMessage",
707
+ "path": "dynamicIpAllocation.updateSection.errors.errorMessage",
708
+ "requestStr": "$errorMessage:String ",
709
+ "required": false,
710
+ "responseStr": "errorMessage:$errorMessage ",
711
+ "type": {
712
+ "kind": [
713
+ "SCALAR"
714
+ ],
715
+ "name": "String",
716
+ "non_null": false
717
+ },
718
+ "varName": "errorMessage"
719
+ }
720
+ },
721
+ "inputFields": null,
722
+ "interfaces": {},
723
+ "kind": "OBJECT",
724
+ "name": "PolicyMutationError",
725
+ "possibleTypes": null
726
+ },
727
+ "indexType": "object",
728
+ "kind": [
729
+ "NON_NULL",
730
+ "LIST",
731
+ "NON_NULL",
732
+ "OBJECT"
733
+ ],
734
+ "name": "PolicyMutationError",
735
+ "non_null": false
736
+ },
737
+ "varName": "policyMutationError"
738
+ },
739
+ "section": {
740
+ "alias": "policySectionPayloadSection: section",
741
+ "args": {},
742
+ "deprecationReason": null,
743
+ "description": null,
744
+ "id_str": "dynamicIpAllocation___updateSection___section",
745
+ "isDeprecated": false,
746
+ "name": "section",
747
+ "path": "dynamicIpAllocation.updateSection.section",
748
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
749
+ "required": false,
750
+ "responseStr": "section:$policySectionPayload ",
751
+ "type": {
752
+ "definition": {
753
+ "description": null,
754
+ "enumValues": null,
755
+ "fields": {
756
+ "audit": {
757
+ "args": {},
758
+ "deprecationReason": null,
759
+ "description": null,
760
+ "id_str": "dynamicIpAllocation___updateSection___section___audit",
761
+ "isDeprecated": false,
762
+ "name": "audit",
763
+ "path": "dynamicIpAllocation.updateSection.section.audit",
764
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
765
+ "required": true,
766
+ "responseStr": "audit:$policyElementAudit ",
767
+ "type": {
768
+ "definition": {
769
+ "description": null,
770
+ "enumValues": null,
771
+ "fields": {
772
+ "updatedBy": {
773
+ "args": {},
774
+ "deprecationReason": null,
775
+ "description": "The admin, or the API-key, that performed the last update",
776
+ "id_str": "dynamicIpAllocation___updateSection___section___audit___updatedBy",
777
+ "isDeprecated": false,
778
+ "name": "updatedBy",
779
+ "path": "dynamicIpAllocation.updateSection.section.audit.updatedBy",
780
+ "requestStr": "$updatedBy:String! ",
781
+ "required": true,
782
+ "responseStr": "updatedBy:$updatedBy ",
783
+ "type": {
784
+ "kind": [
785
+ "NON_NULL",
786
+ "SCALAR"
787
+ ],
788
+ "name": "String",
789
+ "non_null": false
790
+ },
791
+ "varName": "updatedBy"
792
+ },
793
+ "updatedTime": {
794
+ "args": {},
795
+ "deprecationReason": null,
796
+ "description": "The last date and time the rule was updated",
797
+ "id_str": "dynamicIpAllocation___updateSection___section___audit___updatedTime",
798
+ "isDeprecated": false,
799
+ "name": "updatedTime",
800
+ "path": "dynamicIpAllocation.updateSection.section.audit.updatedTime",
801
+ "requestStr": "$updatedTime:DateTime! ",
802
+ "required": true,
803
+ "responseStr": "updatedTime:$updatedTime ",
804
+ "type": {
805
+ "kind": [
806
+ "NON_NULL",
807
+ "SCALAR"
808
+ ],
809
+ "name": "DateTime",
810
+ "non_null": false
811
+ },
812
+ "varName": "updatedTime"
813
+ }
814
+ },
815
+ "inputFields": null,
816
+ "interfaces": {},
817
+ "kind": "OBJECT",
818
+ "name": "PolicyElementAudit",
819
+ "possibleTypes": null
820
+ },
821
+ "indexType": "object",
822
+ "kind": [
823
+ "NON_NULL",
824
+ "OBJECT"
825
+ ],
826
+ "name": "PolicyElementAudit",
827
+ "non_null": false
828
+ },
829
+ "varName": "policyElementAudit"
830
+ },
831
+ "properties": {
832
+ "args": {},
833
+ "deprecationReason": null,
834
+ "description": null,
835
+ "id_str": "dynamicIpAllocation___updateSection___section___properties",
836
+ "isDeprecated": false,
837
+ "name": "properties",
838
+ "path": "dynamicIpAllocation.updateSection.section.properties",
839
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
840
+ "required": true,
841
+ "responseStr": "properties:$properties ",
842
+ "type": {
843
+ "definition": {
844
+ "description": "Attributes describing the rule state or type",
845
+ "enumValues": [
846
+ {
847
+ "deprecationReason": null,
848
+ "description": "New (added) rule",
849
+ "isDeprecated": false,
850
+ "name": "ADDED"
851
+ },
852
+ {
853
+ "deprecationReason": null,
854
+ "description": "Updated (modified) existing rule",
855
+ "isDeprecated": false,
856
+ "name": "UPDATED"
857
+ },
858
+ {
859
+ "deprecationReason": null,
860
+ "description": "Removed (deleted) rule",
861
+ "isDeprecated": false,
862
+ "name": "REMOVED"
863
+ },
864
+ {
865
+ "deprecationReason": null,
866
+ "description": "A rule moved to a different position",
867
+ "isDeprecated": false,
868
+ "name": "MOVED"
869
+ },
870
+ {
871
+ "deprecationReason": null,
872
+ "description": "A rule locked for changes by other admins",
873
+ "isDeprecated": false,
874
+ "name": "LOCKED"
875
+ },
876
+ {
877
+ "deprecationReason": null,
878
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
879
+ "isDeprecated": false,
880
+ "name": "ANCHORED"
881
+ },
882
+ {
883
+ "deprecationReason": null,
884
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
885
+ "isDeprecated": false,
886
+ "name": "SYSTEM"
887
+ }
888
+ ],
889
+ "fields": null,
890
+ "inputFields": null,
891
+ "interfaces": null,
892
+ "kind": "ENUM",
893
+ "name": "PolicyElementPropertiesEnum",
894
+ "possibleTypes": null
895
+ },
896
+ "indexType": "enum",
897
+ "kind": [
898
+ "NON_NULL",
899
+ "LIST",
900
+ "NON_NULL",
901
+ "ENUM"
902
+ ],
903
+ "name": "PolicyElementPropertiesEnum",
904
+ "non_null": false
905
+ },
906
+ "varName": "properties"
907
+ },
908
+ "section": {
909
+ "args": {},
910
+ "deprecationReason": null,
911
+ "description": null,
912
+ "id_str": "dynamicIpAllocation___updateSection___section___section",
913
+ "isDeprecated": false,
914
+ "name": "section",
915
+ "path": "dynamicIpAllocation.updateSection.section.section",
916
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
917
+ "required": true,
918
+ "responseStr": "section:$policySectionInfo ",
919
+ "type": {
920
+ "definition": {
921
+ "description": "Define settings for a policy section",
922
+ "enumValues": null,
923
+ "fields": {
924
+ "id": {
925
+ "args": {},
926
+ "deprecationReason": null,
927
+ "description": null,
928
+ "id_str": "dynamicIpAllocation___updateSection___section___section___id",
929
+ "isDeprecated": false,
930
+ "name": "id",
931
+ "path": "dynamicIpAllocation.updateSection.section.section.id",
932
+ "requestStr": "$id:ID! ",
933
+ "required": true,
934
+ "responseStr": "id:$id ",
935
+ "type": {
936
+ "kind": [
937
+ "NON_NULL",
938
+ "SCALAR"
939
+ ],
940
+ "name": "ID",
941
+ "non_null": false
942
+ },
943
+ "varName": "id"
944
+ },
945
+ "name": {
946
+ "args": {},
947
+ "deprecationReason": null,
948
+ "description": null,
949
+ "id_str": "dynamicIpAllocation___updateSection___section___section___name",
950
+ "isDeprecated": false,
951
+ "name": "name",
952
+ "path": "dynamicIpAllocation.updateSection.section.section.name",
953
+ "requestStr": "$name:String! ",
954
+ "required": true,
955
+ "responseStr": "name:$name ",
956
+ "type": {
957
+ "kind": [
958
+ "NON_NULL",
959
+ "SCALAR"
960
+ ],
961
+ "name": "String",
962
+ "non_null": false
963
+ },
964
+ "varName": "name"
965
+ }
966
+ },
967
+ "inputFields": null,
968
+ "interfaces": {},
969
+ "kind": "OBJECT",
970
+ "name": "PolicySectionInfo",
971
+ "possibleTypes": null
972
+ },
973
+ "indexType": "object",
974
+ "kind": [
975
+ "NON_NULL",
976
+ "OBJECT"
977
+ ],
978
+ "name": "PolicySectionInfo",
979
+ "non_null": false
980
+ },
981
+ "varName": "policySectionInfo"
982
+ }
983
+ },
984
+ "inputFields": null,
985
+ "interfaces": {},
986
+ "kind": "OBJECT",
987
+ "name": "PolicySectionPayload",
988
+ "possibleTypes": null
989
+ },
990
+ "indexType": "object",
991
+ "kind": [
992
+ "OBJECT"
993
+ ],
994
+ "name": "PolicySectionPayload",
995
+ "non_null": false
996
+ },
997
+ "varName": "policySectionPayload"
998
+ },
999
+ "status": {
1000
+ "alias": "policyMutationStatusStatus: status",
1001
+ "args": {},
1002
+ "deprecationReason": null,
1003
+ "description": null,
1004
+ "id_str": "dynamicIpAllocation___updateSection___status",
1005
+ "isDeprecated": false,
1006
+ "name": "status",
1007
+ "path": "dynamicIpAllocation.updateSection.status",
1008
+ "requestStr": "$status:PolicyMutationStatus! ",
1009
+ "required": true,
1010
+ "responseStr": "status:$status ",
1011
+ "type": {
1012
+ "definition": {
1013
+ "description": "Enum for the status of a policy mutation",
1014
+ "enumValues": [
1015
+ {
1016
+ "deprecationReason": null,
1017
+ "description": null,
1018
+ "isDeprecated": false,
1019
+ "name": "SUCCESS"
1020
+ },
1021
+ {
1022
+ "deprecationReason": null,
1023
+ "description": null,
1024
+ "isDeprecated": false,
1025
+ "name": "FAILURE"
1026
+ }
1027
+ ],
1028
+ "fields": null,
1029
+ "inputFields": null,
1030
+ "interfaces": null,
1031
+ "kind": "ENUM",
1032
+ "name": "PolicyMutationStatus",
1033
+ "possibleTypes": null
1034
+ },
1035
+ "indexType": "enum",
1036
+ "kind": [
1037
+ "NON_NULL",
1038
+ "ENUM"
1039
+ ],
1040
+ "name": "PolicyMutationStatus",
1041
+ "non_null": false
1042
+ },
1043
+ "varName": "status"
1044
+ }
1045
+ },
1046
+ "inputFields": null,
1047
+ "interfaces": {},
1048
+ "kind": "OBJECT",
1049
+ "name": "PolicySectionMutationPayload",
1050
+ "possibleTypes": null
1051
+ },
1052
+ "indexType": "object",
1053
+ "kind": [
1054
+ "NON_NULL",
1055
+ "OBJECT"
1056
+ ],
1057
+ "name": "PolicySectionMutationPayload",
1058
+ "non_null": false
1059
+ },
1060
+ "varName": "policySectionMutationPayload"
1061
+ }
1062
+ },
1063
+ "inputFields": null,
1064
+ "interfaces": {},
1065
+ "kind": "OBJECT",
1066
+ "name": "DynamicIpAllocationPolicyMutations",
1067
+ "possibleTypes": null
1068
+ },
1069
+ "indexType": "object",
1070
+ "kind": [
1071
+ "OBJECT"
1072
+ ],
1073
+ "name": "DynamicIpAllocationPolicyMutations",
1074
+ "non_null": false
1075
+ },
1076
+ "varName": "dynamicIpAllocationPolicyMutations"
1077
+ }
1078
+ },
1079
+ "inputFields": null,
1080
+ "interfaces": [],
1081
+ "kind": "OBJECT",
1082
+ "name": "PolicyMutations",
1083
+ "possibleTypes": null
1084
+ },
1085
+ "indexType": "object",
1086
+ "kind": [
1087
+ "OBJECT"
1088
+ ],
1089
+ "name": "PolicyMutations",
1090
+ "non_null": false
1091
+ },
1092
+ "variablesPayload": {
1093
+ "dynamicIpAllocationPolicyMutationInput": {
1094
+ "policyMutationRevisionInput": {
1095
+ "id": {
1096
+ "id": "ID"
1097
+ }
1098
+ }
1099
+ },
1100
+ "policyUpdateSectionInput": {
1101
+ "id": {
1102
+ "id": "ID"
1103
+ },
1104
+ "policyUpdateSectionInfoInput": {
1105
+ "name": {
1106
+ "name": "String"
1107
+ }
1108
+ }
1109
+ }
1110
+ }
1111
+ }