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
|
@@ -120,6 +120,108 @@
|
|
|
120
120
|
},
|
|
121
121
|
"varName": "action"
|
|
122
122
|
},
|
|
123
|
+
"activePeriod": {
|
|
124
|
+
"defaultValue": null,
|
|
125
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
126
|
+
"id_str": "updateRule___input___rule___activePeriod",
|
|
127
|
+
"name": "activePeriod",
|
|
128
|
+
"path": "updateRule.input.rule.activePeriod",
|
|
129
|
+
"requestStr": "$policyRuleActivePeriodUpdateInput:PolicyRuleActivePeriodUpdateInput ",
|
|
130
|
+
"required": false,
|
|
131
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
132
|
+
"type": {
|
|
133
|
+
"definition": {
|
|
134
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
135
|
+
"enumValues": null,
|
|
136
|
+
"fields": null,
|
|
137
|
+
"inputFields": {
|
|
138
|
+
"effectiveFrom": {
|
|
139
|
+
"defaultValue": null,
|
|
140
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
141
|
+
"id_str": "updateRule___input___rule___activePeriod___effectiveFrom",
|
|
142
|
+
"name": "effectiveFrom",
|
|
143
|
+
"path": "updateRule.input.rule.activePeriod.effectiveFrom",
|
|
144
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
145
|
+
"required": false,
|
|
146
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
147
|
+
"type": {
|
|
148
|
+
"kind": [
|
|
149
|
+
"SCALAR"
|
|
150
|
+
],
|
|
151
|
+
"name": "DateTime",
|
|
152
|
+
"non_null": false
|
|
153
|
+
},
|
|
154
|
+
"varName": "effectiveFrom"
|
|
155
|
+
},
|
|
156
|
+
"expiresAt": {
|
|
157
|
+
"defaultValue": null,
|
|
158
|
+
"description": "The time the rule expires, if not used, default null",
|
|
159
|
+
"id_str": "updateRule___input___rule___activePeriod___expiresAt",
|
|
160
|
+
"name": "expiresAt",
|
|
161
|
+
"path": "updateRule.input.rule.activePeriod.expiresAt",
|
|
162
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
163
|
+
"required": false,
|
|
164
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
165
|
+
"type": {
|
|
166
|
+
"kind": [
|
|
167
|
+
"SCALAR"
|
|
168
|
+
],
|
|
169
|
+
"name": "DateTime",
|
|
170
|
+
"non_null": false
|
|
171
|
+
},
|
|
172
|
+
"varName": "expiresAt"
|
|
173
|
+
},
|
|
174
|
+
"useEffectiveFrom": {
|
|
175
|
+
"defaultValue": null,
|
|
176
|
+
"description": null,
|
|
177
|
+
"id_str": "updateRule___input___rule___activePeriod___useEffectiveFrom",
|
|
178
|
+
"name": "useEffectiveFrom",
|
|
179
|
+
"path": "updateRule.input.rule.activePeriod.useEffectiveFrom",
|
|
180
|
+
"requestStr": "$useEffectiveFrom:Boolean ",
|
|
181
|
+
"required": false,
|
|
182
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
183
|
+
"type": {
|
|
184
|
+
"kind": [
|
|
185
|
+
"SCALAR"
|
|
186
|
+
],
|
|
187
|
+
"name": "Boolean",
|
|
188
|
+
"non_null": false
|
|
189
|
+
},
|
|
190
|
+
"varName": "useEffectiveFrom"
|
|
191
|
+
},
|
|
192
|
+
"useExpiresAt": {
|
|
193
|
+
"defaultValue": null,
|
|
194
|
+
"description": null,
|
|
195
|
+
"id_str": "updateRule___input___rule___activePeriod___useExpiresAt",
|
|
196
|
+
"name": "useExpiresAt",
|
|
197
|
+
"path": "updateRule.input.rule.activePeriod.useExpiresAt",
|
|
198
|
+
"requestStr": "$useExpiresAt:Boolean ",
|
|
199
|
+
"required": false,
|
|
200
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
201
|
+
"type": {
|
|
202
|
+
"kind": [
|
|
203
|
+
"SCALAR"
|
|
204
|
+
],
|
|
205
|
+
"name": "Boolean",
|
|
206
|
+
"non_null": false
|
|
207
|
+
},
|
|
208
|
+
"varName": "useExpiresAt"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"interfaces": null,
|
|
212
|
+
"kind": "INPUT_OBJECT",
|
|
213
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
214
|
+
"possibleTypes": null
|
|
215
|
+
},
|
|
216
|
+
"indexType": "input_object",
|
|
217
|
+
"kind": [
|
|
218
|
+
"INPUT_OBJECT"
|
|
219
|
+
],
|
|
220
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
221
|
+
"non_null": false
|
|
222
|
+
},
|
|
223
|
+
"varName": "policyRuleActivePeriodUpdateInput"
|
|
224
|
+
},
|
|
123
225
|
"application": {
|
|
124
226
|
"defaultValue": null,
|
|
125
227
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -8628,6 +8730,8 @@
|
|
|
8628
8730
|
"PolicyMutationError": true,
|
|
8629
8731
|
"PolicyMutationRevisionInput": true,
|
|
8630
8732
|
"PolicyMutationStatus": true,
|
|
8733
|
+
"PolicyRuleActivePeriod": true,
|
|
8734
|
+
"PolicyRuleActivePeriodUpdateInput": true,
|
|
8631
8735
|
"PolicyRuleTrackingAlert": true,
|
|
8632
8736
|
"PolicyRuleTrackingAlertUpdateInput": true,
|
|
8633
8737
|
"PolicyRuleTrackingEvent": true,
|
|
@@ -8879,6 +8983,108 @@
|
|
|
8879
8983
|
},
|
|
8880
8984
|
"varName": "action"
|
|
8881
8985
|
},
|
|
8986
|
+
"activePeriod": {
|
|
8987
|
+
"defaultValue": null,
|
|
8988
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
8989
|
+
"id_str": "updateRule___input___rule___activePeriod",
|
|
8990
|
+
"name": "activePeriod",
|
|
8991
|
+
"path": "updateRule.input.rule.activePeriod",
|
|
8992
|
+
"requestStr": "$policyRuleActivePeriodUpdateInput:PolicyRuleActivePeriodUpdateInput ",
|
|
8993
|
+
"required": false,
|
|
8994
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
8995
|
+
"type": {
|
|
8996
|
+
"definition": {
|
|
8997
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
8998
|
+
"enumValues": null,
|
|
8999
|
+
"fields": null,
|
|
9000
|
+
"inputFields": {
|
|
9001
|
+
"effectiveFrom": {
|
|
9002
|
+
"defaultValue": null,
|
|
9003
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
9004
|
+
"id_str": "updateRule___input___rule___activePeriod___effectiveFrom",
|
|
9005
|
+
"name": "effectiveFrom",
|
|
9006
|
+
"path": "updateRule.input.rule.activePeriod.effectiveFrom",
|
|
9007
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
9008
|
+
"required": false,
|
|
9009
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
9010
|
+
"type": {
|
|
9011
|
+
"kind": [
|
|
9012
|
+
"SCALAR"
|
|
9013
|
+
],
|
|
9014
|
+
"name": "DateTime",
|
|
9015
|
+
"non_null": false
|
|
9016
|
+
},
|
|
9017
|
+
"varName": "effectiveFrom"
|
|
9018
|
+
},
|
|
9019
|
+
"expiresAt": {
|
|
9020
|
+
"defaultValue": null,
|
|
9021
|
+
"description": "The time the rule expires, if not used, default null",
|
|
9022
|
+
"id_str": "updateRule___input___rule___activePeriod___expiresAt",
|
|
9023
|
+
"name": "expiresAt",
|
|
9024
|
+
"path": "updateRule.input.rule.activePeriod.expiresAt",
|
|
9025
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
9026
|
+
"required": false,
|
|
9027
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
9028
|
+
"type": {
|
|
9029
|
+
"kind": [
|
|
9030
|
+
"SCALAR"
|
|
9031
|
+
],
|
|
9032
|
+
"name": "DateTime",
|
|
9033
|
+
"non_null": false
|
|
9034
|
+
},
|
|
9035
|
+
"varName": "expiresAt"
|
|
9036
|
+
},
|
|
9037
|
+
"useEffectiveFrom": {
|
|
9038
|
+
"defaultValue": null,
|
|
9039
|
+
"description": null,
|
|
9040
|
+
"id_str": "updateRule___input___rule___activePeriod___useEffectiveFrom",
|
|
9041
|
+
"name": "useEffectiveFrom",
|
|
9042
|
+
"path": "updateRule.input.rule.activePeriod.useEffectiveFrom",
|
|
9043
|
+
"requestStr": "$useEffectiveFrom:Boolean ",
|
|
9044
|
+
"required": false,
|
|
9045
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
9046
|
+
"type": {
|
|
9047
|
+
"kind": [
|
|
9048
|
+
"SCALAR"
|
|
9049
|
+
],
|
|
9050
|
+
"name": "Boolean",
|
|
9051
|
+
"non_null": false
|
|
9052
|
+
},
|
|
9053
|
+
"varName": "useEffectiveFrom"
|
|
9054
|
+
},
|
|
9055
|
+
"useExpiresAt": {
|
|
9056
|
+
"defaultValue": null,
|
|
9057
|
+
"description": null,
|
|
9058
|
+
"id_str": "updateRule___input___rule___activePeriod___useExpiresAt",
|
|
9059
|
+
"name": "useExpiresAt",
|
|
9060
|
+
"path": "updateRule.input.rule.activePeriod.useExpiresAt",
|
|
9061
|
+
"requestStr": "$useExpiresAt:Boolean ",
|
|
9062
|
+
"required": false,
|
|
9063
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
9064
|
+
"type": {
|
|
9065
|
+
"kind": [
|
|
9066
|
+
"SCALAR"
|
|
9067
|
+
],
|
|
9068
|
+
"name": "Boolean",
|
|
9069
|
+
"non_null": false
|
|
9070
|
+
},
|
|
9071
|
+
"varName": "useExpiresAt"
|
|
9072
|
+
}
|
|
9073
|
+
},
|
|
9074
|
+
"interfaces": null,
|
|
9075
|
+
"kind": "INPUT_OBJECT",
|
|
9076
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
9077
|
+
"possibleTypes": null
|
|
9078
|
+
},
|
|
9079
|
+
"indexType": "input_object",
|
|
9080
|
+
"kind": [
|
|
9081
|
+
"INPUT_OBJECT"
|
|
9082
|
+
],
|
|
9083
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
9084
|
+
"non_null": false
|
|
9085
|
+
},
|
|
9086
|
+
"varName": "policyRuleActivePeriodUpdateInput"
|
|
9087
|
+
},
|
|
8882
9088
|
"application": {
|
|
8883
9089
|
"defaultValue": null,
|
|
8884
9090
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -17434,6 +17640,108 @@
|
|
|
17434
17640
|
},
|
|
17435
17641
|
"varName": "action"
|
|
17436
17642
|
},
|
|
17643
|
+
"activePeriod": {
|
|
17644
|
+
"defaultValue": null,
|
|
17645
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
17646
|
+
"id_str": "updateRule___input___rule___activePeriod",
|
|
17647
|
+
"name": "activePeriod",
|
|
17648
|
+
"path": "updateRule.input.rule.activePeriod",
|
|
17649
|
+
"requestStr": "$policyRuleActivePeriodUpdateInput:PolicyRuleActivePeriodUpdateInput ",
|
|
17650
|
+
"required": false,
|
|
17651
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
17652
|
+
"type": {
|
|
17653
|
+
"definition": {
|
|
17654
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
17655
|
+
"enumValues": null,
|
|
17656
|
+
"fields": null,
|
|
17657
|
+
"inputFields": {
|
|
17658
|
+
"effectiveFrom": {
|
|
17659
|
+
"defaultValue": null,
|
|
17660
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
17661
|
+
"id_str": "updateRule___input___rule___activePeriod___effectiveFrom",
|
|
17662
|
+
"name": "effectiveFrom",
|
|
17663
|
+
"path": "updateRule.input.rule.activePeriod.effectiveFrom",
|
|
17664
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
17665
|
+
"required": false,
|
|
17666
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
17667
|
+
"type": {
|
|
17668
|
+
"kind": [
|
|
17669
|
+
"SCALAR"
|
|
17670
|
+
],
|
|
17671
|
+
"name": "DateTime",
|
|
17672
|
+
"non_null": false
|
|
17673
|
+
},
|
|
17674
|
+
"varName": "effectiveFrom"
|
|
17675
|
+
},
|
|
17676
|
+
"expiresAt": {
|
|
17677
|
+
"defaultValue": null,
|
|
17678
|
+
"description": "The time the rule expires, if not used, default null",
|
|
17679
|
+
"id_str": "updateRule___input___rule___activePeriod___expiresAt",
|
|
17680
|
+
"name": "expiresAt",
|
|
17681
|
+
"path": "updateRule.input.rule.activePeriod.expiresAt",
|
|
17682
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
17683
|
+
"required": false,
|
|
17684
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
17685
|
+
"type": {
|
|
17686
|
+
"kind": [
|
|
17687
|
+
"SCALAR"
|
|
17688
|
+
],
|
|
17689
|
+
"name": "DateTime",
|
|
17690
|
+
"non_null": false
|
|
17691
|
+
},
|
|
17692
|
+
"varName": "expiresAt"
|
|
17693
|
+
},
|
|
17694
|
+
"useEffectiveFrom": {
|
|
17695
|
+
"defaultValue": null,
|
|
17696
|
+
"description": null,
|
|
17697
|
+
"id_str": "updateRule___input___rule___activePeriod___useEffectiveFrom",
|
|
17698
|
+
"name": "useEffectiveFrom",
|
|
17699
|
+
"path": "updateRule.input.rule.activePeriod.useEffectiveFrom",
|
|
17700
|
+
"requestStr": "$useEffectiveFrom:Boolean ",
|
|
17701
|
+
"required": false,
|
|
17702
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
17703
|
+
"type": {
|
|
17704
|
+
"kind": [
|
|
17705
|
+
"SCALAR"
|
|
17706
|
+
],
|
|
17707
|
+
"name": "Boolean",
|
|
17708
|
+
"non_null": false
|
|
17709
|
+
},
|
|
17710
|
+
"varName": "useEffectiveFrom"
|
|
17711
|
+
},
|
|
17712
|
+
"useExpiresAt": {
|
|
17713
|
+
"defaultValue": null,
|
|
17714
|
+
"description": null,
|
|
17715
|
+
"id_str": "updateRule___input___rule___activePeriod___useExpiresAt",
|
|
17716
|
+
"name": "useExpiresAt",
|
|
17717
|
+
"path": "updateRule.input.rule.activePeriod.useExpiresAt",
|
|
17718
|
+
"requestStr": "$useExpiresAt:Boolean ",
|
|
17719
|
+
"required": false,
|
|
17720
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
17721
|
+
"type": {
|
|
17722
|
+
"kind": [
|
|
17723
|
+
"SCALAR"
|
|
17724
|
+
],
|
|
17725
|
+
"name": "Boolean",
|
|
17726
|
+
"non_null": false
|
|
17727
|
+
},
|
|
17728
|
+
"varName": "useExpiresAt"
|
|
17729
|
+
}
|
|
17730
|
+
},
|
|
17731
|
+
"interfaces": null,
|
|
17732
|
+
"kind": "INPUT_OBJECT",
|
|
17733
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
17734
|
+
"possibleTypes": null
|
|
17735
|
+
},
|
|
17736
|
+
"indexType": "input_object",
|
|
17737
|
+
"kind": [
|
|
17738
|
+
"INPUT_OBJECT"
|
|
17739
|
+
],
|
|
17740
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
17741
|
+
"non_null": false
|
|
17742
|
+
},
|
|
17743
|
+
"varName": "policyRuleActivePeriodUpdateInput"
|
|
17744
|
+
},
|
|
17437
17745
|
"application": {
|
|
17438
17746
|
"defaultValue": null,
|
|
17439
17747
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -25804,7 +26112,7 @@
|
|
|
25804
26112
|
"enumValues": null,
|
|
25805
26113
|
"fields": {
|
|
25806
26114
|
"errors": {
|
|
25807
|
-
"alias": "
|
|
26115
|
+
"alias": "errorsWanFirewallRuleMutationPayload: errors",
|
|
25808
26116
|
"args": {},
|
|
25809
26117
|
"deprecationReason": null,
|
|
25810
26118
|
"description": null,
|
|
@@ -25880,7 +26188,7 @@
|
|
|
25880
26188
|
"varName": "policyMutationError"
|
|
25881
26189
|
},
|
|
25882
26190
|
"rule": {
|
|
25883
|
-
"alias": "
|
|
26191
|
+
"alias": "ruleWanFirewallRuleMutationPayload: rule",
|
|
25884
26192
|
"args": {},
|
|
25885
26193
|
"deprecationReason": null,
|
|
25886
26194
|
"description": null,
|
|
@@ -26065,7 +26373,7 @@
|
|
|
26065
26373
|
"enumValues": null,
|
|
26066
26374
|
"fields": {
|
|
26067
26375
|
"action": {
|
|
26068
|
-
"alias": "
|
|
26376
|
+
"alias": "actionWanFirewallRule: action",
|
|
26069
26377
|
"args": {},
|
|
26070
26378
|
"deprecationReason": null,
|
|
26071
26379
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -26116,8 +26424,124 @@
|
|
|
26116
26424
|
},
|
|
26117
26425
|
"varName": "action"
|
|
26118
26426
|
},
|
|
26427
|
+
"activePeriod": {
|
|
26428
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
26429
|
+
"args": {},
|
|
26430
|
+
"deprecationReason": null,
|
|
26431
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
26432
|
+
"id_str": "wanFirewall___updateRule___rule___rule___activePeriod",
|
|
26433
|
+
"isDeprecated": false,
|
|
26434
|
+
"name": "activePeriod",
|
|
26435
|
+
"path": "wanFirewall.updateRule.rule.rule.activePeriod",
|
|
26436
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
26437
|
+
"required": true,
|
|
26438
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
26439
|
+
"type": {
|
|
26440
|
+
"definition": {
|
|
26441
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
26442
|
+
"enumValues": null,
|
|
26443
|
+
"fields": {
|
|
26444
|
+
"effectiveFrom": {
|
|
26445
|
+
"args": {},
|
|
26446
|
+
"deprecationReason": null,
|
|
26447
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
26448
|
+
"id_str": "wanFirewall___updateRule___rule___rule___activePeriod___effectiveFrom",
|
|
26449
|
+
"isDeprecated": false,
|
|
26450
|
+
"name": "effectiveFrom",
|
|
26451
|
+
"path": "wanFirewall.updateRule.rule.rule.activePeriod.effectiveFrom",
|
|
26452
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
26453
|
+
"required": false,
|
|
26454
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
26455
|
+
"type": {
|
|
26456
|
+
"kind": [
|
|
26457
|
+
"SCALAR"
|
|
26458
|
+
],
|
|
26459
|
+
"name": "DateTime",
|
|
26460
|
+
"non_null": false
|
|
26461
|
+
},
|
|
26462
|
+
"varName": "effectiveFrom"
|
|
26463
|
+
},
|
|
26464
|
+
"expiresAt": {
|
|
26465
|
+
"args": {},
|
|
26466
|
+
"deprecationReason": null,
|
|
26467
|
+
"description": "The time the rule expires, if not used, default null",
|
|
26468
|
+
"id_str": "wanFirewall___updateRule___rule___rule___activePeriod___expiresAt",
|
|
26469
|
+
"isDeprecated": false,
|
|
26470
|
+
"name": "expiresAt",
|
|
26471
|
+
"path": "wanFirewall.updateRule.rule.rule.activePeriod.expiresAt",
|
|
26472
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
26473
|
+
"required": false,
|
|
26474
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
26475
|
+
"type": {
|
|
26476
|
+
"kind": [
|
|
26477
|
+
"SCALAR"
|
|
26478
|
+
],
|
|
26479
|
+
"name": "DateTime",
|
|
26480
|
+
"non_null": false
|
|
26481
|
+
},
|
|
26482
|
+
"varName": "expiresAt"
|
|
26483
|
+
},
|
|
26484
|
+
"useEffectiveFrom": {
|
|
26485
|
+
"args": {},
|
|
26486
|
+
"deprecationReason": null,
|
|
26487
|
+
"description": null,
|
|
26488
|
+
"id_str": "wanFirewall___updateRule___rule___rule___activePeriod___useEffectiveFrom",
|
|
26489
|
+
"isDeprecated": false,
|
|
26490
|
+
"name": "useEffectiveFrom",
|
|
26491
|
+
"path": "wanFirewall.updateRule.rule.rule.activePeriod.useEffectiveFrom",
|
|
26492
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
26493
|
+
"required": true,
|
|
26494
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
26495
|
+
"type": {
|
|
26496
|
+
"kind": [
|
|
26497
|
+
"NON_NULL",
|
|
26498
|
+
"SCALAR"
|
|
26499
|
+
],
|
|
26500
|
+
"name": "Boolean",
|
|
26501
|
+
"non_null": false
|
|
26502
|
+
},
|
|
26503
|
+
"varName": "useEffectiveFrom"
|
|
26504
|
+
},
|
|
26505
|
+
"useExpiresAt": {
|
|
26506
|
+
"args": {},
|
|
26507
|
+
"deprecationReason": null,
|
|
26508
|
+
"description": null,
|
|
26509
|
+
"id_str": "wanFirewall___updateRule___rule___rule___activePeriod___useExpiresAt",
|
|
26510
|
+
"isDeprecated": false,
|
|
26511
|
+
"name": "useExpiresAt",
|
|
26512
|
+
"path": "wanFirewall.updateRule.rule.rule.activePeriod.useExpiresAt",
|
|
26513
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
26514
|
+
"required": true,
|
|
26515
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
26516
|
+
"type": {
|
|
26517
|
+
"kind": [
|
|
26518
|
+
"NON_NULL",
|
|
26519
|
+
"SCALAR"
|
|
26520
|
+
],
|
|
26521
|
+
"name": "Boolean",
|
|
26522
|
+
"non_null": false
|
|
26523
|
+
},
|
|
26524
|
+
"varName": "useExpiresAt"
|
|
26525
|
+
}
|
|
26526
|
+
},
|
|
26527
|
+
"inputFields": null,
|
|
26528
|
+
"interfaces": {},
|
|
26529
|
+
"kind": "OBJECT",
|
|
26530
|
+
"name": "PolicyRuleActivePeriod",
|
|
26531
|
+
"possibleTypes": null
|
|
26532
|
+
},
|
|
26533
|
+
"indexType": "object",
|
|
26534
|
+
"kind": [
|
|
26535
|
+
"NON_NULL",
|
|
26536
|
+
"OBJECT"
|
|
26537
|
+
],
|
|
26538
|
+
"name": "PolicyRuleActivePeriod",
|
|
26539
|
+
"non_null": false
|
|
26540
|
+
},
|
|
26541
|
+
"varName": "policyRuleActivePeriod"
|
|
26542
|
+
},
|
|
26119
26543
|
"application": {
|
|
26120
|
-
"alias": "
|
|
26544
|
+
"alias": "applicationWanFirewallRule: application",
|
|
26121
26545
|
"args": {},
|
|
26122
26546
|
"deprecationReason": null,
|
|
26123
26547
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26134,7 +26558,7 @@
|
|
|
26134
26558
|
"enumValues": null,
|
|
26135
26559
|
"fields": {
|
|
26136
26560
|
"appCategory": {
|
|
26137
|
-
"alias": "
|
|
26561
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
26138
26562
|
"args": {},
|
|
26139
26563
|
"deprecationReason": null,
|
|
26140
26564
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -26212,7 +26636,7 @@
|
|
|
26212
26636
|
"varName": "applicationCategoryRef"
|
|
26213
26637
|
},
|
|
26214
26638
|
"application": {
|
|
26215
|
-
"alias": "
|
|
26639
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
26216
26640
|
"args": {},
|
|
26217
26641
|
"deprecationReason": null,
|
|
26218
26642
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -26290,7 +26714,7 @@
|
|
|
26290
26714
|
"varName": "applicationRef"
|
|
26291
26715
|
},
|
|
26292
26716
|
"customApp": {
|
|
26293
|
-
"alias": "
|
|
26717
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
26294
26718
|
"args": {},
|
|
26295
26719
|
"deprecationReason": null,
|
|
26296
26720
|
"description": "Custom (user-defined) applications",
|
|
@@ -26368,7 +26792,7 @@
|
|
|
26368
26792
|
"varName": "customApplicationRef"
|
|
26369
26793
|
},
|
|
26370
26794
|
"customCategory": {
|
|
26371
|
-
"alias": "
|
|
26795
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
26372
26796
|
"args": {},
|
|
26373
26797
|
"deprecationReason": null,
|
|
26374
26798
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -26492,7 +26916,7 @@
|
|
|
26492
26916
|
"varName": "fqdn"
|
|
26493
26917
|
},
|
|
26494
26918
|
"globalIpRange": {
|
|
26495
|
-
"alias": "
|
|
26919
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
26496
26920
|
"args": {},
|
|
26497
26921
|
"deprecationReason": null,
|
|
26498
26922
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -26593,7 +27017,7 @@
|
|
|
26593
27017
|
"varName": "ip"
|
|
26594
27018
|
},
|
|
26595
27019
|
"ipRange": {
|
|
26596
|
-
"alias": "
|
|
27020
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
26597
27021
|
"args": {},
|
|
26598
27022
|
"deprecationReason": null,
|
|
26599
27023
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -26671,7 +27095,7 @@
|
|
|
26671
27095
|
"varName": "ipAddressRange"
|
|
26672
27096
|
},
|
|
26673
27097
|
"sanctionedAppsCategory": {
|
|
26674
|
-
"alias": "
|
|
27098
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
26675
27099
|
"args": {},
|
|
26676
27100
|
"deprecationReason": null,
|
|
26677
27101
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -26789,7 +27213,7 @@
|
|
|
26789
27213
|
"varName": "wanFirewallApplication"
|
|
26790
27214
|
},
|
|
26791
27215
|
"connectionOrigin": {
|
|
26792
|
-
"alias": "
|
|
27216
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
26793
27217
|
"args": {},
|
|
26794
27218
|
"deprecationReason": null,
|
|
26795
27219
|
"description": "Connection origin of the traffic",
|
|
@@ -26841,7 +27265,7 @@
|
|
|
26841
27265
|
"varName": "connectionOrigin"
|
|
26842
27266
|
},
|
|
26843
27267
|
"country": {
|
|
26844
|
-
"alias": "
|
|
27268
|
+
"alias": "countryWanFirewallRule: country",
|
|
26845
27269
|
"args": {},
|
|
26846
27270
|
"deprecationReason": null,
|
|
26847
27271
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26940,7 +27364,7 @@
|
|
|
26940
27364
|
"varName": "description"
|
|
26941
27365
|
},
|
|
26942
27366
|
"destination": {
|
|
26943
|
-
"alias": "
|
|
27367
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
26944
27368
|
"args": {},
|
|
26945
27369
|
"deprecationReason": null,
|
|
26946
27370
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26957,7 +27381,7 @@
|
|
|
26957
27381
|
"enumValues": null,
|
|
26958
27382
|
"fields": {
|
|
26959
27383
|
"floatingSubnet": {
|
|
26960
|
-
"alias": "
|
|
27384
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
26961
27385
|
"args": {},
|
|
26962
27386
|
"deprecationReason": null,
|
|
26963
27387
|
"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.",
|
|
@@ -27035,7 +27459,7 @@
|
|
|
27035
27459
|
"varName": "floatingSubnetRef"
|
|
27036
27460
|
},
|
|
27037
27461
|
"globalIpRange": {
|
|
27038
|
-
"alias": "
|
|
27462
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
27039
27463
|
"args": {},
|
|
27040
27464
|
"deprecationReason": null,
|
|
27041
27465
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -27113,7 +27537,7 @@
|
|
|
27113
27537
|
"varName": "globalIpRangeRef"
|
|
27114
27538
|
},
|
|
27115
27539
|
"group": {
|
|
27116
|
-
"alias": "
|
|
27540
|
+
"alias": "groupWanFirewallDestination: group",
|
|
27117
27541
|
"args": {},
|
|
27118
27542
|
"deprecationReason": null,
|
|
27119
27543
|
"description": "Groups defined for your account",
|
|
@@ -27191,7 +27615,7 @@
|
|
|
27191
27615
|
"varName": "groupRef"
|
|
27192
27616
|
},
|
|
27193
27617
|
"host": {
|
|
27194
|
-
"alias": "
|
|
27618
|
+
"alias": "hostWanFirewallDestination: host",
|
|
27195
27619
|
"args": {},
|
|
27196
27620
|
"deprecationReason": null,
|
|
27197
27621
|
"description": "Hosts and servers defined for your account",
|
|
@@ -27292,7 +27716,7 @@
|
|
|
27292
27716
|
"varName": "ip"
|
|
27293
27717
|
},
|
|
27294
27718
|
"ipRange": {
|
|
27295
|
-
"alias": "
|
|
27719
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
27296
27720
|
"args": {},
|
|
27297
27721
|
"deprecationReason": null,
|
|
27298
27722
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -27370,7 +27794,7 @@
|
|
|
27370
27794
|
"varName": "ipAddressRange"
|
|
27371
27795
|
},
|
|
27372
27796
|
"networkInterface": {
|
|
27373
|
-
"alias": "
|
|
27797
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
27374
27798
|
"args": {},
|
|
27375
27799
|
"deprecationReason": null,
|
|
27376
27800
|
"description": "Network range defined for a site",
|
|
@@ -27448,7 +27872,7 @@
|
|
|
27448
27872
|
"varName": "networkInterfaceRef"
|
|
27449
27873
|
},
|
|
27450
27874
|
"site": {
|
|
27451
|
-
"alias": "
|
|
27875
|
+
"alias": "siteWanFirewallDestination: site",
|
|
27452
27876
|
"args": {},
|
|
27453
27877
|
"deprecationReason": null,
|
|
27454
27878
|
"description": "Site defined for the account",
|
|
@@ -27526,7 +27950,7 @@
|
|
|
27526
27950
|
"varName": "siteRef"
|
|
27527
27951
|
},
|
|
27528
27952
|
"siteNetworkSubnet": {
|
|
27529
|
-
"alias": "
|
|
27953
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
27530
27954
|
"args": {},
|
|
27531
27955
|
"deprecationReason": null,
|
|
27532
27956
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -27627,7 +28051,7 @@
|
|
|
27627
28051
|
"varName": "subnet"
|
|
27628
28052
|
},
|
|
27629
28053
|
"systemGroup": {
|
|
27630
|
-
"alias": "
|
|
28054
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
27631
28055
|
"args": {},
|
|
27632
28056
|
"deprecationReason": null,
|
|
27633
28057
|
"description": "Predefined Cato groups",
|
|
@@ -27705,7 +28129,7 @@
|
|
|
27705
28129
|
"varName": "systemGroupRef"
|
|
27706
28130
|
},
|
|
27707
28131
|
"user": {
|
|
27708
|
-
"alias": "
|
|
28132
|
+
"alias": "userWanFirewallDestination: user",
|
|
27709
28133
|
"args": {},
|
|
27710
28134
|
"deprecationReason": null,
|
|
27711
28135
|
"description": "Individual users defined for the account",
|
|
@@ -27783,7 +28207,7 @@
|
|
|
27783
28207
|
"varName": "userRef"
|
|
27784
28208
|
},
|
|
27785
28209
|
"usersGroup": {
|
|
27786
|
-
"alias": "
|
|
28210
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
27787
28211
|
"args": {},
|
|
27788
28212
|
"deprecationReason": null,
|
|
27789
28213
|
"description": "Group of users",
|
|
@@ -27878,7 +28302,7 @@
|
|
|
27878
28302
|
"varName": "wanFirewallDestination"
|
|
27879
28303
|
},
|
|
27880
28304
|
"device": {
|
|
27881
|
-
"alias": "
|
|
28305
|
+
"alias": "deviceWanFirewallRule: device",
|
|
27882
28306
|
"args": {},
|
|
27883
28307
|
"deprecationReason": null,
|
|
27884
28308
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -27956,7 +28380,7 @@
|
|
|
27956
28380
|
"varName": "deviceProfileRef"
|
|
27957
28381
|
},
|
|
27958
28382
|
"deviceAttributes": {
|
|
27959
|
-
"alias": "
|
|
28383
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
27960
28384
|
"args": {},
|
|
27961
28385
|
"deprecationReason": null,
|
|
27962
28386
|
"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.",
|
|
@@ -28128,7 +28552,7 @@
|
|
|
28128
28552
|
"varName": "deviceAttributes"
|
|
28129
28553
|
},
|
|
28130
28554
|
"deviceOS": {
|
|
28131
|
-
"alias": "
|
|
28555
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
28132
28556
|
"args": {},
|
|
28133
28557
|
"deprecationReason": null,
|
|
28134
28558
|
"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.",
|
|
@@ -28200,7 +28624,7 @@
|
|
|
28200
28624
|
"varName": "deviceOS"
|
|
28201
28625
|
},
|
|
28202
28626
|
"direction": {
|
|
28203
|
-
"alias": "
|
|
28627
|
+
"alias": "directionWanFirewallRule: direction",
|
|
28204
28628
|
"args": {},
|
|
28205
28629
|
"deprecationReason": null,
|
|
28206
28630
|
"description": null,
|
|
@@ -28267,7 +28691,7 @@
|
|
|
28267
28691
|
"varName": "enabled"
|
|
28268
28692
|
},
|
|
28269
28693
|
"exceptions": {
|
|
28270
|
-
"alias": "
|
|
28694
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
28271
28695
|
"args": {},
|
|
28272
28696
|
"deprecationReason": null,
|
|
28273
28697
|
"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.",
|
|
@@ -28284,7 +28708,7 @@
|
|
|
28284
28708
|
"enumValues": null,
|
|
28285
28709
|
"fields": {
|
|
28286
28710
|
"application": {
|
|
28287
|
-
"alias": "
|
|
28711
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
28288
28712
|
"args": {},
|
|
28289
28713
|
"deprecationReason": null,
|
|
28290
28714
|
"description": "Application matching criteria for the exception.",
|
|
@@ -28301,7 +28725,7 @@
|
|
|
28301
28725
|
"enumValues": null,
|
|
28302
28726
|
"fields": {
|
|
28303
28727
|
"appCategory": {
|
|
28304
|
-
"alias": "
|
|
28728
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
28305
28729
|
"args": {},
|
|
28306
28730
|
"deprecationReason": null,
|
|
28307
28731
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -28379,7 +28803,7 @@
|
|
|
28379
28803
|
"varName": "applicationCategoryRef"
|
|
28380
28804
|
},
|
|
28381
28805
|
"application": {
|
|
28382
|
-
"alias": "
|
|
28806
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
28383
28807
|
"args": {},
|
|
28384
28808
|
"deprecationReason": null,
|
|
28385
28809
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -28457,7 +28881,7 @@
|
|
|
28457
28881
|
"varName": "applicationRef"
|
|
28458
28882
|
},
|
|
28459
28883
|
"customApp": {
|
|
28460
|
-
"alias": "
|
|
28884
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
28461
28885
|
"args": {},
|
|
28462
28886
|
"deprecationReason": null,
|
|
28463
28887
|
"description": "Custom (user-defined) applications",
|
|
@@ -28535,7 +28959,7 @@
|
|
|
28535
28959
|
"varName": "customApplicationRef"
|
|
28536
28960
|
},
|
|
28537
28961
|
"customCategory": {
|
|
28538
|
-
"alias": "
|
|
28962
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
28539
28963
|
"args": {},
|
|
28540
28964
|
"deprecationReason": null,
|
|
28541
28965
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -28659,7 +29083,7 @@
|
|
|
28659
29083
|
"varName": "fqdn"
|
|
28660
29084
|
},
|
|
28661
29085
|
"globalIpRange": {
|
|
28662
|
-
"alias": "
|
|
29086
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
28663
29087
|
"args": {},
|
|
28664
29088
|
"deprecationReason": null,
|
|
28665
29089
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -28760,7 +29184,7 @@
|
|
|
28760
29184
|
"varName": "ip"
|
|
28761
29185
|
},
|
|
28762
29186
|
"ipRange": {
|
|
28763
|
-
"alias": "
|
|
29187
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
28764
29188
|
"args": {},
|
|
28765
29189
|
"deprecationReason": null,
|
|
28766
29190
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -28838,7 +29262,7 @@
|
|
|
28838
29262
|
"varName": "ipAddressRange"
|
|
28839
29263
|
},
|
|
28840
29264
|
"sanctionedAppsCategory": {
|
|
28841
|
-
"alias": "
|
|
29265
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
28842
29266
|
"args": {},
|
|
28843
29267
|
"deprecationReason": null,
|
|
28844
29268
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -28956,7 +29380,7 @@
|
|
|
28956
29380
|
"varName": "wanFirewallApplication"
|
|
28957
29381
|
},
|
|
28958
29382
|
"connectionOrigin": {
|
|
28959
|
-
"alias": "
|
|
29383
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
28960
29384
|
"args": {},
|
|
28961
29385
|
"deprecationReason": null,
|
|
28962
29386
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -29008,7 +29432,7 @@
|
|
|
29008
29432
|
"varName": "connectionOrigin"
|
|
29009
29433
|
},
|
|
29010
29434
|
"country": {
|
|
29011
|
-
"alias": "
|
|
29435
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
29012
29436
|
"args": {},
|
|
29013
29437
|
"deprecationReason": null,
|
|
29014
29438
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -29086,7 +29510,7 @@
|
|
|
29086
29510
|
"varName": "countryRef"
|
|
29087
29511
|
},
|
|
29088
29512
|
"destination": {
|
|
29089
|
-
"alias": "
|
|
29513
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
29090
29514
|
"args": {},
|
|
29091
29515
|
"deprecationReason": null,
|
|
29092
29516
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -29103,7 +29527,7 @@
|
|
|
29103
29527
|
"enumValues": null,
|
|
29104
29528
|
"fields": {
|
|
29105
29529
|
"floatingSubnet": {
|
|
29106
|
-
"alias": "
|
|
29530
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
29107
29531
|
"args": {},
|
|
29108
29532
|
"deprecationReason": null,
|
|
29109
29533
|
"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.",
|
|
@@ -29181,7 +29605,7 @@
|
|
|
29181
29605
|
"varName": "floatingSubnetRef"
|
|
29182
29606
|
},
|
|
29183
29607
|
"globalIpRange": {
|
|
29184
|
-
"alias": "
|
|
29608
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
29185
29609
|
"args": {},
|
|
29186
29610
|
"deprecationReason": null,
|
|
29187
29611
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -29259,7 +29683,7 @@
|
|
|
29259
29683
|
"varName": "globalIpRangeRef"
|
|
29260
29684
|
},
|
|
29261
29685
|
"group": {
|
|
29262
|
-
"alias": "
|
|
29686
|
+
"alias": "groupWanFirewallDestination: group",
|
|
29263
29687
|
"args": {},
|
|
29264
29688
|
"deprecationReason": null,
|
|
29265
29689
|
"description": "Groups defined for your account",
|
|
@@ -29337,7 +29761,7 @@
|
|
|
29337
29761
|
"varName": "groupRef"
|
|
29338
29762
|
},
|
|
29339
29763
|
"host": {
|
|
29340
|
-
"alias": "
|
|
29764
|
+
"alias": "hostWanFirewallDestination: host",
|
|
29341
29765
|
"args": {},
|
|
29342
29766
|
"deprecationReason": null,
|
|
29343
29767
|
"description": "Hosts and servers defined for your account",
|
|
@@ -29438,7 +29862,7 @@
|
|
|
29438
29862
|
"varName": "ip"
|
|
29439
29863
|
},
|
|
29440
29864
|
"ipRange": {
|
|
29441
|
-
"alias": "
|
|
29865
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
29442
29866
|
"args": {},
|
|
29443
29867
|
"deprecationReason": null,
|
|
29444
29868
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -29516,7 +29940,7 @@
|
|
|
29516
29940
|
"varName": "ipAddressRange"
|
|
29517
29941
|
},
|
|
29518
29942
|
"networkInterface": {
|
|
29519
|
-
"alias": "
|
|
29943
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
29520
29944
|
"args": {},
|
|
29521
29945
|
"deprecationReason": null,
|
|
29522
29946
|
"description": "Network range defined for a site",
|
|
@@ -29594,7 +30018,7 @@
|
|
|
29594
30018
|
"varName": "networkInterfaceRef"
|
|
29595
30019
|
},
|
|
29596
30020
|
"site": {
|
|
29597
|
-
"alias": "
|
|
30021
|
+
"alias": "siteWanFirewallDestination: site",
|
|
29598
30022
|
"args": {},
|
|
29599
30023
|
"deprecationReason": null,
|
|
29600
30024
|
"description": "Site defined for the account",
|
|
@@ -29672,7 +30096,7 @@
|
|
|
29672
30096
|
"varName": "siteRef"
|
|
29673
30097
|
},
|
|
29674
30098
|
"siteNetworkSubnet": {
|
|
29675
|
-
"alias": "
|
|
30099
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
29676
30100
|
"args": {},
|
|
29677
30101
|
"deprecationReason": null,
|
|
29678
30102
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -29773,7 +30197,7 @@
|
|
|
29773
30197
|
"varName": "subnet"
|
|
29774
30198
|
},
|
|
29775
30199
|
"systemGroup": {
|
|
29776
|
-
"alias": "
|
|
30200
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
29777
30201
|
"args": {},
|
|
29778
30202
|
"deprecationReason": null,
|
|
29779
30203
|
"description": "Predefined Cato groups",
|
|
@@ -29851,7 +30275,7 @@
|
|
|
29851
30275
|
"varName": "systemGroupRef"
|
|
29852
30276
|
},
|
|
29853
30277
|
"user": {
|
|
29854
|
-
"alias": "
|
|
30278
|
+
"alias": "userWanFirewallDestination: user",
|
|
29855
30279
|
"args": {},
|
|
29856
30280
|
"deprecationReason": null,
|
|
29857
30281
|
"description": "Individual users defined for the account",
|
|
@@ -29929,7 +30353,7 @@
|
|
|
29929
30353
|
"varName": "userRef"
|
|
29930
30354
|
},
|
|
29931
30355
|
"usersGroup": {
|
|
29932
|
-
"alias": "
|
|
30356
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
29933
30357
|
"args": {},
|
|
29934
30358
|
"deprecationReason": null,
|
|
29935
30359
|
"description": "Group of users",
|
|
@@ -30024,7 +30448,7 @@
|
|
|
30024
30448
|
"varName": "wanFirewallDestination"
|
|
30025
30449
|
},
|
|
30026
30450
|
"device": {
|
|
30027
|
-
"alias": "
|
|
30451
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
30028
30452
|
"args": {},
|
|
30029
30453
|
"deprecationReason": null,
|
|
30030
30454
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -30102,7 +30526,7 @@
|
|
|
30102
30526
|
"varName": "deviceProfileRef"
|
|
30103
30527
|
},
|
|
30104
30528
|
"deviceAttributes": {
|
|
30105
|
-
"alias": "
|
|
30529
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
30106
30530
|
"args": {},
|
|
30107
30531
|
"deprecationReason": null,
|
|
30108
30532
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -30274,7 +30698,7 @@
|
|
|
30274
30698
|
"varName": "deviceAttributes"
|
|
30275
30699
|
},
|
|
30276
30700
|
"deviceOS": {
|
|
30277
|
-
"alias": "
|
|
30701
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
30278
30702
|
"args": {},
|
|
30279
30703
|
"deprecationReason": null,
|
|
30280
30704
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -30346,7 +30770,7 @@
|
|
|
30346
30770
|
"varName": "deviceOS"
|
|
30347
30771
|
},
|
|
30348
30772
|
"direction": {
|
|
30349
|
-
"alias": "
|
|
30773
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
30350
30774
|
"args": {},
|
|
30351
30775
|
"deprecationReason": null,
|
|
30352
30776
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -30413,7 +30837,7 @@
|
|
|
30413
30837
|
"varName": "name"
|
|
30414
30838
|
},
|
|
30415
30839
|
"service": {
|
|
30416
|
-
"alias": "
|
|
30840
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
30417
30841
|
"args": {},
|
|
30418
30842
|
"deprecationReason": null,
|
|
30419
30843
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -30430,7 +30854,7 @@
|
|
|
30430
30854
|
"enumValues": null,
|
|
30431
30855
|
"fields": {
|
|
30432
30856
|
"custom": {
|
|
30433
|
-
"alias": "
|
|
30857
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
30434
30858
|
"args": {},
|
|
30435
30859
|
"deprecationReason": null,
|
|
30436
30860
|
"description": null,
|
|
@@ -30469,7 +30893,7 @@
|
|
|
30469
30893
|
"varName": "port"
|
|
30470
30894
|
},
|
|
30471
30895
|
"portRange": {
|
|
30472
|
-
"alias": "
|
|
30896
|
+
"alias": "portRangeCustomService: portRange",
|
|
30473
30897
|
"args": {},
|
|
30474
30898
|
"deprecationReason": null,
|
|
30475
30899
|
"description": null,
|
|
@@ -30544,7 +30968,7 @@
|
|
|
30544
30968
|
"varName": "portRange"
|
|
30545
30969
|
},
|
|
30546
30970
|
"protocol": {
|
|
30547
|
-
"alias": "
|
|
30971
|
+
"alias": "protocolCustomService: protocol",
|
|
30548
30972
|
"args": {},
|
|
30549
30973
|
"deprecationReason": null,
|
|
30550
30974
|
"description": null,
|
|
@@ -30627,7 +31051,7 @@
|
|
|
30627
31051
|
"varName": "customService"
|
|
30628
31052
|
},
|
|
30629
31053
|
"standard": {
|
|
30630
|
-
"alias": "
|
|
31054
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
30631
31055
|
"args": {},
|
|
30632
31056
|
"deprecationReason": null,
|
|
30633
31057
|
"description": null,
|
|
@@ -30722,7 +31146,7 @@
|
|
|
30722
31146
|
"varName": "wanFirewallServiceType"
|
|
30723
31147
|
},
|
|
30724
31148
|
"source": {
|
|
30725
|
-
"alias": "
|
|
31149
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
30726
31150
|
"args": {},
|
|
30727
31151
|
"deprecationReason": null,
|
|
30728
31152
|
"description": "Source matching criteria for the exception.",
|
|
@@ -30739,7 +31163,7 @@
|
|
|
30739
31163
|
"enumValues": null,
|
|
30740
31164
|
"fields": {
|
|
30741
31165
|
"floatingSubnet": {
|
|
30742
|
-
"alias": "
|
|
31166
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
30743
31167
|
"args": {},
|
|
30744
31168
|
"deprecationReason": null,
|
|
30745
31169
|
"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.",
|
|
@@ -30817,7 +31241,7 @@
|
|
|
30817
31241
|
"varName": "floatingSubnetRef"
|
|
30818
31242
|
},
|
|
30819
31243
|
"globalIpRange": {
|
|
30820
|
-
"alias": "
|
|
31244
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
30821
31245
|
"args": {},
|
|
30822
31246
|
"deprecationReason": null,
|
|
30823
31247
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -30895,7 +31319,7 @@
|
|
|
30895
31319
|
"varName": "globalIpRangeRef"
|
|
30896
31320
|
},
|
|
30897
31321
|
"group": {
|
|
30898
|
-
"alias": "
|
|
31322
|
+
"alias": "groupWanFirewallSource: group",
|
|
30899
31323
|
"args": {},
|
|
30900
31324
|
"deprecationReason": null,
|
|
30901
31325
|
"description": "Groups defined for your account",
|
|
@@ -30973,7 +31397,7 @@
|
|
|
30973
31397
|
"varName": "groupRef"
|
|
30974
31398
|
},
|
|
30975
31399
|
"host": {
|
|
30976
|
-
"alias": "
|
|
31400
|
+
"alias": "hostWanFirewallSource: host",
|
|
30977
31401
|
"args": {},
|
|
30978
31402
|
"deprecationReason": null,
|
|
30979
31403
|
"description": "Hosts and servers defined for your account",
|
|
@@ -31074,7 +31498,7 @@
|
|
|
31074
31498
|
"varName": "ip"
|
|
31075
31499
|
},
|
|
31076
31500
|
"ipRange": {
|
|
31077
|
-
"alias": "
|
|
31501
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
31078
31502
|
"args": {},
|
|
31079
31503
|
"deprecationReason": null,
|
|
31080
31504
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -31152,7 +31576,7 @@
|
|
|
31152
31576
|
"varName": "ipAddressRange"
|
|
31153
31577
|
},
|
|
31154
31578
|
"networkInterface": {
|
|
31155
|
-
"alias": "
|
|
31579
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
31156
31580
|
"args": {},
|
|
31157
31581
|
"deprecationReason": null,
|
|
31158
31582
|
"description": "Network range defined for a site",
|
|
@@ -31230,7 +31654,7 @@
|
|
|
31230
31654
|
"varName": "networkInterfaceRef"
|
|
31231
31655
|
},
|
|
31232
31656
|
"site": {
|
|
31233
|
-
"alias": "
|
|
31657
|
+
"alias": "siteWanFirewallSource: site",
|
|
31234
31658
|
"args": {},
|
|
31235
31659
|
"deprecationReason": null,
|
|
31236
31660
|
"description": "Site defined for the account",
|
|
@@ -31308,7 +31732,7 @@
|
|
|
31308
31732
|
"varName": "siteRef"
|
|
31309
31733
|
},
|
|
31310
31734
|
"siteNetworkSubnet": {
|
|
31311
|
-
"alias": "
|
|
31735
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
31312
31736
|
"args": {},
|
|
31313
31737
|
"deprecationReason": null,
|
|
31314
31738
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -31409,7 +31833,7 @@
|
|
|
31409
31833
|
"varName": "subnet"
|
|
31410
31834
|
},
|
|
31411
31835
|
"systemGroup": {
|
|
31412
|
-
"alias": "
|
|
31836
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
31413
31837
|
"args": {},
|
|
31414
31838
|
"deprecationReason": null,
|
|
31415
31839
|
"description": "Predefined Cato groups",
|
|
@@ -31487,7 +31911,7 @@
|
|
|
31487
31911
|
"varName": "systemGroupRef"
|
|
31488
31912
|
},
|
|
31489
31913
|
"user": {
|
|
31490
|
-
"alias": "
|
|
31914
|
+
"alias": "userWanFirewallSource: user",
|
|
31491
31915
|
"args": {},
|
|
31492
31916
|
"deprecationReason": null,
|
|
31493
31917
|
"description": "Individual users defined for the account",
|
|
@@ -31565,7 +31989,7 @@
|
|
|
31565
31989
|
"varName": "userRef"
|
|
31566
31990
|
},
|
|
31567
31991
|
"usersGroup": {
|
|
31568
|
-
"alias": "
|
|
31992
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
31569
31993
|
"args": {},
|
|
31570
31994
|
"deprecationReason": null,
|
|
31571
31995
|
"description": "Group of users",
|
|
@@ -31742,7 +32166,7 @@
|
|
|
31742
32166
|
"varName": "name"
|
|
31743
32167
|
},
|
|
31744
32168
|
"schedule": {
|
|
31745
|
-
"alias": "
|
|
32169
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
31746
32170
|
"args": {},
|
|
31747
32171
|
"deprecationReason": null,
|
|
31748
32172
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -31759,7 +32183,7 @@
|
|
|
31759
32183
|
"enumValues": null,
|
|
31760
32184
|
"fields": {
|
|
31761
32185
|
"activeOn": {
|
|
31762
|
-
"alias": "
|
|
32186
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
31763
32187
|
"args": {},
|
|
31764
32188
|
"deprecationReason": null,
|
|
31765
32189
|
"description": null,
|
|
@@ -31817,7 +32241,7 @@
|
|
|
31817
32241
|
"varName": "activeOn"
|
|
31818
32242
|
},
|
|
31819
32243
|
"customRecurring": {
|
|
31820
|
-
"alias": "
|
|
32244
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
31821
32245
|
"args": {},
|
|
31822
32246
|
"deprecationReason": null,
|
|
31823
32247
|
"description": null,
|
|
@@ -31969,7 +32393,7 @@
|
|
|
31969
32393
|
"varName": "policyCustomRecurring"
|
|
31970
32394
|
},
|
|
31971
32395
|
"customTimeframe": {
|
|
31972
|
-
"alias": "
|
|
32396
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
31973
32397
|
"args": {},
|
|
31974
32398
|
"deprecationReason": null,
|
|
31975
32399
|
"description": null,
|
|
@@ -32061,7 +32485,7 @@
|
|
|
32061
32485
|
"varName": "policySchedule"
|
|
32062
32486
|
},
|
|
32063
32487
|
"section": {
|
|
32064
|
-
"alias": "
|
|
32488
|
+
"alias": "sectionWanFirewallRule: section",
|
|
32065
32489
|
"args": {},
|
|
32066
32490
|
"deprecationReason": null,
|
|
32067
32491
|
"description": "Policy section where the rule is located",
|
|
@@ -32137,7 +32561,7 @@
|
|
|
32137
32561
|
"varName": "policySectionInfo"
|
|
32138
32562
|
},
|
|
32139
32563
|
"service": {
|
|
32140
|
-
"alias": "
|
|
32564
|
+
"alias": "serviceWanFirewallRule: service",
|
|
32141
32565
|
"args": {},
|
|
32142
32566
|
"deprecationReason": null,
|
|
32143
32567
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -32154,7 +32578,7 @@
|
|
|
32154
32578
|
"enumValues": null,
|
|
32155
32579
|
"fields": {
|
|
32156
32580
|
"custom": {
|
|
32157
|
-
"alias": "
|
|
32581
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
32158
32582
|
"args": {},
|
|
32159
32583
|
"deprecationReason": null,
|
|
32160
32584
|
"description": null,
|
|
@@ -32193,7 +32617,7 @@
|
|
|
32193
32617
|
"varName": "port"
|
|
32194
32618
|
},
|
|
32195
32619
|
"portRange": {
|
|
32196
|
-
"alias": "
|
|
32620
|
+
"alias": "portRangeCustomService: portRange",
|
|
32197
32621
|
"args": {},
|
|
32198
32622
|
"deprecationReason": null,
|
|
32199
32623
|
"description": null,
|
|
@@ -32268,7 +32692,7 @@
|
|
|
32268
32692
|
"varName": "portRange"
|
|
32269
32693
|
},
|
|
32270
32694
|
"protocol": {
|
|
32271
|
-
"alias": "
|
|
32695
|
+
"alias": "protocolCustomService: protocol",
|
|
32272
32696
|
"args": {},
|
|
32273
32697
|
"deprecationReason": null,
|
|
32274
32698
|
"description": null,
|
|
@@ -32351,7 +32775,7 @@
|
|
|
32351
32775
|
"varName": "customService"
|
|
32352
32776
|
},
|
|
32353
32777
|
"standard": {
|
|
32354
|
-
"alias": "
|
|
32778
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
32355
32779
|
"args": {},
|
|
32356
32780
|
"deprecationReason": null,
|
|
32357
32781
|
"description": null,
|
|
@@ -32446,7 +32870,7 @@
|
|
|
32446
32870
|
"varName": "wanFirewallServiceType"
|
|
32447
32871
|
},
|
|
32448
32872
|
"source": {
|
|
32449
|
-
"alias": "
|
|
32873
|
+
"alias": "sourceWanFirewallRule: source",
|
|
32450
32874
|
"args": {},
|
|
32451
32875
|
"deprecationReason": null,
|
|
32452
32876
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -32463,7 +32887,7 @@
|
|
|
32463
32887
|
"enumValues": null,
|
|
32464
32888
|
"fields": {
|
|
32465
32889
|
"floatingSubnet": {
|
|
32466
|
-
"alias": "
|
|
32890
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
32467
32891
|
"args": {},
|
|
32468
32892
|
"deprecationReason": null,
|
|
32469
32893
|
"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.",
|
|
@@ -32541,7 +32965,7 @@
|
|
|
32541
32965
|
"varName": "floatingSubnetRef"
|
|
32542
32966
|
},
|
|
32543
32967
|
"globalIpRange": {
|
|
32544
|
-
"alias": "
|
|
32968
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
32545
32969
|
"args": {},
|
|
32546
32970
|
"deprecationReason": null,
|
|
32547
32971
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -32619,7 +33043,7 @@
|
|
|
32619
33043
|
"varName": "globalIpRangeRef"
|
|
32620
33044
|
},
|
|
32621
33045
|
"group": {
|
|
32622
|
-
"alias": "
|
|
33046
|
+
"alias": "groupWanFirewallSource: group",
|
|
32623
33047
|
"args": {},
|
|
32624
33048
|
"deprecationReason": null,
|
|
32625
33049
|
"description": "Groups defined for your account",
|
|
@@ -32697,7 +33121,7 @@
|
|
|
32697
33121
|
"varName": "groupRef"
|
|
32698
33122
|
},
|
|
32699
33123
|
"host": {
|
|
32700
|
-
"alias": "
|
|
33124
|
+
"alias": "hostWanFirewallSource: host",
|
|
32701
33125
|
"args": {},
|
|
32702
33126
|
"deprecationReason": null,
|
|
32703
33127
|
"description": "Hosts and servers defined for your account",
|
|
@@ -32798,7 +33222,7 @@
|
|
|
32798
33222
|
"varName": "ip"
|
|
32799
33223
|
},
|
|
32800
33224
|
"ipRange": {
|
|
32801
|
-
"alias": "
|
|
33225
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
32802
33226
|
"args": {},
|
|
32803
33227
|
"deprecationReason": null,
|
|
32804
33228
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -32876,7 +33300,7 @@
|
|
|
32876
33300
|
"varName": "ipAddressRange"
|
|
32877
33301
|
},
|
|
32878
33302
|
"networkInterface": {
|
|
32879
|
-
"alias": "
|
|
33303
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
32880
33304
|
"args": {},
|
|
32881
33305
|
"deprecationReason": null,
|
|
32882
33306
|
"description": "Network range defined for a site",
|
|
@@ -32954,7 +33378,7 @@
|
|
|
32954
33378
|
"varName": "networkInterfaceRef"
|
|
32955
33379
|
},
|
|
32956
33380
|
"site": {
|
|
32957
|
-
"alias": "
|
|
33381
|
+
"alias": "siteWanFirewallSource: site",
|
|
32958
33382
|
"args": {},
|
|
32959
33383
|
"deprecationReason": null,
|
|
32960
33384
|
"description": "Site defined for the account",
|
|
@@ -33032,7 +33456,7 @@
|
|
|
33032
33456
|
"varName": "siteRef"
|
|
33033
33457
|
},
|
|
33034
33458
|
"siteNetworkSubnet": {
|
|
33035
|
-
"alias": "
|
|
33459
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
33036
33460
|
"args": {},
|
|
33037
33461
|
"deprecationReason": null,
|
|
33038
33462
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -33133,7 +33557,7 @@
|
|
|
33133
33557
|
"varName": "subnet"
|
|
33134
33558
|
},
|
|
33135
33559
|
"systemGroup": {
|
|
33136
|
-
"alias": "
|
|
33560
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
33137
33561
|
"args": {},
|
|
33138
33562
|
"deprecationReason": null,
|
|
33139
33563
|
"description": "Predefined Cato groups",
|
|
@@ -33211,7 +33635,7 @@
|
|
|
33211
33635
|
"varName": "systemGroupRef"
|
|
33212
33636
|
},
|
|
33213
33637
|
"user": {
|
|
33214
|
-
"alias": "
|
|
33638
|
+
"alias": "userWanFirewallSource: user",
|
|
33215
33639
|
"args": {},
|
|
33216
33640
|
"deprecationReason": null,
|
|
33217
33641
|
"description": "Individual users defined for the account",
|
|
@@ -33289,7 +33713,7 @@
|
|
|
33289
33713
|
"varName": "userRef"
|
|
33290
33714
|
},
|
|
33291
33715
|
"usersGroup": {
|
|
33292
|
-
"alias": "
|
|
33716
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
33293
33717
|
"args": {},
|
|
33294
33718
|
"deprecationReason": null,
|
|
33295
33719
|
"description": "Group of users",
|
|
@@ -33384,7 +33808,7 @@
|
|
|
33384
33808
|
"varName": "wanFirewallSource"
|
|
33385
33809
|
},
|
|
33386
33810
|
"tracking": {
|
|
33387
|
-
"alias": "
|
|
33811
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
33388
33812
|
"args": {},
|
|
33389
33813
|
"deprecationReason": null,
|
|
33390
33814
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -33401,7 +33825,7 @@
|
|
|
33401
33825
|
"enumValues": null,
|
|
33402
33826
|
"fields": {
|
|
33403
33827
|
"alert": {
|
|
33404
|
-
"alias": "
|
|
33828
|
+
"alias": "alertPolicyTracking: alert",
|
|
33405
33829
|
"args": {},
|
|
33406
33830
|
"deprecationReason": null,
|
|
33407
33831
|
"description": null,
|
|
@@ -33439,7 +33863,7 @@
|
|
|
33439
33863
|
"varName": "enabled"
|
|
33440
33864
|
},
|
|
33441
33865
|
"frequency": {
|
|
33442
|
-
"alias": "
|
|
33866
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
33443
33867
|
"args": {},
|
|
33444
33868
|
"deprecationReason": null,
|
|
33445
33869
|
"description": "Returns data for the alert frequency",
|
|
@@ -33497,7 +33921,7 @@
|
|
|
33497
33921
|
"varName": "frequency"
|
|
33498
33922
|
},
|
|
33499
33923
|
"mailingList": {
|
|
33500
|
-
"alias": "
|
|
33924
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
33501
33925
|
"args": {},
|
|
33502
33926
|
"deprecationReason": null,
|
|
33503
33927
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -33575,7 +33999,7 @@
|
|
|
33575
33999
|
"varName": "subscriptionMailingListRef"
|
|
33576
34000
|
},
|
|
33577
34001
|
"subscriptionGroup": {
|
|
33578
|
-
"alias": "
|
|
34002
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
33579
34003
|
"args": {},
|
|
33580
34004
|
"deprecationReason": null,
|
|
33581
34005
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -33653,7 +34077,7 @@
|
|
|
33653
34077
|
"varName": "subscriptionGroupRef"
|
|
33654
34078
|
},
|
|
33655
34079
|
"webhook": {
|
|
33656
|
-
"alias": "
|
|
34080
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
33657
34081
|
"args": {},
|
|
33658
34082
|
"deprecationReason": null,
|
|
33659
34083
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -33748,7 +34172,7 @@
|
|
|
33748
34172
|
"varName": "policyRuleTrackingAlert"
|
|
33749
34173
|
},
|
|
33750
34174
|
"event": {
|
|
33751
|
-
"alias": "
|
|
34175
|
+
"alias": "eventPolicyTracking: event",
|
|
33752
34176
|
"args": {},
|
|
33753
34177
|
"deprecationReason": null,
|
|
33754
34178
|
"description": null,
|
|
@@ -33853,7 +34277,7 @@
|
|
|
33853
34277
|
"varName": "wanFirewallRulePayload"
|
|
33854
34278
|
},
|
|
33855
34279
|
"status": {
|
|
33856
|
-
"alias": "
|
|
34280
|
+
"alias": "statusWanFirewallRuleMutationPayload: status",
|
|
33857
34281
|
"args": {},
|
|
33858
34282
|
"deprecationReason": null,
|
|
33859
34283
|
"description": null,
|
|
@@ -33961,6 +34385,20 @@
|
|
|
33961
34385
|
"action": {
|
|
33962
34386
|
"action": "enum(WanFirewallActionEnum)"
|
|
33963
34387
|
},
|
|
34388
|
+
"activePeriod": {
|
|
34389
|
+
"effectiveFrom": {
|
|
34390
|
+
"effectiveFrom": "DateTime"
|
|
34391
|
+
},
|
|
34392
|
+
"expiresAt": {
|
|
34393
|
+
"expiresAt": "DateTime"
|
|
34394
|
+
},
|
|
34395
|
+
"useEffectiveFrom": {
|
|
34396
|
+
"useEffectiveFrom": "Boolean"
|
|
34397
|
+
},
|
|
34398
|
+
"useExpiresAt": {
|
|
34399
|
+
"useExpiresAt": "Boolean"
|
|
34400
|
+
}
|
|
34401
|
+
},
|
|
33964
34402
|
"application": {
|
|
33965
34403
|
"appCategory": {
|
|
33966
34404
|
"by": {
|