catocli 2.0.4__py3-none-any.whl → 2.1.0__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 +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +42 -19
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- catocli/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
"PolicyMutationError": true,
|
|
222
222
|
"PolicyMutationRevisionInput": true,
|
|
223
223
|
"PolicyMutationStatus": true,
|
|
224
|
+
"PolicyRuleActivePeriod": true,
|
|
224
225
|
"PolicyRuleTrackingAlert": true,
|
|
225
226
|
"PolicyRuleTrackingEvent": true,
|
|
226
227
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -559,7 +560,7 @@
|
|
|
559
560
|
"enumValues": null,
|
|
560
561
|
"fields": {
|
|
561
562
|
"errors": {
|
|
562
|
-
"alias": "
|
|
563
|
+
"alias": "errorsInternetFirewallRuleMutationPayload: errors",
|
|
563
564
|
"args": {},
|
|
564
565
|
"deprecationReason": null,
|
|
565
566
|
"description": null,
|
|
@@ -635,7 +636,7 @@
|
|
|
635
636
|
"varName": "policyMutationError"
|
|
636
637
|
},
|
|
637
638
|
"rule": {
|
|
638
|
-
"alias": "
|
|
639
|
+
"alias": "ruleInternetFirewallRuleMutationPayload: rule",
|
|
639
640
|
"args": {},
|
|
640
641
|
"deprecationReason": null,
|
|
641
642
|
"description": null,
|
|
@@ -820,7 +821,7 @@
|
|
|
820
821
|
"enumValues": null,
|
|
821
822
|
"fields": {
|
|
822
823
|
"action": {
|
|
823
|
-
"alias": "
|
|
824
|
+
"alias": "actionInternetFirewallRule: action",
|
|
824
825
|
"args": {},
|
|
825
826
|
"deprecationReason": null,
|
|
826
827
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -877,8 +878,124 @@
|
|
|
877
878
|
},
|
|
878
879
|
"varName": "action"
|
|
879
880
|
},
|
|
881
|
+
"activePeriod": {
|
|
882
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
883
|
+
"args": {},
|
|
884
|
+
"deprecationReason": null,
|
|
885
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
886
|
+
"id_str": "internetFirewall___removeRule___rule___rule___activePeriod",
|
|
887
|
+
"isDeprecated": false,
|
|
888
|
+
"name": "activePeriod",
|
|
889
|
+
"path": "internetFirewall.removeRule.rule.rule.activePeriod",
|
|
890
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
891
|
+
"required": true,
|
|
892
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
893
|
+
"type": {
|
|
894
|
+
"definition": {
|
|
895
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
896
|
+
"enumValues": null,
|
|
897
|
+
"fields": {
|
|
898
|
+
"effectiveFrom": {
|
|
899
|
+
"args": {},
|
|
900
|
+
"deprecationReason": null,
|
|
901
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
902
|
+
"id_str": "internetFirewall___removeRule___rule___rule___activePeriod___effectiveFrom",
|
|
903
|
+
"isDeprecated": false,
|
|
904
|
+
"name": "effectiveFrom",
|
|
905
|
+
"path": "internetFirewall.removeRule.rule.rule.activePeriod.effectiveFrom",
|
|
906
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
907
|
+
"required": false,
|
|
908
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
909
|
+
"type": {
|
|
910
|
+
"kind": [
|
|
911
|
+
"SCALAR"
|
|
912
|
+
],
|
|
913
|
+
"name": "DateTime",
|
|
914
|
+
"non_null": false
|
|
915
|
+
},
|
|
916
|
+
"varName": "effectiveFrom"
|
|
917
|
+
},
|
|
918
|
+
"expiresAt": {
|
|
919
|
+
"args": {},
|
|
920
|
+
"deprecationReason": null,
|
|
921
|
+
"description": "The time the rule expires, if not used, default null",
|
|
922
|
+
"id_str": "internetFirewall___removeRule___rule___rule___activePeriod___expiresAt",
|
|
923
|
+
"isDeprecated": false,
|
|
924
|
+
"name": "expiresAt",
|
|
925
|
+
"path": "internetFirewall.removeRule.rule.rule.activePeriod.expiresAt",
|
|
926
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
927
|
+
"required": false,
|
|
928
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
929
|
+
"type": {
|
|
930
|
+
"kind": [
|
|
931
|
+
"SCALAR"
|
|
932
|
+
],
|
|
933
|
+
"name": "DateTime",
|
|
934
|
+
"non_null": false
|
|
935
|
+
},
|
|
936
|
+
"varName": "expiresAt"
|
|
937
|
+
},
|
|
938
|
+
"useEffectiveFrom": {
|
|
939
|
+
"args": {},
|
|
940
|
+
"deprecationReason": null,
|
|
941
|
+
"description": null,
|
|
942
|
+
"id_str": "internetFirewall___removeRule___rule___rule___activePeriod___useEffectiveFrom",
|
|
943
|
+
"isDeprecated": false,
|
|
944
|
+
"name": "useEffectiveFrom",
|
|
945
|
+
"path": "internetFirewall.removeRule.rule.rule.activePeriod.useEffectiveFrom",
|
|
946
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
947
|
+
"required": true,
|
|
948
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
949
|
+
"type": {
|
|
950
|
+
"kind": [
|
|
951
|
+
"NON_NULL",
|
|
952
|
+
"SCALAR"
|
|
953
|
+
],
|
|
954
|
+
"name": "Boolean",
|
|
955
|
+
"non_null": false
|
|
956
|
+
},
|
|
957
|
+
"varName": "useEffectiveFrom"
|
|
958
|
+
},
|
|
959
|
+
"useExpiresAt": {
|
|
960
|
+
"args": {},
|
|
961
|
+
"deprecationReason": null,
|
|
962
|
+
"description": null,
|
|
963
|
+
"id_str": "internetFirewall___removeRule___rule___rule___activePeriod___useExpiresAt",
|
|
964
|
+
"isDeprecated": false,
|
|
965
|
+
"name": "useExpiresAt",
|
|
966
|
+
"path": "internetFirewall.removeRule.rule.rule.activePeriod.useExpiresAt",
|
|
967
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
968
|
+
"required": true,
|
|
969
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
970
|
+
"type": {
|
|
971
|
+
"kind": [
|
|
972
|
+
"NON_NULL",
|
|
973
|
+
"SCALAR"
|
|
974
|
+
],
|
|
975
|
+
"name": "Boolean",
|
|
976
|
+
"non_null": false
|
|
977
|
+
},
|
|
978
|
+
"varName": "useExpiresAt"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"inputFields": null,
|
|
982
|
+
"interfaces": {},
|
|
983
|
+
"kind": "OBJECT",
|
|
984
|
+
"name": "PolicyRuleActivePeriod",
|
|
985
|
+
"possibleTypes": null
|
|
986
|
+
},
|
|
987
|
+
"indexType": "object",
|
|
988
|
+
"kind": [
|
|
989
|
+
"NON_NULL",
|
|
990
|
+
"OBJECT"
|
|
991
|
+
],
|
|
992
|
+
"name": "PolicyRuleActivePeriod",
|
|
993
|
+
"non_null": false
|
|
994
|
+
},
|
|
995
|
+
"varName": "policyRuleActivePeriod"
|
|
996
|
+
},
|
|
880
997
|
"connectionOrigin": {
|
|
881
|
-
"alias": "
|
|
998
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
882
999
|
"args": {},
|
|
883
1000
|
"deprecationReason": null,
|
|
884
1001
|
"description": "Connection origin of the traffic",
|
|
@@ -930,7 +1047,7 @@
|
|
|
930
1047
|
"varName": "connectionOrigin"
|
|
931
1048
|
},
|
|
932
1049
|
"country": {
|
|
933
|
-
"alias": "
|
|
1050
|
+
"alias": "countryInternetFirewallRule: country",
|
|
934
1051
|
"args": {},
|
|
935
1052
|
"deprecationReason": null,
|
|
936
1053
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1029,7 +1146,7 @@
|
|
|
1029
1146
|
"varName": "description"
|
|
1030
1147
|
},
|
|
1031
1148
|
"destination": {
|
|
1032
|
-
"alias": "
|
|
1149
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1033
1150
|
"args": {},
|
|
1034
1151
|
"deprecationReason": null,
|
|
1035
1152
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1046,7 +1163,7 @@
|
|
|
1046
1163
|
"enumValues": null,
|
|
1047
1164
|
"fields": {
|
|
1048
1165
|
"appCategory": {
|
|
1049
|
-
"alias": "
|
|
1166
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1050
1167
|
"args": {},
|
|
1051
1168
|
"deprecationReason": null,
|
|
1052
1169
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1124,7 +1241,7 @@
|
|
|
1124
1241
|
"varName": "applicationCategoryRef"
|
|
1125
1242
|
},
|
|
1126
1243
|
"application": {
|
|
1127
|
-
"alias": "
|
|
1244
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1128
1245
|
"args": {},
|
|
1129
1246
|
"deprecationReason": null,
|
|
1130
1247
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1202,7 +1319,7 @@
|
|
|
1202
1319
|
"varName": "applicationRef"
|
|
1203
1320
|
},
|
|
1204
1321
|
"containers": {
|
|
1205
|
-
"alias": "
|
|
1322
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1206
1323
|
"args": {},
|
|
1207
1324
|
"deprecationReason": null,
|
|
1208
1325
|
"description": null,
|
|
@@ -1219,7 +1336,7 @@
|
|
|
1219
1336
|
"enumValues": null,
|
|
1220
1337
|
"fields": {
|
|
1221
1338
|
"fqdnContainer": {
|
|
1222
|
-
"alias": "
|
|
1339
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1223
1340
|
"args": {},
|
|
1224
1341
|
"deprecationReason": null,
|
|
1225
1342
|
"description": null,
|
|
@@ -1297,7 +1414,7 @@
|
|
|
1297
1414
|
"varName": "fqdnContainerRef"
|
|
1298
1415
|
},
|
|
1299
1416
|
"ipAddressRangeContainer": {
|
|
1300
|
-
"alias": "
|
|
1417
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1301
1418
|
"args": {},
|
|
1302
1419
|
"deprecationReason": null,
|
|
1303
1420
|
"description": null,
|
|
@@ -1392,7 +1509,7 @@
|
|
|
1392
1509
|
"varName": "internetFirewallContainer"
|
|
1393
1510
|
},
|
|
1394
1511
|
"country": {
|
|
1395
|
-
"alias": "
|
|
1512
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1396
1513
|
"args": {},
|
|
1397
1514
|
"deprecationReason": null,
|
|
1398
1515
|
"description": "Countries",
|
|
@@ -1470,7 +1587,7 @@
|
|
|
1470
1587
|
"varName": "countryRef"
|
|
1471
1588
|
},
|
|
1472
1589
|
"customApp": {
|
|
1473
|
-
"alias": "
|
|
1590
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1474
1591
|
"args": {},
|
|
1475
1592
|
"deprecationReason": null,
|
|
1476
1593
|
"description": "Custom (user-defined) applications",
|
|
@@ -1548,7 +1665,7 @@
|
|
|
1548
1665
|
"varName": "customApplicationRef"
|
|
1549
1666
|
},
|
|
1550
1667
|
"customCategory": {
|
|
1551
|
-
"alias": "
|
|
1668
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
1552
1669
|
"args": {},
|
|
1553
1670
|
"deprecationReason": null,
|
|
1554
1671
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1672,7 +1789,7 @@
|
|
|
1672
1789
|
"varName": "fqdn"
|
|
1673
1790
|
},
|
|
1674
1791
|
"globalIpRange": {
|
|
1675
|
-
"alias": "
|
|
1792
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
1676
1793
|
"args": {},
|
|
1677
1794
|
"deprecationReason": null,
|
|
1678
1795
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1773,7 +1890,7 @@
|
|
|
1773
1890
|
"varName": "ip"
|
|
1774
1891
|
},
|
|
1775
1892
|
"ipRange": {
|
|
1776
|
-
"alias": "
|
|
1893
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
1777
1894
|
"args": {},
|
|
1778
1895
|
"deprecationReason": null,
|
|
1779
1896
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1874,7 +1991,7 @@
|
|
|
1874
1991
|
"varName": "remoteAsn"
|
|
1875
1992
|
},
|
|
1876
1993
|
"sanctionedAppsCategory": {
|
|
1877
|
-
"alias": "
|
|
1994
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
1878
1995
|
"args": {},
|
|
1879
1996
|
"deprecationReason": null,
|
|
1880
1997
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1992,7 +2109,7 @@
|
|
|
1992
2109
|
"varName": "internetFirewallDestination"
|
|
1993
2110
|
},
|
|
1994
2111
|
"device": {
|
|
1995
|
-
"alias": "
|
|
2112
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
1996
2113
|
"args": {},
|
|
1997
2114
|
"deprecationReason": null,
|
|
1998
2115
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2070,7 +2187,7 @@
|
|
|
2070
2187
|
"varName": "deviceProfileRef"
|
|
2071
2188
|
},
|
|
2072
2189
|
"deviceAttributes": {
|
|
2073
|
-
"alias": "
|
|
2190
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2074
2191
|
"args": {},
|
|
2075
2192
|
"deprecationReason": null,
|
|
2076
2193
|
"description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
|
|
@@ -2242,7 +2359,7 @@
|
|
|
2242
2359
|
"varName": "deviceAttributes"
|
|
2243
2360
|
},
|
|
2244
2361
|
"deviceOS": {
|
|
2245
|
-
"alias": "
|
|
2362
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2246
2363
|
"args": {},
|
|
2247
2364
|
"deprecationReason": null,
|
|
2248
2365
|
"description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2335,7 +2452,7 @@
|
|
|
2335
2452
|
"varName": "enabled"
|
|
2336
2453
|
},
|
|
2337
2454
|
"exceptions": {
|
|
2338
|
-
"alias": "
|
|
2455
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2339
2456
|
"args": {},
|
|
2340
2457
|
"deprecationReason": null,
|
|
2341
2458
|
"description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
|
|
@@ -2352,7 +2469,7 @@
|
|
|
2352
2469
|
"enumValues": null,
|
|
2353
2470
|
"fields": {
|
|
2354
2471
|
"connectionOrigin": {
|
|
2355
|
-
"alias": "
|
|
2472
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2356
2473
|
"args": {},
|
|
2357
2474
|
"deprecationReason": null,
|
|
2358
2475
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2404,7 +2521,7 @@
|
|
|
2404
2521
|
"varName": "connectionOrigin"
|
|
2405
2522
|
},
|
|
2406
2523
|
"country": {
|
|
2407
|
-
"alias": "
|
|
2524
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2408
2525
|
"args": {},
|
|
2409
2526
|
"deprecationReason": null,
|
|
2410
2527
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2482,7 +2599,7 @@
|
|
|
2482
2599
|
"varName": "countryRef"
|
|
2483
2600
|
},
|
|
2484
2601
|
"destination": {
|
|
2485
|
-
"alias": "
|
|
2602
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2486
2603
|
"args": {},
|
|
2487
2604
|
"deprecationReason": null,
|
|
2488
2605
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2499,7 +2616,7 @@
|
|
|
2499
2616
|
"enumValues": null,
|
|
2500
2617
|
"fields": {
|
|
2501
2618
|
"appCategory": {
|
|
2502
|
-
"alias": "
|
|
2619
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2503
2620
|
"args": {},
|
|
2504
2621
|
"deprecationReason": null,
|
|
2505
2622
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2577,7 +2694,7 @@
|
|
|
2577
2694
|
"varName": "applicationCategoryRef"
|
|
2578
2695
|
},
|
|
2579
2696
|
"application": {
|
|
2580
|
-
"alias": "
|
|
2697
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
2581
2698
|
"args": {},
|
|
2582
2699
|
"deprecationReason": null,
|
|
2583
2700
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2655,7 +2772,7 @@
|
|
|
2655
2772
|
"varName": "applicationRef"
|
|
2656
2773
|
},
|
|
2657
2774
|
"containers": {
|
|
2658
|
-
"alias": "
|
|
2775
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
2659
2776
|
"args": {},
|
|
2660
2777
|
"deprecationReason": null,
|
|
2661
2778
|
"description": null,
|
|
@@ -2672,7 +2789,7 @@
|
|
|
2672
2789
|
"enumValues": null,
|
|
2673
2790
|
"fields": {
|
|
2674
2791
|
"fqdnContainer": {
|
|
2675
|
-
"alias": "
|
|
2792
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
2676
2793
|
"args": {},
|
|
2677
2794
|
"deprecationReason": null,
|
|
2678
2795
|
"description": null,
|
|
@@ -2750,7 +2867,7 @@
|
|
|
2750
2867
|
"varName": "fqdnContainerRef"
|
|
2751
2868
|
},
|
|
2752
2869
|
"ipAddressRangeContainer": {
|
|
2753
|
-
"alias": "
|
|
2870
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
2754
2871
|
"args": {},
|
|
2755
2872
|
"deprecationReason": null,
|
|
2756
2873
|
"description": null,
|
|
@@ -2845,7 +2962,7 @@
|
|
|
2845
2962
|
"varName": "internetFirewallContainer"
|
|
2846
2963
|
},
|
|
2847
2964
|
"country": {
|
|
2848
|
-
"alias": "
|
|
2965
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
2849
2966
|
"args": {},
|
|
2850
2967
|
"deprecationReason": null,
|
|
2851
2968
|
"description": "Countries",
|
|
@@ -2923,7 +3040,7 @@
|
|
|
2923
3040
|
"varName": "countryRef"
|
|
2924
3041
|
},
|
|
2925
3042
|
"customApp": {
|
|
2926
|
-
"alias": "
|
|
3043
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
2927
3044
|
"args": {},
|
|
2928
3045
|
"deprecationReason": null,
|
|
2929
3046
|
"description": "Custom (user-defined) applications",
|
|
@@ -3001,7 +3118,7 @@
|
|
|
3001
3118
|
"varName": "customApplicationRef"
|
|
3002
3119
|
},
|
|
3003
3120
|
"customCategory": {
|
|
3004
|
-
"alias": "
|
|
3121
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3005
3122
|
"args": {},
|
|
3006
3123
|
"deprecationReason": null,
|
|
3007
3124
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3125,7 +3242,7 @@
|
|
|
3125
3242
|
"varName": "fqdn"
|
|
3126
3243
|
},
|
|
3127
3244
|
"globalIpRange": {
|
|
3128
|
-
"alias": "
|
|
3245
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3129
3246
|
"args": {},
|
|
3130
3247
|
"deprecationReason": null,
|
|
3131
3248
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3226,7 +3343,7 @@
|
|
|
3226
3343
|
"varName": "ip"
|
|
3227
3344
|
},
|
|
3228
3345
|
"ipRange": {
|
|
3229
|
-
"alias": "
|
|
3346
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3230
3347
|
"args": {},
|
|
3231
3348
|
"deprecationReason": null,
|
|
3232
3349
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3327,7 +3444,7 @@
|
|
|
3327
3444
|
"varName": "remoteAsn"
|
|
3328
3445
|
},
|
|
3329
3446
|
"sanctionedAppsCategory": {
|
|
3330
|
-
"alias": "
|
|
3447
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3331
3448
|
"args": {},
|
|
3332
3449
|
"deprecationReason": null,
|
|
3333
3450
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3445,7 +3562,7 @@
|
|
|
3445
3562
|
"varName": "internetFirewallDestination"
|
|
3446
3563
|
},
|
|
3447
3564
|
"device": {
|
|
3448
|
-
"alias": "
|
|
3565
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3449
3566
|
"args": {},
|
|
3450
3567
|
"deprecationReason": null,
|
|
3451
3568
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3523,7 +3640,7 @@
|
|
|
3523
3640
|
"varName": "deviceProfileRef"
|
|
3524
3641
|
},
|
|
3525
3642
|
"deviceAttributes": {
|
|
3526
|
-
"alias": "
|
|
3643
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3527
3644
|
"args": {},
|
|
3528
3645
|
"deprecationReason": null,
|
|
3529
3646
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -3695,7 +3812,7 @@
|
|
|
3695
3812
|
"varName": "deviceAttributes"
|
|
3696
3813
|
},
|
|
3697
3814
|
"deviceOS": {
|
|
3698
|
-
"alias": "
|
|
3815
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
3699
3816
|
"args": {},
|
|
3700
3817
|
"deprecationReason": null,
|
|
3701
3818
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -3788,7 +3905,7 @@
|
|
|
3788
3905
|
"varName": "name"
|
|
3789
3906
|
},
|
|
3790
3907
|
"service": {
|
|
3791
|
-
"alias": "
|
|
3908
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
3792
3909
|
"args": {},
|
|
3793
3910
|
"deprecationReason": null,
|
|
3794
3911
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -3805,7 +3922,7 @@
|
|
|
3805
3922
|
"enumValues": null,
|
|
3806
3923
|
"fields": {
|
|
3807
3924
|
"custom": {
|
|
3808
|
-
"alias": "
|
|
3925
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
3809
3926
|
"args": {},
|
|
3810
3927
|
"deprecationReason": null,
|
|
3811
3928
|
"description": null,
|
|
@@ -3844,7 +3961,7 @@
|
|
|
3844
3961
|
"varName": "port"
|
|
3845
3962
|
},
|
|
3846
3963
|
"portRange": {
|
|
3847
|
-
"alias": "
|
|
3964
|
+
"alias": "portRangeCustomService: portRange",
|
|
3848
3965
|
"args": {},
|
|
3849
3966
|
"deprecationReason": null,
|
|
3850
3967
|
"description": null,
|
|
@@ -3919,7 +4036,7 @@
|
|
|
3919
4036
|
"varName": "portRange"
|
|
3920
4037
|
},
|
|
3921
4038
|
"protocol": {
|
|
3922
|
-
"alias": "
|
|
4039
|
+
"alias": "protocolCustomService: protocol",
|
|
3923
4040
|
"args": {},
|
|
3924
4041
|
"deprecationReason": null,
|
|
3925
4042
|
"description": null,
|
|
@@ -4002,7 +4119,7 @@
|
|
|
4002
4119
|
"varName": "customService"
|
|
4003
4120
|
},
|
|
4004
4121
|
"standard": {
|
|
4005
|
-
"alias": "
|
|
4122
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4006
4123
|
"args": {},
|
|
4007
4124
|
"deprecationReason": null,
|
|
4008
4125
|
"description": null,
|
|
@@ -4097,7 +4214,7 @@
|
|
|
4097
4214
|
"varName": "internetFirewallServiceType"
|
|
4098
4215
|
},
|
|
4099
4216
|
"source": {
|
|
4100
|
-
"alias": "
|
|
4217
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4101
4218
|
"args": {},
|
|
4102
4219
|
"deprecationReason": null,
|
|
4103
4220
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4114,7 +4231,7 @@
|
|
|
4114
4231
|
"enumValues": null,
|
|
4115
4232
|
"fields": {
|
|
4116
4233
|
"floatingSubnet": {
|
|
4117
|
-
"alias": "
|
|
4234
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4118
4235
|
"args": {},
|
|
4119
4236
|
"deprecationReason": null,
|
|
4120
4237
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4192,7 +4309,7 @@
|
|
|
4192
4309
|
"varName": "floatingSubnetRef"
|
|
4193
4310
|
},
|
|
4194
4311
|
"globalIpRange": {
|
|
4195
|
-
"alias": "
|
|
4312
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4196
4313
|
"args": {},
|
|
4197
4314
|
"deprecationReason": null,
|
|
4198
4315
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4270,7 +4387,7 @@
|
|
|
4270
4387
|
"varName": "globalIpRangeRef"
|
|
4271
4388
|
},
|
|
4272
4389
|
"group": {
|
|
4273
|
-
"alias": "
|
|
4390
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4274
4391
|
"args": {},
|
|
4275
4392
|
"deprecationReason": null,
|
|
4276
4393
|
"description": "Groups defined for your account",
|
|
@@ -4348,7 +4465,7 @@
|
|
|
4348
4465
|
"varName": "groupRef"
|
|
4349
4466
|
},
|
|
4350
4467
|
"host": {
|
|
4351
|
-
"alias": "
|
|
4468
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4352
4469
|
"args": {},
|
|
4353
4470
|
"deprecationReason": null,
|
|
4354
4471
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4449,7 +4566,7 @@
|
|
|
4449
4566
|
"varName": "ip"
|
|
4450
4567
|
},
|
|
4451
4568
|
"ipRange": {
|
|
4452
|
-
"alias": "
|
|
4569
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4453
4570
|
"args": {},
|
|
4454
4571
|
"deprecationReason": null,
|
|
4455
4572
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4527,7 +4644,7 @@
|
|
|
4527
4644
|
"varName": "ipAddressRange"
|
|
4528
4645
|
},
|
|
4529
4646
|
"networkInterface": {
|
|
4530
|
-
"alias": "
|
|
4647
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4531
4648
|
"args": {},
|
|
4532
4649
|
"deprecationReason": null,
|
|
4533
4650
|
"description": "Network range defined for a site",
|
|
@@ -4605,7 +4722,7 @@
|
|
|
4605
4722
|
"varName": "networkInterfaceRef"
|
|
4606
4723
|
},
|
|
4607
4724
|
"site": {
|
|
4608
|
-
"alias": "
|
|
4725
|
+
"alias": "siteInternetFirewallSource: site",
|
|
4609
4726
|
"args": {},
|
|
4610
4727
|
"deprecationReason": null,
|
|
4611
4728
|
"description": "Site defined for the account",
|
|
@@ -4683,7 +4800,7 @@
|
|
|
4683
4800
|
"varName": "siteRef"
|
|
4684
4801
|
},
|
|
4685
4802
|
"siteNetworkSubnet": {
|
|
4686
|
-
"alias": "
|
|
4803
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
4687
4804
|
"args": {},
|
|
4688
4805
|
"deprecationReason": null,
|
|
4689
4806
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4784,7 +4901,7 @@
|
|
|
4784
4901
|
"varName": "subnet"
|
|
4785
4902
|
},
|
|
4786
4903
|
"systemGroup": {
|
|
4787
|
-
"alias": "
|
|
4904
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
4788
4905
|
"args": {},
|
|
4789
4906
|
"deprecationReason": null,
|
|
4790
4907
|
"description": "Predefined Cato groups",
|
|
@@ -4862,7 +4979,7 @@
|
|
|
4862
4979
|
"varName": "systemGroupRef"
|
|
4863
4980
|
},
|
|
4864
4981
|
"user": {
|
|
4865
|
-
"alias": "
|
|
4982
|
+
"alias": "userInternetFirewallSource: user",
|
|
4866
4983
|
"args": {},
|
|
4867
4984
|
"deprecationReason": null,
|
|
4868
4985
|
"description": "Individual users defined for the account",
|
|
@@ -4940,7 +5057,7 @@
|
|
|
4940
5057
|
"varName": "userRef"
|
|
4941
5058
|
},
|
|
4942
5059
|
"usersGroup": {
|
|
4943
|
-
"alias": "
|
|
5060
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
4944
5061
|
"args": {},
|
|
4945
5062
|
"deprecationReason": null,
|
|
4946
5063
|
"description": "Group of users",
|
|
@@ -5117,7 +5234,7 @@
|
|
|
5117
5234
|
"varName": "name"
|
|
5118
5235
|
},
|
|
5119
5236
|
"schedule": {
|
|
5120
|
-
"alias": "
|
|
5237
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5121
5238
|
"args": {},
|
|
5122
5239
|
"deprecationReason": null,
|
|
5123
5240
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5134,7 +5251,7 @@
|
|
|
5134
5251
|
"enumValues": null,
|
|
5135
5252
|
"fields": {
|
|
5136
5253
|
"activeOn": {
|
|
5137
|
-
"alias": "
|
|
5254
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5138
5255
|
"args": {},
|
|
5139
5256
|
"deprecationReason": null,
|
|
5140
5257
|
"description": null,
|
|
@@ -5192,7 +5309,7 @@
|
|
|
5192
5309
|
"varName": "activeOn"
|
|
5193
5310
|
},
|
|
5194
5311
|
"customRecurring": {
|
|
5195
|
-
"alias": "
|
|
5312
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5196
5313
|
"args": {},
|
|
5197
5314
|
"deprecationReason": null,
|
|
5198
5315
|
"description": null,
|
|
@@ -5344,7 +5461,7 @@
|
|
|
5344
5461
|
"varName": "policyCustomRecurring"
|
|
5345
5462
|
},
|
|
5346
5463
|
"customTimeframe": {
|
|
5347
|
-
"alias": "
|
|
5464
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5348
5465
|
"args": {},
|
|
5349
5466
|
"deprecationReason": null,
|
|
5350
5467
|
"description": null,
|
|
@@ -5436,7 +5553,7 @@
|
|
|
5436
5553
|
"varName": "policySchedule"
|
|
5437
5554
|
},
|
|
5438
5555
|
"section": {
|
|
5439
|
-
"alias": "
|
|
5556
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5440
5557
|
"args": {},
|
|
5441
5558
|
"deprecationReason": null,
|
|
5442
5559
|
"description": "Policy section where the rule is located",
|
|
@@ -5512,7 +5629,7 @@
|
|
|
5512
5629
|
"varName": "policySectionInfo"
|
|
5513
5630
|
},
|
|
5514
5631
|
"service": {
|
|
5515
|
-
"alias": "
|
|
5632
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5516
5633
|
"args": {},
|
|
5517
5634
|
"deprecationReason": null,
|
|
5518
5635
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5529,7 +5646,7 @@
|
|
|
5529
5646
|
"enumValues": null,
|
|
5530
5647
|
"fields": {
|
|
5531
5648
|
"custom": {
|
|
5532
|
-
"alias": "
|
|
5649
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5533
5650
|
"args": {},
|
|
5534
5651
|
"deprecationReason": null,
|
|
5535
5652
|
"description": null,
|
|
@@ -5568,7 +5685,7 @@
|
|
|
5568
5685
|
"varName": "port"
|
|
5569
5686
|
},
|
|
5570
5687
|
"portRange": {
|
|
5571
|
-
"alias": "
|
|
5688
|
+
"alias": "portRangeCustomService: portRange",
|
|
5572
5689
|
"args": {},
|
|
5573
5690
|
"deprecationReason": null,
|
|
5574
5691
|
"description": null,
|
|
@@ -5643,7 +5760,7 @@
|
|
|
5643
5760
|
"varName": "portRange"
|
|
5644
5761
|
},
|
|
5645
5762
|
"protocol": {
|
|
5646
|
-
"alias": "
|
|
5763
|
+
"alias": "protocolCustomService: protocol",
|
|
5647
5764
|
"args": {},
|
|
5648
5765
|
"deprecationReason": null,
|
|
5649
5766
|
"description": null,
|
|
@@ -5726,7 +5843,7 @@
|
|
|
5726
5843
|
"varName": "customService"
|
|
5727
5844
|
},
|
|
5728
5845
|
"standard": {
|
|
5729
|
-
"alias": "
|
|
5846
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
5730
5847
|
"args": {},
|
|
5731
5848
|
"deprecationReason": null,
|
|
5732
5849
|
"description": null,
|
|
@@ -5821,7 +5938,7 @@
|
|
|
5821
5938
|
"varName": "internetFirewallServiceType"
|
|
5822
5939
|
},
|
|
5823
5940
|
"source": {
|
|
5824
|
-
"alias": "
|
|
5941
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
5825
5942
|
"args": {},
|
|
5826
5943
|
"deprecationReason": null,
|
|
5827
5944
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5838,7 +5955,7 @@
|
|
|
5838
5955
|
"enumValues": null,
|
|
5839
5956
|
"fields": {
|
|
5840
5957
|
"floatingSubnet": {
|
|
5841
|
-
"alias": "
|
|
5958
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
5842
5959
|
"args": {},
|
|
5843
5960
|
"deprecationReason": null,
|
|
5844
5961
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5916,7 +6033,7 @@
|
|
|
5916
6033
|
"varName": "floatingSubnetRef"
|
|
5917
6034
|
},
|
|
5918
6035
|
"globalIpRange": {
|
|
5919
|
-
"alias": "
|
|
6036
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
5920
6037
|
"args": {},
|
|
5921
6038
|
"deprecationReason": null,
|
|
5922
6039
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5994,7 +6111,7 @@
|
|
|
5994
6111
|
"varName": "globalIpRangeRef"
|
|
5995
6112
|
},
|
|
5996
6113
|
"group": {
|
|
5997
|
-
"alias": "
|
|
6114
|
+
"alias": "groupInternetFirewallSource: group",
|
|
5998
6115
|
"args": {},
|
|
5999
6116
|
"deprecationReason": null,
|
|
6000
6117
|
"description": "Groups defined for your account",
|
|
@@ -6072,7 +6189,7 @@
|
|
|
6072
6189
|
"varName": "groupRef"
|
|
6073
6190
|
},
|
|
6074
6191
|
"host": {
|
|
6075
|
-
"alias": "
|
|
6192
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6076
6193
|
"args": {},
|
|
6077
6194
|
"deprecationReason": null,
|
|
6078
6195
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6173,7 +6290,7 @@
|
|
|
6173
6290
|
"varName": "ip"
|
|
6174
6291
|
},
|
|
6175
6292
|
"ipRange": {
|
|
6176
|
-
"alias": "
|
|
6293
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6177
6294
|
"args": {},
|
|
6178
6295
|
"deprecationReason": null,
|
|
6179
6296
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6251,7 +6368,7 @@
|
|
|
6251
6368
|
"varName": "ipAddressRange"
|
|
6252
6369
|
},
|
|
6253
6370
|
"networkInterface": {
|
|
6254
|
-
"alias": "
|
|
6371
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6255
6372
|
"args": {},
|
|
6256
6373
|
"deprecationReason": null,
|
|
6257
6374
|
"description": "Network range defined for a site",
|
|
@@ -6329,7 +6446,7 @@
|
|
|
6329
6446
|
"varName": "networkInterfaceRef"
|
|
6330
6447
|
},
|
|
6331
6448
|
"site": {
|
|
6332
|
-
"alias": "
|
|
6449
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6333
6450
|
"args": {},
|
|
6334
6451
|
"deprecationReason": null,
|
|
6335
6452
|
"description": "Site defined for the account",
|
|
@@ -6407,7 +6524,7 @@
|
|
|
6407
6524
|
"varName": "siteRef"
|
|
6408
6525
|
},
|
|
6409
6526
|
"siteNetworkSubnet": {
|
|
6410
|
-
"alias": "
|
|
6527
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6411
6528
|
"args": {},
|
|
6412
6529
|
"deprecationReason": null,
|
|
6413
6530
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6508,7 +6625,7 @@
|
|
|
6508
6625
|
"varName": "subnet"
|
|
6509
6626
|
},
|
|
6510
6627
|
"systemGroup": {
|
|
6511
|
-
"alias": "
|
|
6628
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6512
6629
|
"args": {},
|
|
6513
6630
|
"deprecationReason": null,
|
|
6514
6631
|
"description": "Predefined Cato groups",
|
|
@@ -6586,7 +6703,7 @@
|
|
|
6586
6703
|
"varName": "systemGroupRef"
|
|
6587
6704
|
},
|
|
6588
6705
|
"user": {
|
|
6589
|
-
"alias": "
|
|
6706
|
+
"alias": "userInternetFirewallSource: user",
|
|
6590
6707
|
"args": {},
|
|
6591
6708
|
"deprecationReason": null,
|
|
6592
6709
|
"description": "Individual users defined for the account",
|
|
@@ -6664,7 +6781,7 @@
|
|
|
6664
6781
|
"varName": "userRef"
|
|
6665
6782
|
},
|
|
6666
6783
|
"usersGroup": {
|
|
6667
|
-
"alias": "
|
|
6784
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
6668
6785
|
"args": {},
|
|
6669
6786
|
"deprecationReason": null,
|
|
6670
6787
|
"description": "Group of users",
|
|
@@ -6759,7 +6876,7 @@
|
|
|
6759
6876
|
"varName": "internetFirewallSource"
|
|
6760
6877
|
},
|
|
6761
6878
|
"tracking": {
|
|
6762
|
-
"alias": "
|
|
6879
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
6763
6880
|
"args": {},
|
|
6764
6881
|
"deprecationReason": null,
|
|
6765
6882
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -6776,7 +6893,7 @@
|
|
|
6776
6893
|
"enumValues": null,
|
|
6777
6894
|
"fields": {
|
|
6778
6895
|
"alert": {
|
|
6779
|
-
"alias": "
|
|
6896
|
+
"alias": "alertPolicyTracking: alert",
|
|
6780
6897
|
"args": {},
|
|
6781
6898
|
"deprecationReason": null,
|
|
6782
6899
|
"description": null,
|
|
@@ -6814,7 +6931,7 @@
|
|
|
6814
6931
|
"varName": "enabled"
|
|
6815
6932
|
},
|
|
6816
6933
|
"frequency": {
|
|
6817
|
-
"alias": "
|
|
6934
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
6818
6935
|
"args": {},
|
|
6819
6936
|
"deprecationReason": null,
|
|
6820
6937
|
"description": "Returns data for the alert frequency",
|
|
@@ -6872,7 +6989,7 @@
|
|
|
6872
6989
|
"varName": "frequency"
|
|
6873
6990
|
},
|
|
6874
6991
|
"mailingList": {
|
|
6875
|
-
"alias": "
|
|
6992
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
6876
6993
|
"args": {},
|
|
6877
6994
|
"deprecationReason": null,
|
|
6878
6995
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -6950,7 +7067,7 @@
|
|
|
6950
7067
|
"varName": "subscriptionMailingListRef"
|
|
6951
7068
|
},
|
|
6952
7069
|
"subscriptionGroup": {
|
|
6953
|
-
"alias": "
|
|
7070
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
6954
7071
|
"args": {},
|
|
6955
7072
|
"deprecationReason": null,
|
|
6956
7073
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7028,7 +7145,7 @@
|
|
|
7028
7145
|
"varName": "subscriptionGroupRef"
|
|
7029
7146
|
},
|
|
7030
7147
|
"webhook": {
|
|
7031
|
-
"alias": "
|
|
7148
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7032
7149
|
"args": {},
|
|
7033
7150
|
"deprecationReason": null,
|
|
7034
7151
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7123,7 +7240,7 @@
|
|
|
7123
7240
|
"varName": "policyRuleTrackingAlert"
|
|
7124
7241
|
},
|
|
7125
7242
|
"event": {
|
|
7126
|
-
"alias": "
|
|
7243
|
+
"alias": "eventPolicyTracking: event",
|
|
7127
7244
|
"args": {},
|
|
7128
7245
|
"deprecationReason": null,
|
|
7129
7246
|
"description": null,
|
|
@@ -7228,7 +7345,7 @@
|
|
|
7228
7345
|
"varName": "internetFirewallRulePayload"
|
|
7229
7346
|
},
|
|
7230
7347
|
"status": {
|
|
7231
|
-
"alias": "
|
|
7348
|
+
"alias": "statusInternetFirewallRuleMutationPayload: status",
|
|
7232
7349
|
"args": {},
|
|
7233
7350
|
"deprecationReason": null,
|
|
7234
7351
|
"description": null,
|