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
models/query.admin.json
CHANGED
|
@@ -208,9 +208,9 @@
|
|
|
208
208
|
"isDeprecated": false,
|
|
209
209
|
"name": "managedRoles",
|
|
210
210
|
"path": "managedRoles",
|
|
211
|
-
"requestStr": "$
|
|
211
|
+
"requestStr": "$adminRole:[AdminRole] ",
|
|
212
212
|
"required": false,
|
|
213
|
-
"responseStr": "managedRoles:$
|
|
213
|
+
"responseStr": "managedRoles:$adminRole ",
|
|
214
214
|
"type": {
|
|
215
215
|
"definition": {
|
|
216
216
|
"description": null,
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"varName": "allowedAccounts"
|
|
240
240
|
},
|
|
241
241
|
"allowedEntities": {
|
|
242
|
-
"alias": "
|
|
242
|
+
"alias": "entityAllowedEntities: allowedEntities",
|
|
243
243
|
"args": {},
|
|
244
244
|
"deprecationReason": null,
|
|
245
245
|
"description": null,
|
|
@@ -247,9 +247,9 @@
|
|
|
247
247
|
"isDeprecated": false,
|
|
248
248
|
"name": "allowedEntities",
|
|
249
249
|
"path": "managedRoles.allowedEntities",
|
|
250
|
-
"requestStr": "$
|
|
250
|
+
"requestStr": "$entity:[Entity] ",
|
|
251
251
|
"required": false,
|
|
252
|
-
"responseStr": "allowedEntities:$
|
|
252
|
+
"responseStr": "allowedEntities:$entity ",
|
|
253
253
|
"type": {
|
|
254
254
|
"definition": {
|
|
255
255
|
"description": null,
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"varName": "name"
|
|
298
298
|
},
|
|
299
299
|
"type": {
|
|
300
|
-
"alias": "
|
|
300
|
+
"alias": "entityTypeType: type",
|
|
301
301
|
"args": {},
|
|
302
302
|
"deprecationReason": null,
|
|
303
303
|
"description": null,
|
|
@@ -490,10 +490,10 @@
|
|
|
490
490
|
"name": "Entity",
|
|
491
491
|
"non_null": false
|
|
492
492
|
},
|
|
493
|
-
"varName": "
|
|
493
|
+
"varName": "entity"
|
|
494
494
|
},
|
|
495
495
|
"role": {
|
|
496
|
-
"alias": "
|
|
496
|
+
"alias": "rBACRoleRole: role",
|
|
497
497
|
"args": {},
|
|
498
498
|
"deprecationReason": null,
|
|
499
499
|
"description": null,
|
|
@@ -501,9 +501,9 @@
|
|
|
501
501
|
"isDeprecated": false,
|
|
502
502
|
"name": "role",
|
|
503
503
|
"path": "managedRoles.role",
|
|
504
|
-
"requestStr": "$
|
|
504
|
+
"requestStr": "$rBACRole:RBACRole! ",
|
|
505
505
|
"required": true,
|
|
506
|
-
"responseStr": "role:$
|
|
506
|
+
"responseStr": "role:$rBACRole ",
|
|
507
507
|
"type": {
|
|
508
508
|
"definition": {
|
|
509
509
|
"description": null,
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
"name": "RBACRole",
|
|
608
608
|
"non_null": false
|
|
609
609
|
},
|
|
610
|
-
"varName": "
|
|
610
|
+
"varName": "rBACRole"
|
|
611
611
|
}
|
|
612
612
|
},
|
|
613
613
|
"inputFields": null,
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"name": "AdminRole",
|
|
626
626
|
"non_null": false
|
|
627
627
|
},
|
|
628
|
-
"varName": "
|
|
628
|
+
"varName": "adminRole"
|
|
629
629
|
},
|
|
630
630
|
"mfaEnabled": {
|
|
631
631
|
"args": {},
|
|
@@ -677,9 +677,9 @@
|
|
|
677
677
|
"isDeprecated": false,
|
|
678
678
|
"name": "resellerRoles",
|
|
679
679
|
"path": "resellerRoles",
|
|
680
|
-
"requestStr": "$
|
|
680
|
+
"requestStr": "$adminRole:[AdminRole] ",
|
|
681
681
|
"required": false,
|
|
682
|
-
"responseStr": "resellerRoles:$
|
|
682
|
+
"responseStr": "resellerRoles:$adminRole ",
|
|
683
683
|
"type": {
|
|
684
684
|
"definition": {
|
|
685
685
|
"description": null,
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"varName": "allowedAccounts"
|
|
709
709
|
},
|
|
710
710
|
"allowedEntities": {
|
|
711
|
-
"alias": "
|
|
711
|
+
"alias": "entityAllowedEntities: allowedEntities",
|
|
712
712
|
"args": {},
|
|
713
713
|
"deprecationReason": null,
|
|
714
714
|
"description": null,
|
|
@@ -716,9 +716,9 @@
|
|
|
716
716
|
"isDeprecated": false,
|
|
717
717
|
"name": "allowedEntities",
|
|
718
718
|
"path": "resellerRoles.allowedEntities",
|
|
719
|
-
"requestStr": "$
|
|
719
|
+
"requestStr": "$entity:[Entity] ",
|
|
720
720
|
"required": false,
|
|
721
|
-
"responseStr": "allowedEntities:$
|
|
721
|
+
"responseStr": "allowedEntities:$entity ",
|
|
722
722
|
"type": {
|
|
723
723
|
"definition": {
|
|
724
724
|
"description": null,
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
"varName": "name"
|
|
767
767
|
},
|
|
768
768
|
"type": {
|
|
769
|
-
"alias": "
|
|
769
|
+
"alias": "entityTypeType: type",
|
|
770
770
|
"args": {},
|
|
771
771
|
"deprecationReason": null,
|
|
772
772
|
"description": null,
|
|
@@ -959,10 +959,10 @@
|
|
|
959
959
|
"name": "Entity",
|
|
960
960
|
"non_null": false
|
|
961
961
|
},
|
|
962
|
-
"varName": "
|
|
962
|
+
"varName": "entity"
|
|
963
963
|
},
|
|
964
964
|
"role": {
|
|
965
|
-
"alias": "
|
|
965
|
+
"alias": "rBACRoleRole: role",
|
|
966
966
|
"args": {},
|
|
967
967
|
"deprecationReason": null,
|
|
968
968
|
"description": null,
|
|
@@ -970,9 +970,9 @@
|
|
|
970
970
|
"isDeprecated": false,
|
|
971
971
|
"name": "role",
|
|
972
972
|
"path": "resellerRoles.role",
|
|
973
|
-
"requestStr": "$
|
|
973
|
+
"requestStr": "$rBACRole:RBACRole! ",
|
|
974
974
|
"required": true,
|
|
975
|
-
"responseStr": "role:$
|
|
975
|
+
"responseStr": "role:$rBACRole ",
|
|
976
976
|
"type": {
|
|
977
977
|
"definition": {
|
|
978
978
|
"description": null,
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
"name": "RBACRole",
|
|
1077
1077
|
"non_null": false
|
|
1078
1078
|
},
|
|
1079
|
-
"varName": "
|
|
1079
|
+
"varName": "rBACRole"
|
|
1080
1080
|
}
|
|
1081
1081
|
},
|
|
1082
1082
|
"inputFields": null,
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
"name": "AdminRole",
|
|
1095
1095
|
"non_null": false
|
|
1096
1096
|
},
|
|
1097
|
-
"varName": "
|
|
1097
|
+
"varName": "adminRole"
|
|
1098
1098
|
}
|
|
1099
1099
|
},
|
|
1100
1100
|
"inputFields": null,
|