catocli 1.0.14__py3-none-any.whl → 1.0.15__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.
- catocli/Utils/clidriver.py +5 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "addSection___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addSection.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$policyAddSectionInput:PolicyAddSectionInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$policyAddSectionInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": "Input for adding a section to a policy",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "addSection___input___at",
|
|
45
45
|
"name": "at",
|
|
46
46
|
"path": "addSection.input.at",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$policySectionPositionInput:PolicySectionPositionInput! ",
|
|
48
48
|
"required": true,
|
|
49
|
-
"responseStr": "at:$
|
|
49
|
+
"responseStr": "at:$policySectionPositionInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": null,
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"name": "PolicySectionPositionInput",
|
|
135
135
|
"non_null": false
|
|
136
136
|
},
|
|
137
|
-
"varName": "
|
|
137
|
+
"varName": "policySectionPositionInput"
|
|
138
138
|
},
|
|
139
139
|
"section": {
|
|
140
140
|
"defaultValue": null,
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
"id_str": "addSection___input___section",
|
|
143
143
|
"name": "section",
|
|
144
144
|
"path": "addSection.input.section",
|
|
145
|
-
"requestStr": "$
|
|
145
|
+
"requestStr": "$policyAddSectionInfoInput:PolicyAddSectionInfoInput! ",
|
|
146
146
|
"required": true,
|
|
147
|
-
"responseStr": "section:$
|
|
147
|
+
"responseStr": "section:$policyAddSectionInfoInput ",
|
|
148
148
|
"type": {
|
|
149
149
|
"definition": {
|
|
150
150
|
"description": "Input for adding section info to a policy",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"name": "PolicyAddSectionInfoInput",
|
|
185
185
|
"non_null": false
|
|
186
186
|
},
|
|
187
|
-
"varName": "
|
|
187
|
+
"varName": "policyAddSectionInfoInput"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
"interfaces": null,
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"name": "PolicyAddSectionInput",
|
|
201
201
|
"non_null": false
|
|
202
202
|
},
|
|
203
|
-
"varName": "
|
|
203
|
+
"varName": "policyAddSectionInput"
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"deprecationReason": null,
|
|
@@ -225,9 +225,9 @@
|
|
|
225
225
|
"id_str": "internetFirewall___input",
|
|
226
226
|
"name": "input",
|
|
227
227
|
"path": "internetFirewall.input",
|
|
228
|
-
"requestStr": "$
|
|
228
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
229
229
|
"required": false,
|
|
230
|
-
"responseStr": "input:$
|
|
230
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
231
231
|
"type": {
|
|
232
232
|
"definition": {
|
|
233
233
|
"description": null,
|
|
@@ -240,9 +240,9 @@
|
|
|
240
240
|
"id_str": "internetFirewall___input___revision",
|
|
241
241
|
"name": "revision",
|
|
242
242
|
"path": "internetFirewall.input.revision",
|
|
243
|
-
"requestStr": "$
|
|
243
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
244
244
|
"required": false,
|
|
245
|
-
"responseStr": "revision:$
|
|
245
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
246
246
|
"type": {
|
|
247
247
|
"definition": {
|
|
248
248
|
"description": null,
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"name": "PolicyMutationRevisionInput",
|
|
281
281
|
"non_null": false
|
|
282
282
|
},
|
|
283
|
-
"varName": "
|
|
283
|
+
"varName": "policyMutationRevisionInput"
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
"interfaces": null,
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"name": "InternetFirewallPolicyMutationInput",
|
|
296
296
|
"non_null": false
|
|
297
297
|
},
|
|
298
|
-
"varName": "
|
|
298
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
"deprecationReason": null,
|
|
@@ -328,15 +328,34 @@
|
|
|
328
328
|
"isDeprecated": false,
|
|
329
329
|
"name": "policy",
|
|
330
330
|
"operationArgs": {
|
|
331
|
-
"
|
|
331
|
+
"accountId": {
|
|
332
|
+
"defaultValue": null,
|
|
333
|
+
"description": null,
|
|
334
|
+
"id_str": "accountId",
|
|
335
|
+
"name": "accountId",
|
|
336
|
+
"path": "accountId",
|
|
337
|
+
"requestStr": "$accountId:ID! ",
|
|
338
|
+
"required": true,
|
|
339
|
+
"responseStr": "accountId:$accountId ",
|
|
340
|
+
"type": {
|
|
341
|
+
"kind": [
|
|
342
|
+
"NON_NULL",
|
|
343
|
+
"SCALAR"
|
|
344
|
+
],
|
|
345
|
+
"name": "ID",
|
|
346
|
+
"non_null": false
|
|
347
|
+
},
|
|
348
|
+
"varName": "accountId"
|
|
349
|
+
},
|
|
350
|
+
"internetFirewallPolicyMutationInput": {
|
|
332
351
|
"defaultValue": null,
|
|
333
352
|
"description": null,
|
|
334
353
|
"id_str": "internetFirewall___input",
|
|
335
354
|
"name": "input",
|
|
336
355
|
"path": "internetFirewall.input",
|
|
337
|
-
"requestStr": "$
|
|
356
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
338
357
|
"required": false,
|
|
339
|
-
"responseStr": "input:$
|
|
358
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
340
359
|
"type": {
|
|
341
360
|
"definition": {
|
|
342
361
|
"description": null,
|
|
@@ -349,9 +368,9 @@
|
|
|
349
368
|
"id_str": "internetFirewall___input___revision",
|
|
350
369
|
"name": "revision",
|
|
351
370
|
"path": "internetFirewall.input.revision",
|
|
352
|
-
"requestStr": "$
|
|
371
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
353
372
|
"required": false,
|
|
354
|
-
"responseStr": "revision:$
|
|
373
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
355
374
|
"type": {
|
|
356
375
|
"definition": {
|
|
357
376
|
"description": null,
|
|
@@ -389,7 +408,7 @@
|
|
|
389
408
|
"name": "PolicyMutationRevisionInput",
|
|
390
409
|
"non_null": false
|
|
391
410
|
},
|
|
392
|
-
"varName": "
|
|
411
|
+
"varName": "policyMutationRevisionInput"
|
|
393
412
|
}
|
|
394
413
|
},
|
|
395
414
|
"interfaces": null,
|
|
@@ -404,17 +423,17 @@
|
|
|
404
423
|
"name": "InternetFirewallPolicyMutationInput",
|
|
405
424
|
"non_null": false
|
|
406
425
|
},
|
|
407
|
-
"varName": "
|
|
426
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
408
427
|
},
|
|
409
|
-
"
|
|
428
|
+
"policyAddSectionInput": {
|
|
410
429
|
"defaultValue": null,
|
|
411
430
|
"description": null,
|
|
412
431
|
"id_str": "addSection___input",
|
|
413
432
|
"name": "input",
|
|
414
433
|
"path": "addSection.input",
|
|
415
|
-
"requestStr": "$
|
|
434
|
+
"requestStr": "$policyAddSectionInput:PolicyAddSectionInput! ",
|
|
416
435
|
"required": true,
|
|
417
|
-
"responseStr": "input:$
|
|
436
|
+
"responseStr": "input:$policyAddSectionInput ",
|
|
418
437
|
"type": {
|
|
419
438
|
"definition": {
|
|
420
439
|
"description": "Input for adding a section to a policy",
|
|
@@ -427,9 +446,9 @@
|
|
|
427
446
|
"id_str": "addSection___input___at",
|
|
428
447
|
"name": "at",
|
|
429
448
|
"path": "addSection.input.at",
|
|
430
|
-
"requestStr": "$
|
|
449
|
+
"requestStr": "$policySectionPositionInput:PolicySectionPositionInput! ",
|
|
431
450
|
"required": true,
|
|
432
|
-
"responseStr": "at:$
|
|
451
|
+
"responseStr": "at:$policySectionPositionInput ",
|
|
433
452
|
"type": {
|
|
434
453
|
"definition": {
|
|
435
454
|
"description": null,
|
|
@@ -517,7 +536,7 @@
|
|
|
517
536
|
"name": "PolicySectionPositionInput",
|
|
518
537
|
"non_null": false
|
|
519
538
|
},
|
|
520
|
-
"varName": "
|
|
539
|
+
"varName": "policySectionPositionInput"
|
|
521
540
|
},
|
|
522
541
|
"section": {
|
|
523
542
|
"defaultValue": null,
|
|
@@ -525,9 +544,9 @@
|
|
|
525
544
|
"id_str": "addSection___input___section",
|
|
526
545
|
"name": "section",
|
|
527
546
|
"path": "addSection.input.section",
|
|
528
|
-
"requestStr": "$
|
|
547
|
+
"requestStr": "$policyAddSectionInfoInput:PolicyAddSectionInfoInput! ",
|
|
529
548
|
"required": true,
|
|
530
|
-
"responseStr": "section:$
|
|
549
|
+
"responseStr": "section:$policyAddSectionInfoInput ",
|
|
531
550
|
"type": {
|
|
532
551
|
"definition": {
|
|
533
552
|
"description": "Input for adding section info to a policy",
|
|
@@ -567,7 +586,7 @@
|
|
|
567
586
|
"name": "PolicyAddSectionInfoInput",
|
|
568
587
|
"non_null": false
|
|
569
588
|
},
|
|
570
|
-
"varName": "
|
|
589
|
+
"varName": "policyAddSectionInfoInput"
|
|
571
590
|
}
|
|
572
591
|
},
|
|
573
592
|
"interfaces": null,
|
|
@@ -583,26 +602,7 @@
|
|
|
583
602
|
"name": "PolicyAddSectionInput",
|
|
584
603
|
"non_null": false
|
|
585
604
|
},
|
|
586
|
-
"varName": "
|
|
587
|
-
},
|
|
588
|
-
"accountId": {
|
|
589
|
-
"defaultValue": null,
|
|
590
|
-
"description": null,
|
|
591
|
-
"id_str": "accountId",
|
|
592
|
-
"name": "accountId",
|
|
593
|
-
"path": "accountId",
|
|
594
|
-
"requestStr": "$accountId:ID! ",
|
|
595
|
-
"required": true,
|
|
596
|
-
"responseStr": "accountId:$accountId ",
|
|
597
|
-
"type": {
|
|
598
|
-
"kind": [
|
|
599
|
-
"NON_NULL",
|
|
600
|
-
"SCALAR"
|
|
601
|
-
],
|
|
602
|
-
"name": "ID",
|
|
603
|
-
"non_null": false
|
|
604
|
-
},
|
|
605
|
-
"varName": "accountId"
|
|
605
|
+
"varName": "policyAddSectionInput"
|
|
606
606
|
}
|
|
607
607
|
},
|
|
608
608
|
"path": "mutation.policy.internetFirewall.addSection",
|
|
@@ -619,9 +619,9 @@
|
|
|
619
619
|
"id_str": "internetFirewall___input",
|
|
620
620
|
"name": "input",
|
|
621
621
|
"path": "internetFirewall.input",
|
|
622
|
-
"requestStr": "$
|
|
622
|
+
"requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
|
|
623
623
|
"required": false,
|
|
624
|
-
"responseStr": "input:$
|
|
624
|
+
"responseStr": "input:$internetFirewallPolicyMutationInput ",
|
|
625
625
|
"type": {
|
|
626
626
|
"definition": {
|
|
627
627
|
"description": null,
|
|
@@ -634,9 +634,9 @@
|
|
|
634
634
|
"id_str": "internetFirewall___input___revision",
|
|
635
635
|
"name": "revision",
|
|
636
636
|
"path": "internetFirewall.input.revision",
|
|
637
|
-
"requestStr": "$
|
|
637
|
+
"requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
|
|
638
638
|
"required": false,
|
|
639
|
-
"responseStr": "revision:$
|
|
639
|
+
"responseStr": "revision:$policyMutationRevisionInput ",
|
|
640
640
|
"type": {
|
|
641
641
|
"definition": {
|
|
642
642
|
"description": null,
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
"name": "PolicyMutationRevisionInput",
|
|
675
675
|
"non_null": false
|
|
676
676
|
},
|
|
677
|
-
"varName": "
|
|
677
|
+
"varName": "policyMutationRevisionInput"
|
|
678
678
|
}
|
|
679
679
|
},
|
|
680
680
|
"interfaces": null,
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
"name": "InternetFirewallPolicyMutationInput",
|
|
690
690
|
"non_null": false
|
|
691
691
|
},
|
|
692
|
-
"varName": "
|
|
692
|
+
"varName": "internetFirewallPolicyMutationInput"
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"deprecationReason": null,
|
|
@@ -698,9 +698,9 @@
|
|
|
698
698
|
"isDeprecated": false,
|
|
699
699
|
"name": "internetFirewall",
|
|
700
700
|
"path": "internetFirewall",
|
|
701
|
-
"requestStr": "$
|
|
701
|
+
"requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
|
|
702
702
|
"required": false,
|
|
703
|
-
"responseStr": "internetFirewall:$
|
|
703
|
+
"responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
|
|
704
704
|
"type": {
|
|
705
705
|
"definition": {
|
|
706
706
|
"description": "The Internet firewall Policy information returned to the caller in the API response.",
|
|
@@ -714,9 +714,9 @@
|
|
|
714
714
|
"id_str": "addSection___input",
|
|
715
715
|
"name": "input",
|
|
716
716
|
"path": "addSection.input",
|
|
717
|
-
"requestStr": "$
|
|
717
|
+
"requestStr": "$policyAddSectionInput:PolicyAddSectionInput! ",
|
|
718
718
|
"required": true,
|
|
719
|
-
"responseStr": "input:$
|
|
719
|
+
"responseStr": "input:$policyAddSectionInput ",
|
|
720
720
|
"type": {
|
|
721
721
|
"definition": {
|
|
722
722
|
"description": "Input for adding a section to a policy",
|
|
@@ -729,9 +729,9 @@
|
|
|
729
729
|
"id_str": "addSection___input___at",
|
|
730
730
|
"name": "at",
|
|
731
731
|
"path": "addSection.input.at",
|
|
732
|
-
"requestStr": "$
|
|
732
|
+
"requestStr": "$policySectionPositionInput:PolicySectionPositionInput! ",
|
|
733
733
|
"required": true,
|
|
734
|
-
"responseStr": "at:$
|
|
734
|
+
"responseStr": "at:$policySectionPositionInput ",
|
|
735
735
|
"type": {
|
|
736
736
|
"definition": {
|
|
737
737
|
"description": null,
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"name": "PolicySectionPositionInput",
|
|
820
820
|
"non_null": false
|
|
821
821
|
},
|
|
822
|
-
"varName": "
|
|
822
|
+
"varName": "policySectionPositionInput"
|
|
823
823
|
},
|
|
824
824
|
"section": {
|
|
825
825
|
"defaultValue": null,
|
|
@@ -827,9 +827,9 @@
|
|
|
827
827
|
"id_str": "addSection___input___section",
|
|
828
828
|
"name": "section",
|
|
829
829
|
"path": "addSection.input.section",
|
|
830
|
-
"requestStr": "$
|
|
830
|
+
"requestStr": "$policyAddSectionInfoInput:PolicyAddSectionInfoInput! ",
|
|
831
831
|
"required": true,
|
|
832
|
-
"responseStr": "section:$
|
|
832
|
+
"responseStr": "section:$policyAddSectionInfoInput ",
|
|
833
833
|
"type": {
|
|
834
834
|
"definition": {
|
|
835
835
|
"description": "Input for adding section info to a policy",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"name": "PolicyAddSectionInfoInput",
|
|
870
870
|
"non_null": false
|
|
871
871
|
},
|
|
872
|
-
"varName": "
|
|
872
|
+
"varName": "policyAddSectionInfoInput"
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"interfaces": null,
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
"name": "PolicyAddSectionInput",
|
|
886
886
|
"non_null": false
|
|
887
887
|
},
|
|
888
|
-
"varName": "
|
|
888
|
+
"varName": "policyAddSectionInput"
|
|
889
889
|
}
|
|
890
890
|
},
|
|
891
891
|
"deprecationReason": null,
|
|
@@ -894,16 +894,16 @@
|
|
|
894
894
|
"isDeprecated": false,
|
|
895
895
|
"name": "addSection",
|
|
896
896
|
"path": "internetFirewall.addSection",
|
|
897
|
-
"requestStr": "$
|
|
897
|
+
"requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
|
|
898
898
|
"required": true,
|
|
899
|
-
"responseStr": "addSection:$
|
|
899
|
+
"responseStr": "addSection:$policySectionMutationPayload ",
|
|
900
900
|
"type": {
|
|
901
901
|
"definition": {
|
|
902
902
|
"description": null,
|
|
903
903
|
"enumValues": null,
|
|
904
904
|
"fields": {
|
|
905
905
|
"errors": {
|
|
906
|
-
"alias": "
|
|
906
|
+
"alias": "policyMutationErrorErrors: errors",
|
|
907
907
|
"args": {},
|
|
908
908
|
"deprecationReason": null,
|
|
909
909
|
"description": null,
|
|
@@ -911,9 +911,9 @@
|
|
|
911
911
|
"isDeprecated": false,
|
|
912
912
|
"name": "errors",
|
|
913
913
|
"path": "internetFirewall.addSection.errors",
|
|
914
|
-
"requestStr": "$
|
|
914
|
+
"requestStr": "$policyMutationError:[PolicyMutationError]! ",
|
|
915
915
|
"required": true,
|
|
916
|
-
"responseStr": "errors:$
|
|
916
|
+
"responseStr": "errors:$policyMutationError ",
|
|
917
917
|
"type": {
|
|
918
918
|
"definition": {
|
|
919
919
|
"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\"",
|
|
@@ -976,10 +976,10 @@
|
|
|
976
976
|
"name": "PolicyMutationError",
|
|
977
977
|
"non_null": false
|
|
978
978
|
},
|
|
979
|
-
"varName": "
|
|
979
|
+
"varName": "policyMutationError"
|
|
980
980
|
},
|
|
981
981
|
"section": {
|
|
982
|
-
"alias": "
|
|
982
|
+
"alias": "policySectionPayloadSection: section",
|
|
983
983
|
"args": {},
|
|
984
984
|
"deprecationReason": null,
|
|
985
985
|
"description": null,
|
|
@@ -987,9 +987,9 @@
|
|
|
987
987
|
"isDeprecated": false,
|
|
988
988
|
"name": "section",
|
|
989
989
|
"path": "internetFirewall.addSection.section",
|
|
990
|
-
"requestStr": "$
|
|
990
|
+
"requestStr": "$policySectionPayload:PolicySectionPayload ",
|
|
991
991
|
"required": false,
|
|
992
|
-
"responseStr": "section:$
|
|
992
|
+
"responseStr": "section:$policySectionPayload ",
|
|
993
993
|
"type": {
|
|
994
994
|
"definition": {
|
|
995
995
|
"description": null,
|
|
@@ -1003,9 +1003,9 @@
|
|
|
1003
1003
|
"isDeprecated": false,
|
|
1004
1004
|
"name": "audit",
|
|
1005
1005
|
"path": "internetFirewall.addSection.section.audit",
|
|
1006
|
-
"requestStr": "$
|
|
1006
|
+
"requestStr": "$policyElementAudit:PolicyElementAudit! ",
|
|
1007
1007
|
"required": true,
|
|
1008
|
-
"responseStr": "audit:$
|
|
1008
|
+
"responseStr": "audit:$policyElementAudit ",
|
|
1009
1009
|
"type": {
|
|
1010
1010
|
"definition": {
|
|
1011
1011
|
"description": null,
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"name": "PolicyElementAudit",
|
|
1069
1069
|
"non_null": false
|
|
1070
1070
|
},
|
|
1071
|
-
"varName": "
|
|
1071
|
+
"varName": "policyElementAudit"
|
|
1072
1072
|
},
|
|
1073
1073
|
"properties": {
|
|
1074
1074
|
"args": {},
|
|
@@ -1155,9 +1155,9 @@
|
|
|
1155
1155
|
"isDeprecated": false,
|
|
1156
1156
|
"name": "section",
|
|
1157
1157
|
"path": "internetFirewall.addSection.section.section",
|
|
1158
|
-
"requestStr": "$
|
|
1158
|
+
"requestStr": "$policySectionInfo:PolicySectionInfo! ",
|
|
1159
1159
|
"required": true,
|
|
1160
|
-
"responseStr": "section:$
|
|
1160
|
+
"responseStr": "section:$policySectionInfo ",
|
|
1161
1161
|
"type": {
|
|
1162
1162
|
"definition": {
|
|
1163
1163
|
"description": "Define settings for a policy section",
|
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
"name": "PolicySectionInfo",
|
|
1221
1221
|
"non_null": false
|
|
1222
1222
|
},
|
|
1223
|
-
"varName": "
|
|
1223
|
+
"varName": "policySectionInfo"
|
|
1224
1224
|
}
|
|
1225
1225
|
},
|
|
1226
1226
|
"inputFields": null,
|
|
@@ -1236,10 +1236,10 @@
|
|
|
1236
1236
|
"name": "PolicySectionPayload",
|
|
1237
1237
|
"non_null": false
|
|
1238
1238
|
},
|
|
1239
|
-
"varName": "
|
|
1239
|
+
"varName": "policySectionPayload"
|
|
1240
1240
|
},
|
|
1241
1241
|
"status": {
|
|
1242
|
-
"alias": "
|
|
1242
|
+
"alias": "policyMutationStatusStatus: status",
|
|
1243
1243
|
"args": {},
|
|
1244
1244
|
"deprecationReason": null,
|
|
1245
1245
|
"description": null,
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
"name": "PolicySectionMutationPayload",
|
|
1300
1300
|
"non_null": false
|
|
1301
1301
|
},
|
|
1302
|
-
"varName": "
|
|
1302
|
+
"varName": "policySectionMutationPayload"
|
|
1303
1303
|
}
|
|
1304
1304
|
},
|
|
1305
1305
|
"inputFields": null,
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
"name": "InternetFirewallPolicyMutations",
|
|
1316
1316
|
"non_null": false
|
|
1317
1317
|
},
|
|
1318
|
-
"varName": "
|
|
1318
|
+
"varName": "internetFirewallPolicyMutations"
|
|
1319
1319
|
}
|
|
1320
1320
|
},
|
|
1321
1321
|
"inputFields": null,
|
|
@@ -1332,20 +1332,20 @@
|
|
|
1332
1332
|
"non_null": false
|
|
1333
1333
|
},
|
|
1334
1334
|
"variablesPayload": {
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1335
|
+
"internetFirewallPolicyMutationInput": {
|
|
1336
|
+
"policyMutationRevisionInput": {
|
|
1337
1337
|
"id": {
|
|
1338
1338
|
"id": "ID"
|
|
1339
1339
|
}
|
|
1340
1340
|
}
|
|
1341
1341
|
},
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1342
|
+
"policyAddSectionInput": {
|
|
1343
|
+
"policyAddSectionInfoInput": {
|
|
1344
1344
|
"name": {
|
|
1345
1345
|
"name": "String"
|
|
1346
1346
|
}
|
|
1347
1347
|
},
|
|
1348
|
-
"
|
|
1348
|
+
"policySectionPositionInput": {
|
|
1349
1349
|
"position": {
|
|
1350
1350
|
"position": "enum(PolicySectionPositionEnum)"
|
|
1351
1351
|
},
|