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
|
@@ -227,6 +227,7 @@
|
|
|
227
227
|
"PolicyMutationRevisionInput": true,
|
|
228
228
|
"PolicyMutationStatus": true,
|
|
229
229
|
"PolicyRevision": true,
|
|
230
|
+
"PolicyRuleActivePeriod": true,
|
|
230
231
|
"PolicyRuleTrackingAlert": true,
|
|
231
232
|
"PolicyRuleTrackingEvent": true,
|
|
232
233
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -610,7 +611,7 @@
|
|
|
610
611
|
"enumValues": null,
|
|
611
612
|
"fields": {
|
|
612
613
|
"errors": {
|
|
613
|
-
"alias": "
|
|
614
|
+
"alias": "errorsWanFirewallPolicyMutationPayload: errors",
|
|
614
615
|
"args": {},
|
|
615
616
|
"deprecationReason": null,
|
|
616
617
|
"description": null,
|
|
@@ -686,7 +687,7 @@
|
|
|
686
687
|
"varName": "policyMutationError"
|
|
687
688
|
},
|
|
688
689
|
"policy": {
|
|
689
|
-
"alias": "
|
|
690
|
+
"alias": "policyWanFirewallPolicyMutationPayload: policy",
|
|
690
691
|
"args": {},
|
|
691
692
|
"deprecationReason": null,
|
|
692
693
|
"description": null,
|
|
@@ -972,7 +973,7 @@
|
|
|
972
973
|
"enumValues": null,
|
|
973
974
|
"fields": {
|
|
974
975
|
"audit": {
|
|
975
|
-
"alias": "
|
|
976
|
+
"alias": "auditWanFirewallRulePayload: audit",
|
|
976
977
|
"args": {},
|
|
977
978
|
"deprecationReason": null,
|
|
978
979
|
"description": null,
|
|
@@ -1048,7 +1049,7 @@
|
|
|
1048
1049
|
"varName": "policyElementAudit"
|
|
1049
1050
|
},
|
|
1050
1051
|
"properties": {
|
|
1051
|
-
"alias": "
|
|
1052
|
+
"alias": "propertiesWanFirewallRulePayload: properties",
|
|
1052
1053
|
"args": {},
|
|
1053
1054
|
"deprecationReason": null,
|
|
1054
1055
|
"description": null,
|
|
@@ -1126,7 +1127,7 @@
|
|
|
1126
1127
|
"varName": "properties"
|
|
1127
1128
|
},
|
|
1128
1129
|
"rule": {
|
|
1129
|
-
"alias": "
|
|
1130
|
+
"alias": "ruleWanFirewallRulePayload: rule",
|
|
1130
1131
|
"args": {},
|
|
1131
1132
|
"deprecationReason": null,
|
|
1132
1133
|
"description": null,
|
|
@@ -1143,7 +1144,7 @@
|
|
|
1143
1144
|
"enumValues": null,
|
|
1144
1145
|
"fields": {
|
|
1145
1146
|
"action": {
|
|
1146
|
-
"alias": "
|
|
1147
|
+
"alias": "actionWanFirewallRule: action",
|
|
1147
1148
|
"args": {},
|
|
1148
1149
|
"deprecationReason": null,
|
|
1149
1150
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1194,8 +1195,124 @@
|
|
|
1194
1195
|
},
|
|
1195
1196
|
"varName": "action"
|
|
1196
1197
|
},
|
|
1198
|
+
"activePeriod": {
|
|
1199
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
1200
|
+
"args": {},
|
|
1201
|
+
"deprecationReason": null,
|
|
1202
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
1203
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___activePeriod",
|
|
1204
|
+
"isDeprecated": false,
|
|
1205
|
+
"name": "activePeriod",
|
|
1206
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.activePeriod",
|
|
1207
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
1208
|
+
"required": true,
|
|
1209
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
1210
|
+
"type": {
|
|
1211
|
+
"definition": {
|
|
1212
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
1213
|
+
"enumValues": null,
|
|
1214
|
+
"fields": {
|
|
1215
|
+
"effectiveFrom": {
|
|
1216
|
+
"args": {},
|
|
1217
|
+
"deprecationReason": null,
|
|
1218
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
1219
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___effectiveFrom",
|
|
1220
|
+
"isDeprecated": false,
|
|
1221
|
+
"name": "effectiveFrom",
|
|
1222
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.effectiveFrom",
|
|
1223
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
1224
|
+
"required": false,
|
|
1225
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
1226
|
+
"type": {
|
|
1227
|
+
"kind": [
|
|
1228
|
+
"SCALAR"
|
|
1229
|
+
],
|
|
1230
|
+
"name": "DateTime",
|
|
1231
|
+
"non_null": false
|
|
1232
|
+
},
|
|
1233
|
+
"varName": "effectiveFrom"
|
|
1234
|
+
},
|
|
1235
|
+
"expiresAt": {
|
|
1236
|
+
"args": {},
|
|
1237
|
+
"deprecationReason": null,
|
|
1238
|
+
"description": "The time the rule expires, if not used, default null",
|
|
1239
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___expiresAt",
|
|
1240
|
+
"isDeprecated": false,
|
|
1241
|
+
"name": "expiresAt",
|
|
1242
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.expiresAt",
|
|
1243
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
1244
|
+
"required": false,
|
|
1245
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
1246
|
+
"type": {
|
|
1247
|
+
"kind": [
|
|
1248
|
+
"SCALAR"
|
|
1249
|
+
],
|
|
1250
|
+
"name": "DateTime",
|
|
1251
|
+
"non_null": false
|
|
1252
|
+
},
|
|
1253
|
+
"varName": "expiresAt"
|
|
1254
|
+
},
|
|
1255
|
+
"useEffectiveFrom": {
|
|
1256
|
+
"args": {},
|
|
1257
|
+
"deprecationReason": null,
|
|
1258
|
+
"description": null,
|
|
1259
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___useEffectiveFrom",
|
|
1260
|
+
"isDeprecated": false,
|
|
1261
|
+
"name": "useEffectiveFrom",
|
|
1262
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.useEffectiveFrom",
|
|
1263
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
1264
|
+
"required": true,
|
|
1265
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
1266
|
+
"type": {
|
|
1267
|
+
"kind": [
|
|
1268
|
+
"NON_NULL",
|
|
1269
|
+
"SCALAR"
|
|
1270
|
+
],
|
|
1271
|
+
"name": "Boolean",
|
|
1272
|
+
"non_null": false
|
|
1273
|
+
},
|
|
1274
|
+
"varName": "useEffectiveFrom"
|
|
1275
|
+
},
|
|
1276
|
+
"useExpiresAt": {
|
|
1277
|
+
"args": {},
|
|
1278
|
+
"deprecationReason": null,
|
|
1279
|
+
"description": null,
|
|
1280
|
+
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___activePeriod___useExpiresAt",
|
|
1281
|
+
"isDeprecated": false,
|
|
1282
|
+
"name": "useExpiresAt",
|
|
1283
|
+
"path": "wanFirewall.publishPolicyRevision.policy.rules.rule.activePeriod.useExpiresAt",
|
|
1284
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
1285
|
+
"required": true,
|
|
1286
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"kind": [
|
|
1289
|
+
"NON_NULL",
|
|
1290
|
+
"SCALAR"
|
|
1291
|
+
],
|
|
1292
|
+
"name": "Boolean",
|
|
1293
|
+
"non_null": false
|
|
1294
|
+
},
|
|
1295
|
+
"varName": "useExpiresAt"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"inputFields": null,
|
|
1299
|
+
"interfaces": {},
|
|
1300
|
+
"kind": "OBJECT",
|
|
1301
|
+
"name": "PolicyRuleActivePeriod",
|
|
1302
|
+
"possibleTypes": null
|
|
1303
|
+
},
|
|
1304
|
+
"indexType": "object",
|
|
1305
|
+
"kind": [
|
|
1306
|
+
"NON_NULL",
|
|
1307
|
+
"OBJECT"
|
|
1308
|
+
],
|
|
1309
|
+
"name": "PolicyRuleActivePeriod",
|
|
1310
|
+
"non_null": false
|
|
1311
|
+
},
|
|
1312
|
+
"varName": "policyRuleActivePeriod"
|
|
1313
|
+
},
|
|
1197
1314
|
"application": {
|
|
1198
|
-
"alias": "
|
|
1315
|
+
"alias": "applicationWanFirewallRule: application",
|
|
1199
1316
|
"args": {},
|
|
1200
1317
|
"deprecationReason": null,
|
|
1201
1318
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1212,7 +1329,7 @@
|
|
|
1212
1329
|
"enumValues": null,
|
|
1213
1330
|
"fields": {
|
|
1214
1331
|
"appCategory": {
|
|
1215
|
-
"alias": "
|
|
1332
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
1216
1333
|
"args": {},
|
|
1217
1334
|
"deprecationReason": null,
|
|
1218
1335
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1290,7 +1407,7 @@
|
|
|
1290
1407
|
"varName": "applicationCategoryRef"
|
|
1291
1408
|
},
|
|
1292
1409
|
"application": {
|
|
1293
|
-
"alias": "
|
|
1410
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
1294
1411
|
"args": {},
|
|
1295
1412
|
"deprecationReason": null,
|
|
1296
1413
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1368,7 +1485,7 @@
|
|
|
1368
1485
|
"varName": "applicationRef"
|
|
1369
1486
|
},
|
|
1370
1487
|
"customApp": {
|
|
1371
|
-
"alias": "
|
|
1488
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
1372
1489
|
"args": {},
|
|
1373
1490
|
"deprecationReason": null,
|
|
1374
1491
|
"description": "Custom (user-defined) applications",
|
|
@@ -1446,7 +1563,7 @@
|
|
|
1446
1563
|
"varName": "customApplicationRef"
|
|
1447
1564
|
},
|
|
1448
1565
|
"customCategory": {
|
|
1449
|
-
"alias": "
|
|
1566
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
1450
1567
|
"args": {},
|
|
1451
1568
|
"deprecationReason": null,
|
|
1452
1569
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1570,7 +1687,7 @@
|
|
|
1570
1687
|
"varName": "fqdn"
|
|
1571
1688
|
},
|
|
1572
1689
|
"globalIpRange": {
|
|
1573
|
-
"alias": "
|
|
1690
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
1574
1691
|
"args": {},
|
|
1575
1692
|
"deprecationReason": null,
|
|
1576
1693
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1671,7 +1788,7 @@
|
|
|
1671
1788
|
"varName": "ip"
|
|
1672
1789
|
},
|
|
1673
1790
|
"ipRange": {
|
|
1674
|
-
"alias": "
|
|
1791
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
1675
1792
|
"args": {},
|
|
1676
1793
|
"deprecationReason": null,
|
|
1677
1794
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1749,7 +1866,7 @@
|
|
|
1749
1866
|
"varName": "ipAddressRange"
|
|
1750
1867
|
},
|
|
1751
1868
|
"sanctionedAppsCategory": {
|
|
1752
|
-
"alias": "
|
|
1869
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
1753
1870
|
"args": {},
|
|
1754
1871
|
"deprecationReason": null,
|
|
1755
1872
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1867,7 +1984,7 @@
|
|
|
1867
1984
|
"varName": "wanFirewallApplication"
|
|
1868
1985
|
},
|
|
1869
1986
|
"connectionOrigin": {
|
|
1870
|
-
"alias": "
|
|
1987
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
1871
1988
|
"args": {},
|
|
1872
1989
|
"deprecationReason": null,
|
|
1873
1990
|
"description": "Connection origin of the traffic",
|
|
@@ -1919,7 +2036,7 @@
|
|
|
1919
2036
|
"varName": "connectionOrigin"
|
|
1920
2037
|
},
|
|
1921
2038
|
"country": {
|
|
1922
|
-
"alias": "
|
|
2039
|
+
"alias": "countryWanFirewallRule: country",
|
|
1923
2040
|
"args": {},
|
|
1924
2041
|
"deprecationReason": null,
|
|
1925
2042
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2018,7 +2135,7 @@
|
|
|
2018
2135
|
"varName": "description"
|
|
2019
2136
|
},
|
|
2020
2137
|
"destination": {
|
|
2021
|
-
"alias": "
|
|
2138
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
2022
2139
|
"args": {},
|
|
2023
2140
|
"deprecationReason": null,
|
|
2024
2141
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2035,7 +2152,7 @@
|
|
|
2035
2152
|
"enumValues": null,
|
|
2036
2153
|
"fields": {
|
|
2037
2154
|
"floatingSubnet": {
|
|
2038
|
-
"alias": "
|
|
2155
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
2039
2156
|
"args": {},
|
|
2040
2157
|
"deprecationReason": null,
|
|
2041
2158
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -2113,7 +2230,7 @@
|
|
|
2113
2230
|
"varName": "floatingSubnetRef"
|
|
2114
2231
|
},
|
|
2115
2232
|
"globalIpRange": {
|
|
2116
|
-
"alias": "
|
|
2233
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
2117
2234
|
"args": {},
|
|
2118
2235
|
"deprecationReason": null,
|
|
2119
2236
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2191,7 +2308,7 @@
|
|
|
2191
2308
|
"varName": "globalIpRangeRef"
|
|
2192
2309
|
},
|
|
2193
2310
|
"group": {
|
|
2194
|
-
"alias": "
|
|
2311
|
+
"alias": "groupWanFirewallDestination: group",
|
|
2195
2312
|
"args": {},
|
|
2196
2313
|
"deprecationReason": null,
|
|
2197
2314
|
"description": "Groups defined for your account",
|
|
@@ -2269,7 +2386,7 @@
|
|
|
2269
2386
|
"varName": "groupRef"
|
|
2270
2387
|
},
|
|
2271
2388
|
"host": {
|
|
2272
|
-
"alias": "
|
|
2389
|
+
"alias": "hostWanFirewallDestination: host",
|
|
2273
2390
|
"args": {},
|
|
2274
2391
|
"deprecationReason": null,
|
|
2275
2392
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2370,7 +2487,7 @@
|
|
|
2370
2487
|
"varName": "ip"
|
|
2371
2488
|
},
|
|
2372
2489
|
"ipRange": {
|
|
2373
|
-
"alias": "
|
|
2490
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
2374
2491
|
"args": {},
|
|
2375
2492
|
"deprecationReason": null,
|
|
2376
2493
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2448,7 +2565,7 @@
|
|
|
2448
2565
|
"varName": "ipAddressRange"
|
|
2449
2566
|
},
|
|
2450
2567
|
"networkInterface": {
|
|
2451
|
-
"alias": "
|
|
2568
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
2452
2569
|
"args": {},
|
|
2453
2570
|
"deprecationReason": null,
|
|
2454
2571
|
"description": "Network range defined for a site",
|
|
@@ -2526,7 +2643,7 @@
|
|
|
2526
2643
|
"varName": "networkInterfaceRef"
|
|
2527
2644
|
},
|
|
2528
2645
|
"site": {
|
|
2529
|
-
"alias": "
|
|
2646
|
+
"alias": "siteWanFirewallDestination: site",
|
|
2530
2647
|
"args": {},
|
|
2531
2648
|
"deprecationReason": null,
|
|
2532
2649
|
"description": "Site defined for the account",
|
|
@@ -2604,7 +2721,7 @@
|
|
|
2604
2721
|
"varName": "siteRef"
|
|
2605
2722
|
},
|
|
2606
2723
|
"siteNetworkSubnet": {
|
|
2607
|
-
"alias": "
|
|
2724
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
2608
2725
|
"args": {},
|
|
2609
2726
|
"deprecationReason": null,
|
|
2610
2727
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2705,7 +2822,7 @@
|
|
|
2705
2822
|
"varName": "subnet"
|
|
2706
2823
|
},
|
|
2707
2824
|
"systemGroup": {
|
|
2708
|
-
"alias": "
|
|
2825
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
2709
2826
|
"args": {},
|
|
2710
2827
|
"deprecationReason": null,
|
|
2711
2828
|
"description": "Predefined Cato groups",
|
|
@@ -2783,7 +2900,7 @@
|
|
|
2783
2900
|
"varName": "systemGroupRef"
|
|
2784
2901
|
},
|
|
2785
2902
|
"user": {
|
|
2786
|
-
"alias": "
|
|
2903
|
+
"alias": "userWanFirewallDestination: user",
|
|
2787
2904
|
"args": {},
|
|
2788
2905
|
"deprecationReason": null,
|
|
2789
2906
|
"description": "Individual users defined for the account",
|
|
@@ -2861,7 +2978,7 @@
|
|
|
2861
2978
|
"varName": "userRef"
|
|
2862
2979
|
},
|
|
2863
2980
|
"usersGroup": {
|
|
2864
|
-
"alias": "
|
|
2981
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
2865
2982
|
"args": {},
|
|
2866
2983
|
"deprecationReason": null,
|
|
2867
2984
|
"description": "Group of users",
|
|
@@ -2956,7 +3073,7 @@
|
|
|
2956
3073
|
"varName": "wanFirewallDestination"
|
|
2957
3074
|
},
|
|
2958
3075
|
"device": {
|
|
2959
|
-
"alias": "
|
|
3076
|
+
"alias": "deviceWanFirewallRule: device",
|
|
2960
3077
|
"args": {},
|
|
2961
3078
|
"deprecationReason": null,
|
|
2962
3079
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -3034,7 +3151,7 @@
|
|
|
3034
3151
|
"varName": "deviceProfileRef"
|
|
3035
3152
|
},
|
|
3036
3153
|
"deviceAttributes": {
|
|
3037
|
-
"alias": "
|
|
3154
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
3038
3155
|
"args": {},
|
|
3039
3156
|
"deprecationReason": null,
|
|
3040
3157
|
"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.",
|
|
@@ -3206,7 +3323,7 @@
|
|
|
3206
3323
|
"varName": "deviceAttributes"
|
|
3207
3324
|
},
|
|
3208
3325
|
"deviceOS": {
|
|
3209
|
-
"alias": "
|
|
3326
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
3210
3327
|
"args": {},
|
|
3211
3328
|
"deprecationReason": null,
|
|
3212
3329
|
"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.",
|
|
@@ -3278,7 +3395,7 @@
|
|
|
3278
3395
|
"varName": "deviceOS"
|
|
3279
3396
|
},
|
|
3280
3397
|
"direction": {
|
|
3281
|
-
"alias": "
|
|
3398
|
+
"alias": "directionWanFirewallRule: direction",
|
|
3282
3399
|
"args": {},
|
|
3283
3400
|
"deprecationReason": null,
|
|
3284
3401
|
"description": null,
|
|
@@ -3345,7 +3462,7 @@
|
|
|
3345
3462
|
"varName": "enabled"
|
|
3346
3463
|
},
|
|
3347
3464
|
"exceptions": {
|
|
3348
|
-
"alias": "
|
|
3465
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
3349
3466
|
"args": {},
|
|
3350
3467
|
"deprecationReason": null,
|
|
3351
3468
|
"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.",
|
|
@@ -3362,7 +3479,7 @@
|
|
|
3362
3479
|
"enumValues": null,
|
|
3363
3480
|
"fields": {
|
|
3364
3481
|
"application": {
|
|
3365
|
-
"alias": "
|
|
3482
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
3366
3483
|
"args": {},
|
|
3367
3484
|
"deprecationReason": null,
|
|
3368
3485
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3379,7 +3496,7 @@
|
|
|
3379
3496
|
"enumValues": null,
|
|
3380
3497
|
"fields": {
|
|
3381
3498
|
"appCategory": {
|
|
3382
|
-
"alias": "
|
|
3499
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
3383
3500
|
"args": {},
|
|
3384
3501
|
"deprecationReason": null,
|
|
3385
3502
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3457,7 +3574,7 @@
|
|
|
3457
3574
|
"varName": "applicationCategoryRef"
|
|
3458
3575
|
},
|
|
3459
3576
|
"application": {
|
|
3460
|
-
"alias": "
|
|
3577
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
3461
3578
|
"args": {},
|
|
3462
3579
|
"deprecationReason": null,
|
|
3463
3580
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3535,7 +3652,7 @@
|
|
|
3535
3652
|
"varName": "applicationRef"
|
|
3536
3653
|
},
|
|
3537
3654
|
"customApp": {
|
|
3538
|
-
"alias": "
|
|
3655
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
3539
3656
|
"args": {},
|
|
3540
3657
|
"deprecationReason": null,
|
|
3541
3658
|
"description": "Custom (user-defined) applications",
|
|
@@ -3613,7 +3730,7 @@
|
|
|
3613
3730
|
"varName": "customApplicationRef"
|
|
3614
3731
|
},
|
|
3615
3732
|
"customCategory": {
|
|
3616
|
-
"alias": "
|
|
3733
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
3617
3734
|
"args": {},
|
|
3618
3735
|
"deprecationReason": null,
|
|
3619
3736
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3737,7 +3854,7 @@
|
|
|
3737
3854
|
"varName": "fqdn"
|
|
3738
3855
|
},
|
|
3739
3856
|
"globalIpRange": {
|
|
3740
|
-
"alias": "
|
|
3857
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
3741
3858
|
"args": {},
|
|
3742
3859
|
"deprecationReason": null,
|
|
3743
3860
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3838,7 +3955,7 @@
|
|
|
3838
3955
|
"varName": "ip"
|
|
3839
3956
|
},
|
|
3840
3957
|
"ipRange": {
|
|
3841
|
-
"alias": "
|
|
3958
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
3842
3959
|
"args": {},
|
|
3843
3960
|
"deprecationReason": null,
|
|
3844
3961
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3916,7 +4033,7 @@
|
|
|
3916
4033
|
"varName": "ipAddressRange"
|
|
3917
4034
|
},
|
|
3918
4035
|
"sanctionedAppsCategory": {
|
|
3919
|
-
"alias": "
|
|
4036
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
3920
4037
|
"args": {},
|
|
3921
4038
|
"deprecationReason": null,
|
|
3922
4039
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -4034,7 +4151,7 @@
|
|
|
4034
4151
|
"varName": "wanFirewallApplication"
|
|
4035
4152
|
},
|
|
4036
4153
|
"connectionOrigin": {
|
|
4037
|
-
"alias": "
|
|
4154
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
4038
4155
|
"args": {},
|
|
4039
4156
|
"deprecationReason": null,
|
|
4040
4157
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -4086,7 +4203,7 @@
|
|
|
4086
4203
|
"varName": "connectionOrigin"
|
|
4087
4204
|
},
|
|
4088
4205
|
"country": {
|
|
4089
|
-
"alias": "
|
|
4206
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
4090
4207
|
"args": {},
|
|
4091
4208
|
"deprecationReason": null,
|
|
4092
4209
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -4164,7 +4281,7 @@
|
|
|
4164
4281
|
"varName": "countryRef"
|
|
4165
4282
|
},
|
|
4166
4283
|
"destination": {
|
|
4167
|
-
"alias": "
|
|
4284
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
4168
4285
|
"args": {},
|
|
4169
4286
|
"deprecationReason": null,
|
|
4170
4287
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4181,7 +4298,7 @@
|
|
|
4181
4298
|
"enumValues": null,
|
|
4182
4299
|
"fields": {
|
|
4183
4300
|
"floatingSubnet": {
|
|
4184
|
-
"alias": "
|
|
4301
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
4185
4302
|
"args": {},
|
|
4186
4303
|
"deprecationReason": null,
|
|
4187
4304
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4259,7 +4376,7 @@
|
|
|
4259
4376
|
"varName": "floatingSubnetRef"
|
|
4260
4377
|
},
|
|
4261
4378
|
"globalIpRange": {
|
|
4262
|
-
"alias": "
|
|
4379
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
4263
4380
|
"args": {},
|
|
4264
4381
|
"deprecationReason": null,
|
|
4265
4382
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4337,7 +4454,7 @@
|
|
|
4337
4454
|
"varName": "globalIpRangeRef"
|
|
4338
4455
|
},
|
|
4339
4456
|
"group": {
|
|
4340
|
-
"alias": "
|
|
4457
|
+
"alias": "groupWanFirewallDestination: group",
|
|
4341
4458
|
"args": {},
|
|
4342
4459
|
"deprecationReason": null,
|
|
4343
4460
|
"description": "Groups defined for your account",
|
|
@@ -4415,7 +4532,7 @@
|
|
|
4415
4532
|
"varName": "groupRef"
|
|
4416
4533
|
},
|
|
4417
4534
|
"host": {
|
|
4418
|
-
"alias": "
|
|
4535
|
+
"alias": "hostWanFirewallDestination: host",
|
|
4419
4536
|
"args": {},
|
|
4420
4537
|
"deprecationReason": null,
|
|
4421
4538
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4516,7 +4633,7 @@
|
|
|
4516
4633
|
"varName": "ip"
|
|
4517
4634
|
},
|
|
4518
4635
|
"ipRange": {
|
|
4519
|
-
"alias": "
|
|
4636
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
4520
4637
|
"args": {},
|
|
4521
4638
|
"deprecationReason": null,
|
|
4522
4639
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4594,7 +4711,7 @@
|
|
|
4594
4711
|
"varName": "ipAddressRange"
|
|
4595
4712
|
},
|
|
4596
4713
|
"networkInterface": {
|
|
4597
|
-
"alias": "
|
|
4714
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
4598
4715
|
"args": {},
|
|
4599
4716
|
"deprecationReason": null,
|
|
4600
4717
|
"description": "Network range defined for a site",
|
|
@@ -4672,7 +4789,7 @@
|
|
|
4672
4789
|
"varName": "networkInterfaceRef"
|
|
4673
4790
|
},
|
|
4674
4791
|
"site": {
|
|
4675
|
-
"alias": "
|
|
4792
|
+
"alias": "siteWanFirewallDestination: site",
|
|
4676
4793
|
"args": {},
|
|
4677
4794
|
"deprecationReason": null,
|
|
4678
4795
|
"description": "Site defined for the account",
|
|
@@ -4750,7 +4867,7 @@
|
|
|
4750
4867
|
"varName": "siteRef"
|
|
4751
4868
|
},
|
|
4752
4869
|
"siteNetworkSubnet": {
|
|
4753
|
-
"alias": "
|
|
4870
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
4754
4871
|
"args": {},
|
|
4755
4872
|
"deprecationReason": null,
|
|
4756
4873
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4851,7 +4968,7 @@
|
|
|
4851
4968
|
"varName": "subnet"
|
|
4852
4969
|
},
|
|
4853
4970
|
"systemGroup": {
|
|
4854
|
-
"alias": "
|
|
4971
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
4855
4972
|
"args": {},
|
|
4856
4973
|
"deprecationReason": null,
|
|
4857
4974
|
"description": "Predefined Cato groups",
|
|
@@ -4929,7 +5046,7 @@
|
|
|
4929
5046
|
"varName": "systemGroupRef"
|
|
4930
5047
|
},
|
|
4931
5048
|
"user": {
|
|
4932
|
-
"alias": "
|
|
5049
|
+
"alias": "userWanFirewallDestination: user",
|
|
4933
5050
|
"args": {},
|
|
4934
5051
|
"deprecationReason": null,
|
|
4935
5052
|
"description": "Individual users defined for the account",
|
|
@@ -5007,7 +5124,7 @@
|
|
|
5007
5124
|
"varName": "userRef"
|
|
5008
5125
|
},
|
|
5009
5126
|
"usersGroup": {
|
|
5010
|
-
"alias": "
|
|
5127
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
5011
5128
|
"args": {},
|
|
5012
5129
|
"deprecationReason": null,
|
|
5013
5130
|
"description": "Group of users",
|
|
@@ -5102,7 +5219,7 @@
|
|
|
5102
5219
|
"varName": "wanFirewallDestination"
|
|
5103
5220
|
},
|
|
5104
5221
|
"device": {
|
|
5105
|
-
"alias": "
|
|
5222
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
5106
5223
|
"args": {},
|
|
5107
5224
|
"deprecationReason": null,
|
|
5108
5225
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -5180,7 +5297,7 @@
|
|
|
5180
5297
|
"varName": "deviceProfileRef"
|
|
5181
5298
|
},
|
|
5182
5299
|
"deviceAttributes": {
|
|
5183
|
-
"alias": "
|
|
5300
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
5184
5301
|
"args": {},
|
|
5185
5302
|
"deprecationReason": null,
|
|
5186
5303
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -5352,7 +5469,7 @@
|
|
|
5352
5469
|
"varName": "deviceAttributes"
|
|
5353
5470
|
},
|
|
5354
5471
|
"deviceOS": {
|
|
5355
|
-
"alias": "
|
|
5472
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
5356
5473
|
"args": {},
|
|
5357
5474
|
"deprecationReason": null,
|
|
5358
5475
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5424,7 +5541,7 @@
|
|
|
5424
5541
|
"varName": "deviceOS"
|
|
5425
5542
|
},
|
|
5426
5543
|
"direction": {
|
|
5427
|
-
"alias": "
|
|
5544
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
5428
5545
|
"args": {},
|
|
5429
5546
|
"deprecationReason": null,
|
|
5430
5547
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5491,7 +5608,7 @@
|
|
|
5491
5608
|
"varName": "name"
|
|
5492
5609
|
},
|
|
5493
5610
|
"service": {
|
|
5494
|
-
"alias": "
|
|
5611
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
5495
5612
|
"args": {},
|
|
5496
5613
|
"deprecationReason": null,
|
|
5497
5614
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5508,7 +5625,7 @@
|
|
|
5508
5625
|
"enumValues": null,
|
|
5509
5626
|
"fields": {
|
|
5510
5627
|
"custom": {
|
|
5511
|
-
"alias": "
|
|
5628
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
5512
5629
|
"args": {},
|
|
5513
5630
|
"deprecationReason": null,
|
|
5514
5631
|
"description": null,
|
|
@@ -5547,7 +5664,7 @@
|
|
|
5547
5664
|
"varName": "port"
|
|
5548
5665
|
},
|
|
5549
5666
|
"portRange": {
|
|
5550
|
-
"alias": "
|
|
5667
|
+
"alias": "portRangeCustomService: portRange",
|
|
5551
5668
|
"args": {},
|
|
5552
5669
|
"deprecationReason": null,
|
|
5553
5670
|
"description": null,
|
|
@@ -5622,7 +5739,7 @@
|
|
|
5622
5739
|
"varName": "portRange"
|
|
5623
5740
|
},
|
|
5624
5741
|
"protocol": {
|
|
5625
|
-
"alias": "
|
|
5742
|
+
"alias": "protocolCustomService: protocol",
|
|
5626
5743
|
"args": {},
|
|
5627
5744
|
"deprecationReason": null,
|
|
5628
5745
|
"description": null,
|
|
@@ -5705,7 +5822,7 @@
|
|
|
5705
5822
|
"varName": "customService"
|
|
5706
5823
|
},
|
|
5707
5824
|
"standard": {
|
|
5708
|
-
"alias": "
|
|
5825
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
5709
5826
|
"args": {},
|
|
5710
5827
|
"deprecationReason": null,
|
|
5711
5828
|
"description": null,
|
|
@@ -5800,7 +5917,7 @@
|
|
|
5800
5917
|
"varName": "wanFirewallServiceType"
|
|
5801
5918
|
},
|
|
5802
5919
|
"source": {
|
|
5803
|
-
"alias": "
|
|
5920
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
5804
5921
|
"args": {},
|
|
5805
5922
|
"deprecationReason": null,
|
|
5806
5923
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5817,7 +5934,7 @@
|
|
|
5817
5934
|
"enumValues": null,
|
|
5818
5935
|
"fields": {
|
|
5819
5936
|
"floatingSubnet": {
|
|
5820
|
-
"alias": "
|
|
5937
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
5821
5938
|
"args": {},
|
|
5822
5939
|
"deprecationReason": null,
|
|
5823
5940
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5895,7 +6012,7 @@
|
|
|
5895
6012
|
"varName": "floatingSubnetRef"
|
|
5896
6013
|
},
|
|
5897
6014
|
"globalIpRange": {
|
|
5898
|
-
"alias": "
|
|
6015
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
5899
6016
|
"args": {},
|
|
5900
6017
|
"deprecationReason": null,
|
|
5901
6018
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5973,7 +6090,7 @@
|
|
|
5973
6090
|
"varName": "globalIpRangeRef"
|
|
5974
6091
|
},
|
|
5975
6092
|
"group": {
|
|
5976
|
-
"alias": "
|
|
6093
|
+
"alias": "groupWanFirewallSource: group",
|
|
5977
6094
|
"args": {},
|
|
5978
6095
|
"deprecationReason": null,
|
|
5979
6096
|
"description": "Groups defined for your account",
|
|
@@ -6051,7 +6168,7 @@
|
|
|
6051
6168
|
"varName": "groupRef"
|
|
6052
6169
|
},
|
|
6053
6170
|
"host": {
|
|
6054
|
-
"alias": "
|
|
6171
|
+
"alias": "hostWanFirewallSource: host",
|
|
6055
6172
|
"args": {},
|
|
6056
6173
|
"deprecationReason": null,
|
|
6057
6174
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6152,7 +6269,7 @@
|
|
|
6152
6269
|
"varName": "ip"
|
|
6153
6270
|
},
|
|
6154
6271
|
"ipRange": {
|
|
6155
|
-
"alias": "
|
|
6272
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
6156
6273
|
"args": {},
|
|
6157
6274
|
"deprecationReason": null,
|
|
6158
6275
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6230,7 +6347,7 @@
|
|
|
6230
6347
|
"varName": "ipAddressRange"
|
|
6231
6348
|
},
|
|
6232
6349
|
"networkInterface": {
|
|
6233
|
-
"alias": "
|
|
6350
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
6234
6351
|
"args": {},
|
|
6235
6352
|
"deprecationReason": null,
|
|
6236
6353
|
"description": "Network range defined for a site",
|
|
@@ -6308,7 +6425,7 @@
|
|
|
6308
6425
|
"varName": "networkInterfaceRef"
|
|
6309
6426
|
},
|
|
6310
6427
|
"site": {
|
|
6311
|
-
"alias": "
|
|
6428
|
+
"alias": "siteWanFirewallSource: site",
|
|
6312
6429
|
"args": {},
|
|
6313
6430
|
"deprecationReason": null,
|
|
6314
6431
|
"description": "Site defined for the account",
|
|
@@ -6386,7 +6503,7 @@
|
|
|
6386
6503
|
"varName": "siteRef"
|
|
6387
6504
|
},
|
|
6388
6505
|
"siteNetworkSubnet": {
|
|
6389
|
-
"alias": "
|
|
6506
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
6390
6507
|
"args": {},
|
|
6391
6508
|
"deprecationReason": null,
|
|
6392
6509
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6487,7 +6604,7 @@
|
|
|
6487
6604
|
"varName": "subnet"
|
|
6488
6605
|
},
|
|
6489
6606
|
"systemGroup": {
|
|
6490
|
-
"alias": "
|
|
6607
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
6491
6608
|
"args": {},
|
|
6492
6609
|
"deprecationReason": null,
|
|
6493
6610
|
"description": "Predefined Cato groups",
|
|
@@ -6565,7 +6682,7 @@
|
|
|
6565
6682
|
"varName": "systemGroupRef"
|
|
6566
6683
|
},
|
|
6567
6684
|
"user": {
|
|
6568
|
-
"alias": "
|
|
6685
|
+
"alias": "userWanFirewallSource: user",
|
|
6569
6686
|
"args": {},
|
|
6570
6687
|
"deprecationReason": null,
|
|
6571
6688
|
"description": "Individual users defined for the account",
|
|
@@ -6643,7 +6760,7 @@
|
|
|
6643
6760
|
"varName": "userRef"
|
|
6644
6761
|
},
|
|
6645
6762
|
"usersGroup": {
|
|
6646
|
-
"alias": "
|
|
6763
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
6647
6764
|
"args": {},
|
|
6648
6765
|
"deprecationReason": null,
|
|
6649
6766
|
"description": "Group of users",
|
|
@@ -6820,7 +6937,7 @@
|
|
|
6820
6937
|
"varName": "name"
|
|
6821
6938
|
},
|
|
6822
6939
|
"schedule": {
|
|
6823
|
-
"alias": "
|
|
6940
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
6824
6941
|
"args": {},
|
|
6825
6942
|
"deprecationReason": null,
|
|
6826
6943
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6837,7 +6954,7 @@
|
|
|
6837
6954
|
"enumValues": null,
|
|
6838
6955
|
"fields": {
|
|
6839
6956
|
"activeOn": {
|
|
6840
|
-
"alias": "
|
|
6957
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
6841
6958
|
"args": {},
|
|
6842
6959
|
"deprecationReason": null,
|
|
6843
6960
|
"description": null,
|
|
@@ -6895,7 +7012,7 @@
|
|
|
6895
7012
|
"varName": "activeOn"
|
|
6896
7013
|
},
|
|
6897
7014
|
"customRecurring": {
|
|
6898
|
-
"alias": "
|
|
7015
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
6899
7016
|
"args": {},
|
|
6900
7017
|
"deprecationReason": null,
|
|
6901
7018
|
"description": null,
|
|
@@ -7047,7 +7164,7 @@
|
|
|
7047
7164
|
"varName": "policyCustomRecurring"
|
|
7048
7165
|
},
|
|
7049
7166
|
"customTimeframe": {
|
|
7050
|
-
"alias": "
|
|
7167
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
7051
7168
|
"args": {},
|
|
7052
7169
|
"deprecationReason": null,
|
|
7053
7170
|
"description": null,
|
|
@@ -7139,7 +7256,7 @@
|
|
|
7139
7256
|
"varName": "policySchedule"
|
|
7140
7257
|
},
|
|
7141
7258
|
"section": {
|
|
7142
|
-
"alias": "
|
|
7259
|
+
"alias": "sectionWanFirewallRule: section",
|
|
7143
7260
|
"args": {},
|
|
7144
7261
|
"deprecationReason": null,
|
|
7145
7262
|
"description": "Policy section where the rule is located",
|
|
@@ -7215,7 +7332,7 @@
|
|
|
7215
7332
|
"varName": "policySectionInfo"
|
|
7216
7333
|
},
|
|
7217
7334
|
"service": {
|
|
7218
|
-
"alias": "
|
|
7335
|
+
"alias": "serviceWanFirewallRule: service",
|
|
7219
7336
|
"args": {},
|
|
7220
7337
|
"deprecationReason": null,
|
|
7221
7338
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7232,7 +7349,7 @@
|
|
|
7232
7349
|
"enumValues": null,
|
|
7233
7350
|
"fields": {
|
|
7234
7351
|
"custom": {
|
|
7235
|
-
"alias": "
|
|
7352
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
7236
7353
|
"args": {},
|
|
7237
7354
|
"deprecationReason": null,
|
|
7238
7355
|
"description": null,
|
|
@@ -7271,7 +7388,7 @@
|
|
|
7271
7388
|
"varName": "port"
|
|
7272
7389
|
},
|
|
7273
7390
|
"portRange": {
|
|
7274
|
-
"alias": "
|
|
7391
|
+
"alias": "portRangeCustomService: portRange",
|
|
7275
7392
|
"args": {},
|
|
7276
7393
|
"deprecationReason": null,
|
|
7277
7394
|
"description": null,
|
|
@@ -7346,7 +7463,7 @@
|
|
|
7346
7463
|
"varName": "portRange"
|
|
7347
7464
|
},
|
|
7348
7465
|
"protocol": {
|
|
7349
|
-
"alias": "
|
|
7466
|
+
"alias": "protocolCustomService: protocol",
|
|
7350
7467
|
"args": {},
|
|
7351
7468
|
"deprecationReason": null,
|
|
7352
7469
|
"description": null,
|
|
@@ -7429,7 +7546,7 @@
|
|
|
7429
7546
|
"varName": "customService"
|
|
7430
7547
|
},
|
|
7431
7548
|
"standard": {
|
|
7432
|
-
"alias": "
|
|
7549
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
7433
7550
|
"args": {},
|
|
7434
7551
|
"deprecationReason": null,
|
|
7435
7552
|
"description": null,
|
|
@@ -7524,7 +7641,7 @@
|
|
|
7524
7641
|
"varName": "wanFirewallServiceType"
|
|
7525
7642
|
},
|
|
7526
7643
|
"source": {
|
|
7527
|
-
"alias": "
|
|
7644
|
+
"alias": "sourceWanFirewallRule: source",
|
|
7528
7645
|
"args": {},
|
|
7529
7646
|
"deprecationReason": null,
|
|
7530
7647
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7541,7 +7658,7 @@
|
|
|
7541
7658
|
"enumValues": null,
|
|
7542
7659
|
"fields": {
|
|
7543
7660
|
"floatingSubnet": {
|
|
7544
|
-
"alias": "
|
|
7661
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
7545
7662
|
"args": {},
|
|
7546
7663
|
"deprecationReason": null,
|
|
7547
7664
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -7619,7 +7736,7 @@
|
|
|
7619
7736
|
"varName": "floatingSubnetRef"
|
|
7620
7737
|
},
|
|
7621
7738
|
"globalIpRange": {
|
|
7622
|
-
"alias": "
|
|
7739
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
7623
7740
|
"args": {},
|
|
7624
7741
|
"deprecationReason": null,
|
|
7625
7742
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7697,7 +7814,7 @@
|
|
|
7697
7814
|
"varName": "globalIpRangeRef"
|
|
7698
7815
|
},
|
|
7699
7816
|
"group": {
|
|
7700
|
-
"alias": "
|
|
7817
|
+
"alias": "groupWanFirewallSource: group",
|
|
7701
7818
|
"args": {},
|
|
7702
7819
|
"deprecationReason": null,
|
|
7703
7820
|
"description": "Groups defined for your account",
|
|
@@ -7775,7 +7892,7 @@
|
|
|
7775
7892
|
"varName": "groupRef"
|
|
7776
7893
|
},
|
|
7777
7894
|
"host": {
|
|
7778
|
-
"alias": "
|
|
7895
|
+
"alias": "hostWanFirewallSource: host",
|
|
7779
7896
|
"args": {},
|
|
7780
7897
|
"deprecationReason": null,
|
|
7781
7898
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7876,7 +7993,7 @@
|
|
|
7876
7993
|
"varName": "ip"
|
|
7877
7994
|
},
|
|
7878
7995
|
"ipRange": {
|
|
7879
|
-
"alias": "
|
|
7996
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
7880
7997
|
"args": {},
|
|
7881
7998
|
"deprecationReason": null,
|
|
7882
7999
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7954,7 +8071,7 @@
|
|
|
7954
8071
|
"varName": "ipAddressRange"
|
|
7955
8072
|
},
|
|
7956
8073
|
"networkInterface": {
|
|
7957
|
-
"alias": "
|
|
8074
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
7958
8075
|
"args": {},
|
|
7959
8076
|
"deprecationReason": null,
|
|
7960
8077
|
"description": "Network range defined for a site",
|
|
@@ -8032,7 +8149,7 @@
|
|
|
8032
8149
|
"varName": "networkInterfaceRef"
|
|
8033
8150
|
},
|
|
8034
8151
|
"site": {
|
|
8035
|
-
"alias": "
|
|
8152
|
+
"alias": "siteWanFirewallSource: site",
|
|
8036
8153
|
"args": {},
|
|
8037
8154
|
"deprecationReason": null,
|
|
8038
8155
|
"description": "Site defined for the account",
|
|
@@ -8110,7 +8227,7 @@
|
|
|
8110
8227
|
"varName": "siteRef"
|
|
8111
8228
|
},
|
|
8112
8229
|
"siteNetworkSubnet": {
|
|
8113
|
-
"alias": "
|
|
8230
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
8114
8231
|
"args": {},
|
|
8115
8232
|
"deprecationReason": null,
|
|
8116
8233
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -8211,7 +8328,7 @@
|
|
|
8211
8328
|
"varName": "subnet"
|
|
8212
8329
|
},
|
|
8213
8330
|
"systemGroup": {
|
|
8214
|
-
"alias": "
|
|
8331
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
8215
8332
|
"args": {},
|
|
8216
8333
|
"deprecationReason": null,
|
|
8217
8334
|
"description": "Predefined Cato groups",
|
|
@@ -8289,7 +8406,7 @@
|
|
|
8289
8406
|
"varName": "systemGroupRef"
|
|
8290
8407
|
},
|
|
8291
8408
|
"user": {
|
|
8292
|
-
"alias": "
|
|
8409
|
+
"alias": "userWanFirewallSource: user",
|
|
8293
8410
|
"args": {},
|
|
8294
8411
|
"deprecationReason": null,
|
|
8295
8412
|
"description": "Individual users defined for the account",
|
|
@@ -8367,7 +8484,7 @@
|
|
|
8367
8484
|
"varName": "userRef"
|
|
8368
8485
|
},
|
|
8369
8486
|
"usersGroup": {
|
|
8370
|
-
"alias": "
|
|
8487
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
8371
8488
|
"args": {},
|
|
8372
8489
|
"deprecationReason": null,
|
|
8373
8490
|
"description": "Group of users",
|
|
@@ -8462,7 +8579,7 @@
|
|
|
8462
8579
|
"varName": "wanFirewallSource"
|
|
8463
8580
|
},
|
|
8464
8581
|
"tracking": {
|
|
8465
|
-
"alias": "
|
|
8582
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
8466
8583
|
"args": {},
|
|
8467
8584
|
"deprecationReason": null,
|
|
8468
8585
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8479,7 +8596,7 @@
|
|
|
8479
8596
|
"enumValues": null,
|
|
8480
8597
|
"fields": {
|
|
8481
8598
|
"alert": {
|
|
8482
|
-
"alias": "
|
|
8599
|
+
"alias": "alertPolicyTracking: alert",
|
|
8483
8600
|
"args": {},
|
|
8484
8601
|
"deprecationReason": null,
|
|
8485
8602
|
"description": null,
|
|
@@ -8517,7 +8634,7 @@
|
|
|
8517
8634
|
"varName": "enabled"
|
|
8518
8635
|
},
|
|
8519
8636
|
"frequency": {
|
|
8520
|
-
"alias": "
|
|
8637
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
8521
8638
|
"args": {},
|
|
8522
8639
|
"deprecationReason": null,
|
|
8523
8640
|
"description": "Returns data for the alert frequency",
|
|
@@ -8575,7 +8692,7 @@
|
|
|
8575
8692
|
"varName": "frequency"
|
|
8576
8693
|
},
|
|
8577
8694
|
"mailingList": {
|
|
8578
|
-
"alias": "
|
|
8695
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
8579
8696
|
"args": {},
|
|
8580
8697
|
"deprecationReason": null,
|
|
8581
8698
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8653,7 +8770,7 @@
|
|
|
8653
8770
|
"varName": "subscriptionMailingListRef"
|
|
8654
8771
|
},
|
|
8655
8772
|
"subscriptionGroup": {
|
|
8656
|
-
"alias": "
|
|
8773
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
8657
8774
|
"args": {},
|
|
8658
8775
|
"deprecationReason": null,
|
|
8659
8776
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8731,7 +8848,7 @@
|
|
|
8731
8848
|
"varName": "subscriptionGroupRef"
|
|
8732
8849
|
},
|
|
8733
8850
|
"webhook": {
|
|
8734
|
-
"alias": "
|
|
8851
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
8735
8852
|
"args": {},
|
|
8736
8853
|
"deprecationReason": null,
|
|
8737
8854
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8826,7 +8943,7 @@
|
|
|
8826
8943
|
"varName": "policyRuleTrackingAlert"
|
|
8827
8944
|
},
|
|
8828
8945
|
"event": {
|
|
8829
|
-
"alias": "
|
|
8946
|
+
"alias": "eventPolicyTracking: event",
|
|
8830
8947
|
"args": {},
|
|
8831
8948
|
"deprecationReason": null,
|
|
8832
8949
|
"description": null,
|
|
@@ -8950,7 +9067,7 @@
|
|
|
8950
9067
|
"enumValues": null,
|
|
8951
9068
|
"fields": {
|
|
8952
9069
|
"audit": {
|
|
8953
|
-
"alias": "
|
|
9070
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
8954
9071
|
"args": {},
|
|
8955
9072
|
"deprecationReason": null,
|
|
8956
9073
|
"description": null,
|
|
@@ -9026,7 +9143,7 @@
|
|
|
9026
9143
|
"varName": "policyElementAudit"
|
|
9027
9144
|
},
|
|
9028
9145
|
"properties": {
|
|
9029
|
-
"alias": "
|
|
9146
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
9030
9147
|
"args": {},
|
|
9031
9148
|
"deprecationReason": null,
|
|
9032
9149
|
"description": null,
|
|
@@ -9104,7 +9221,7 @@
|
|
|
9104
9221
|
"varName": "properties"
|
|
9105
9222
|
},
|
|
9106
9223
|
"section": {
|
|
9107
|
-
"alias": "
|
|
9224
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
9108
9225
|
"args": {},
|
|
9109
9226
|
"deprecationReason": null,
|
|
9110
9227
|
"description": null,
|
|
@@ -9215,7 +9332,7 @@
|
|
|
9215
9332
|
"varName": "wanFirewallPolicy"
|
|
9216
9333
|
},
|
|
9217
9334
|
"status": {
|
|
9218
|
-
"alias": "
|
|
9335
|
+
"alias": "statusWanFirewallPolicyMutationPayload: status",
|
|
9219
9336
|
"args": {},
|
|
9220
9337
|
"deprecationReason": null,
|
|
9221
9338
|
"description": null,
|