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
|
@@ -217,6 +217,108 @@
|
|
|
217
217
|
},
|
|
218
218
|
"varName": "action"
|
|
219
219
|
},
|
|
220
|
+
"activePeriod": {
|
|
221
|
+
"defaultValue": null,
|
|
222
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
223
|
+
"id_str": "updateRule___input___rule___activePeriod",
|
|
224
|
+
"name": "activePeriod",
|
|
225
|
+
"path": "updateRule.input.rule.activePeriod",
|
|
226
|
+
"requestStr": "$policyRuleActivePeriodUpdateInput:PolicyRuleActivePeriodUpdateInput ",
|
|
227
|
+
"required": false,
|
|
228
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
229
|
+
"type": {
|
|
230
|
+
"definition": {
|
|
231
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
232
|
+
"enumValues": null,
|
|
233
|
+
"fields": null,
|
|
234
|
+
"inputFields": {
|
|
235
|
+
"effectiveFrom": {
|
|
236
|
+
"defaultValue": null,
|
|
237
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
238
|
+
"id_str": "updateRule___input___rule___activePeriod___effectiveFrom",
|
|
239
|
+
"name": "effectiveFrom",
|
|
240
|
+
"path": "updateRule.input.rule.activePeriod.effectiveFrom",
|
|
241
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
242
|
+
"required": false,
|
|
243
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
244
|
+
"type": {
|
|
245
|
+
"kind": [
|
|
246
|
+
"SCALAR"
|
|
247
|
+
],
|
|
248
|
+
"name": "DateTime",
|
|
249
|
+
"non_null": false
|
|
250
|
+
},
|
|
251
|
+
"varName": "effectiveFrom"
|
|
252
|
+
},
|
|
253
|
+
"expiresAt": {
|
|
254
|
+
"defaultValue": null,
|
|
255
|
+
"description": "The time the rule expires, if not used, default null",
|
|
256
|
+
"id_str": "updateRule___input___rule___activePeriod___expiresAt",
|
|
257
|
+
"name": "expiresAt",
|
|
258
|
+
"path": "updateRule.input.rule.activePeriod.expiresAt",
|
|
259
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
260
|
+
"required": false,
|
|
261
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
262
|
+
"type": {
|
|
263
|
+
"kind": [
|
|
264
|
+
"SCALAR"
|
|
265
|
+
],
|
|
266
|
+
"name": "DateTime",
|
|
267
|
+
"non_null": false
|
|
268
|
+
},
|
|
269
|
+
"varName": "expiresAt"
|
|
270
|
+
},
|
|
271
|
+
"useEffectiveFrom": {
|
|
272
|
+
"defaultValue": null,
|
|
273
|
+
"description": null,
|
|
274
|
+
"id_str": "updateRule___input___rule___activePeriod___useEffectiveFrom",
|
|
275
|
+
"name": "useEffectiveFrom",
|
|
276
|
+
"path": "updateRule.input.rule.activePeriod.useEffectiveFrom",
|
|
277
|
+
"requestStr": "$useEffectiveFrom:Boolean ",
|
|
278
|
+
"required": false,
|
|
279
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
280
|
+
"type": {
|
|
281
|
+
"kind": [
|
|
282
|
+
"SCALAR"
|
|
283
|
+
],
|
|
284
|
+
"name": "Boolean",
|
|
285
|
+
"non_null": false
|
|
286
|
+
},
|
|
287
|
+
"varName": "useEffectiveFrom"
|
|
288
|
+
},
|
|
289
|
+
"useExpiresAt": {
|
|
290
|
+
"defaultValue": null,
|
|
291
|
+
"description": null,
|
|
292
|
+
"id_str": "updateRule___input___rule___activePeriod___useExpiresAt",
|
|
293
|
+
"name": "useExpiresAt",
|
|
294
|
+
"path": "updateRule.input.rule.activePeriod.useExpiresAt",
|
|
295
|
+
"requestStr": "$useExpiresAt:Boolean ",
|
|
296
|
+
"required": false,
|
|
297
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
298
|
+
"type": {
|
|
299
|
+
"kind": [
|
|
300
|
+
"SCALAR"
|
|
301
|
+
],
|
|
302
|
+
"name": "Boolean",
|
|
303
|
+
"non_null": false
|
|
304
|
+
},
|
|
305
|
+
"varName": "useExpiresAt"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"interfaces": null,
|
|
309
|
+
"kind": "INPUT_OBJECT",
|
|
310
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
311
|
+
"possibleTypes": null
|
|
312
|
+
},
|
|
313
|
+
"indexType": "input_object",
|
|
314
|
+
"kind": [
|
|
315
|
+
"INPUT_OBJECT"
|
|
316
|
+
],
|
|
317
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
318
|
+
"non_null": false
|
|
319
|
+
},
|
|
320
|
+
"varName": "policyRuleActivePeriodUpdateInput"
|
|
321
|
+
},
|
|
220
322
|
"connectionOrigin": {
|
|
221
323
|
"defaultValue": null,
|
|
222
324
|
"description": "Connection origin of the traffic",
|
|
@@ -7068,6 +7170,8 @@
|
|
|
7068
7170
|
"PolicyMutationError": true,
|
|
7069
7171
|
"PolicyMutationRevisionInput": true,
|
|
7070
7172
|
"PolicyMutationStatus": true,
|
|
7173
|
+
"PolicyRuleActivePeriod": true,
|
|
7174
|
+
"PolicyRuleActivePeriodUpdateInput": true,
|
|
7071
7175
|
"PolicyRuleTrackingAlert": true,
|
|
7072
7176
|
"PolicyRuleTrackingAlertUpdateInput": true,
|
|
7073
7177
|
"PolicyRuleTrackingEvent": true,
|
|
@@ -7304,6 +7408,108 @@
|
|
|
7304
7408
|
},
|
|
7305
7409
|
"varName": "action"
|
|
7306
7410
|
},
|
|
7411
|
+
"activePeriod": {
|
|
7412
|
+
"defaultValue": null,
|
|
7413
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
7414
|
+
"id_str": "updateRule___input___rule___activePeriod",
|
|
7415
|
+
"name": "activePeriod",
|
|
7416
|
+
"path": "updateRule.input.rule.activePeriod",
|
|
7417
|
+
"requestStr": "$policyRuleActivePeriodUpdateInput:PolicyRuleActivePeriodUpdateInput ",
|
|
7418
|
+
"required": false,
|
|
7419
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
7420
|
+
"type": {
|
|
7421
|
+
"definition": {
|
|
7422
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
7423
|
+
"enumValues": null,
|
|
7424
|
+
"fields": null,
|
|
7425
|
+
"inputFields": {
|
|
7426
|
+
"effectiveFrom": {
|
|
7427
|
+
"defaultValue": null,
|
|
7428
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
7429
|
+
"id_str": "updateRule___input___rule___activePeriod___effectiveFrom",
|
|
7430
|
+
"name": "effectiveFrom",
|
|
7431
|
+
"path": "updateRule.input.rule.activePeriod.effectiveFrom",
|
|
7432
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
7433
|
+
"required": false,
|
|
7434
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
7435
|
+
"type": {
|
|
7436
|
+
"kind": [
|
|
7437
|
+
"SCALAR"
|
|
7438
|
+
],
|
|
7439
|
+
"name": "DateTime",
|
|
7440
|
+
"non_null": false
|
|
7441
|
+
},
|
|
7442
|
+
"varName": "effectiveFrom"
|
|
7443
|
+
},
|
|
7444
|
+
"expiresAt": {
|
|
7445
|
+
"defaultValue": null,
|
|
7446
|
+
"description": "The time the rule expires, if not used, default null",
|
|
7447
|
+
"id_str": "updateRule___input___rule___activePeriod___expiresAt",
|
|
7448
|
+
"name": "expiresAt",
|
|
7449
|
+
"path": "updateRule.input.rule.activePeriod.expiresAt",
|
|
7450
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
7451
|
+
"required": false,
|
|
7452
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
7453
|
+
"type": {
|
|
7454
|
+
"kind": [
|
|
7455
|
+
"SCALAR"
|
|
7456
|
+
],
|
|
7457
|
+
"name": "DateTime",
|
|
7458
|
+
"non_null": false
|
|
7459
|
+
},
|
|
7460
|
+
"varName": "expiresAt"
|
|
7461
|
+
},
|
|
7462
|
+
"useEffectiveFrom": {
|
|
7463
|
+
"defaultValue": null,
|
|
7464
|
+
"description": null,
|
|
7465
|
+
"id_str": "updateRule___input___rule___activePeriod___useEffectiveFrom",
|
|
7466
|
+
"name": "useEffectiveFrom",
|
|
7467
|
+
"path": "updateRule.input.rule.activePeriod.useEffectiveFrom",
|
|
7468
|
+
"requestStr": "$useEffectiveFrom:Boolean ",
|
|
7469
|
+
"required": false,
|
|
7470
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
7471
|
+
"type": {
|
|
7472
|
+
"kind": [
|
|
7473
|
+
"SCALAR"
|
|
7474
|
+
],
|
|
7475
|
+
"name": "Boolean",
|
|
7476
|
+
"non_null": false
|
|
7477
|
+
},
|
|
7478
|
+
"varName": "useEffectiveFrom"
|
|
7479
|
+
},
|
|
7480
|
+
"useExpiresAt": {
|
|
7481
|
+
"defaultValue": null,
|
|
7482
|
+
"description": null,
|
|
7483
|
+
"id_str": "updateRule___input___rule___activePeriod___useExpiresAt",
|
|
7484
|
+
"name": "useExpiresAt",
|
|
7485
|
+
"path": "updateRule.input.rule.activePeriod.useExpiresAt",
|
|
7486
|
+
"requestStr": "$useExpiresAt:Boolean ",
|
|
7487
|
+
"required": false,
|
|
7488
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
7489
|
+
"type": {
|
|
7490
|
+
"kind": [
|
|
7491
|
+
"SCALAR"
|
|
7492
|
+
],
|
|
7493
|
+
"name": "Boolean",
|
|
7494
|
+
"non_null": false
|
|
7495
|
+
},
|
|
7496
|
+
"varName": "useExpiresAt"
|
|
7497
|
+
}
|
|
7498
|
+
},
|
|
7499
|
+
"interfaces": null,
|
|
7500
|
+
"kind": "INPUT_OBJECT",
|
|
7501
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
7502
|
+
"possibleTypes": null
|
|
7503
|
+
},
|
|
7504
|
+
"indexType": "input_object",
|
|
7505
|
+
"kind": [
|
|
7506
|
+
"INPUT_OBJECT"
|
|
7507
|
+
],
|
|
7508
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
7509
|
+
"non_null": false
|
|
7510
|
+
},
|
|
7511
|
+
"varName": "policyRuleActivePeriodUpdateInput"
|
|
7512
|
+
},
|
|
7307
7513
|
"connectionOrigin": {
|
|
7308
7514
|
"defaultValue": null,
|
|
7309
7515
|
"description": "Connection origin of the traffic",
|
|
@@ -14275,6 +14481,108 @@
|
|
|
14275
14481
|
},
|
|
14276
14482
|
"varName": "action"
|
|
14277
14483
|
},
|
|
14484
|
+
"activePeriod": {
|
|
14485
|
+
"defaultValue": null,
|
|
14486
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
14487
|
+
"id_str": "updateRule___input___rule___activePeriod",
|
|
14488
|
+
"name": "activePeriod",
|
|
14489
|
+
"path": "updateRule.input.rule.activePeriod",
|
|
14490
|
+
"requestStr": "$policyRuleActivePeriodUpdateInput:PolicyRuleActivePeriodUpdateInput ",
|
|
14491
|
+
"required": false,
|
|
14492
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
14493
|
+
"type": {
|
|
14494
|
+
"definition": {
|
|
14495
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
14496
|
+
"enumValues": null,
|
|
14497
|
+
"fields": null,
|
|
14498
|
+
"inputFields": {
|
|
14499
|
+
"effectiveFrom": {
|
|
14500
|
+
"defaultValue": null,
|
|
14501
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
14502
|
+
"id_str": "updateRule___input___rule___activePeriod___effectiveFrom",
|
|
14503
|
+
"name": "effectiveFrom",
|
|
14504
|
+
"path": "updateRule.input.rule.activePeriod.effectiveFrom",
|
|
14505
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
14506
|
+
"required": false,
|
|
14507
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
14508
|
+
"type": {
|
|
14509
|
+
"kind": [
|
|
14510
|
+
"SCALAR"
|
|
14511
|
+
],
|
|
14512
|
+
"name": "DateTime",
|
|
14513
|
+
"non_null": false
|
|
14514
|
+
},
|
|
14515
|
+
"varName": "effectiveFrom"
|
|
14516
|
+
},
|
|
14517
|
+
"expiresAt": {
|
|
14518
|
+
"defaultValue": null,
|
|
14519
|
+
"description": "The time the rule expires, if not used, default null",
|
|
14520
|
+
"id_str": "updateRule___input___rule___activePeriod___expiresAt",
|
|
14521
|
+
"name": "expiresAt",
|
|
14522
|
+
"path": "updateRule.input.rule.activePeriod.expiresAt",
|
|
14523
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
14524
|
+
"required": false,
|
|
14525
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
14526
|
+
"type": {
|
|
14527
|
+
"kind": [
|
|
14528
|
+
"SCALAR"
|
|
14529
|
+
],
|
|
14530
|
+
"name": "DateTime",
|
|
14531
|
+
"non_null": false
|
|
14532
|
+
},
|
|
14533
|
+
"varName": "expiresAt"
|
|
14534
|
+
},
|
|
14535
|
+
"useEffectiveFrom": {
|
|
14536
|
+
"defaultValue": null,
|
|
14537
|
+
"description": null,
|
|
14538
|
+
"id_str": "updateRule___input___rule___activePeriod___useEffectiveFrom",
|
|
14539
|
+
"name": "useEffectiveFrom",
|
|
14540
|
+
"path": "updateRule.input.rule.activePeriod.useEffectiveFrom",
|
|
14541
|
+
"requestStr": "$useEffectiveFrom:Boolean ",
|
|
14542
|
+
"required": false,
|
|
14543
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
14544
|
+
"type": {
|
|
14545
|
+
"kind": [
|
|
14546
|
+
"SCALAR"
|
|
14547
|
+
],
|
|
14548
|
+
"name": "Boolean",
|
|
14549
|
+
"non_null": false
|
|
14550
|
+
},
|
|
14551
|
+
"varName": "useEffectiveFrom"
|
|
14552
|
+
},
|
|
14553
|
+
"useExpiresAt": {
|
|
14554
|
+
"defaultValue": null,
|
|
14555
|
+
"description": null,
|
|
14556
|
+
"id_str": "updateRule___input___rule___activePeriod___useExpiresAt",
|
|
14557
|
+
"name": "useExpiresAt",
|
|
14558
|
+
"path": "updateRule.input.rule.activePeriod.useExpiresAt",
|
|
14559
|
+
"requestStr": "$useExpiresAt:Boolean ",
|
|
14560
|
+
"required": false,
|
|
14561
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
14562
|
+
"type": {
|
|
14563
|
+
"kind": [
|
|
14564
|
+
"SCALAR"
|
|
14565
|
+
],
|
|
14566
|
+
"name": "Boolean",
|
|
14567
|
+
"non_null": false
|
|
14568
|
+
},
|
|
14569
|
+
"varName": "useExpiresAt"
|
|
14570
|
+
}
|
|
14571
|
+
},
|
|
14572
|
+
"interfaces": null,
|
|
14573
|
+
"kind": "INPUT_OBJECT",
|
|
14574
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
14575
|
+
"possibleTypes": null
|
|
14576
|
+
},
|
|
14577
|
+
"indexType": "input_object",
|
|
14578
|
+
"kind": [
|
|
14579
|
+
"INPUT_OBJECT"
|
|
14580
|
+
],
|
|
14581
|
+
"name": "PolicyRuleActivePeriodUpdateInput",
|
|
14582
|
+
"non_null": false
|
|
14583
|
+
},
|
|
14584
|
+
"varName": "policyRuleActivePeriodUpdateInput"
|
|
14585
|
+
},
|
|
14278
14586
|
"connectionOrigin": {
|
|
14279
14587
|
"defaultValue": null,
|
|
14280
14588
|
"description": "Connection origin of the traffic",
|
|
@@ -21055,7 +21363,7 @@
|
|
|
21055
21363
|
"enumValues": null,
|
|
21056
21364
|
"fields": {
|
|
21057
21365
|
"errors": {
|
|
21058
|
-
"alias": "
|
|
21366
|
+
"alias": "errorsInternetFirewallRuleMutationPayload: errors",
|
|
21059
21367
|
"args": {},
|
|
21060
21368
|
"deprecationReason": null,
|
|
21061
21369
|
"description": null,
|
|
@@ -21131,7 +21439,7 @@
|
|
|
21131
21439
|
"varName": "policyMutationError"
|
|
21132
21440
|
},
|
|
21133
21441
|
"rule": {
|
|
21134
|
-
"alias": "
|
|
21442
|
+
"alias": "ruleInternetFirewallRuleMutationPayload: rule",
|
|
21135
21443
|
"args": {},
|
|
21136
21444
|
"deprecationReason": null,
|
|
21137
21445
|
"description": null,
|
|
@@ -21316,7 +21624,7 @@
|
|
|
21316
21624
|
"enumValues": null,
|
|
21317
21625
|
"fields": {
|
|
21318
21626
|
"action": {
|
|
21319
|
-
"alias": "
|
|
21627
|
+
"alias": "actionInternetFirewallRule: action",
|
|
21320
21628
|
"args": {},
|
|
21321
21629
|
"deprecationReason": null,
|
|
21322
21630
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -21373,8 +21681,124 @@
|
|
|
21373
21681
|
},
|
|
21374
21682
|
"varName": "action"
|
|
21375
21683
|
},
|
|
21684
|
+
"activePeriod": {
|
|
21685
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
21686
|
+
"args": {},
|
|
21687
|
+
"deprecationReason": null,
|
|
21688
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
21689
|
+
"id_str": "internetFirewall___updateRule___rule___rule___activePeriod",
|
|
21690
|
+
"isDeprecated": false,
|
|
21691
|
+
"name": "activePeriod",
|
|
21692
|
+
"path": "internetFirewall.updateRule.rule.rule.activePeriod",
|
|
21693
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
21694
|
+
"required": true,
|
|
21695
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
21696
|
+
"type": {
|
|
21697
|
+
"definition": {
|
|
21698
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
21699
|
+
"enumValues": null,
|
|
21700
|
+
"fields": {
|
|
21701
|
+
"effectiveFrom": {
|
|
21702
|
+
"args": {},
|
|
21703
|
+
"deprecationReason": null,
|
|
21704
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
21705
|
+
"id_str": "internetFirewall___updateRule___rule___rule___activePeriod___effectiveFrom",
|
|
21706
|
+
"isDeprecated": false,
|
|
21707
|
+
"name": "effectiveFrom",
|
|
21708
|
+
"path": "internetFirewall.updateRule.rule.rule.activePeriod.effectiveFrom",
|
|
21709
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
21710
|
+
"required": false,
|
|
21711
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
21712
|
+
"type": {
|
|
21713
|
+
"kind": [
|
|
21714
|
+
"SCALAR"
|
|
21715
|
+
],
|
|
21716
|
+
"name": "DateTime",
|
|
21717
|
+
"non_null": false
|
|
21718
|
+
},
|
|
21719
|
+
"varName": "effectiveFrom"
|
|
21720
|
+
},
|
|
21721
|
+
"expiresAt": {
|
|
21722
|
+
"args": {},
|
|
21723
|
+
"deprecationReason": null,
|
|
21724
|
+
"description": "The time the rule expires, if not used, default null",
|
|
21725
|
+
"id_str": "internetFirewall___updateRule___rule___rule___activePeriod___expiresAt",
|
|
21726
|
+
"isDeprecated": false,
|
|
21727
|
+
"name": "expiresAt",
|
|
21728
|
+
"path": "internetFirewall.updateRule.rule.rule.activePeriod.expiresAt",
|
|
21729
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
21730
|
+
"required": false,
|
|
21731
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
21732
|
+
"type": {
|
|
21733
|
+
"kind": [
|
|
21734
|
+
"SCALAR"
|
|
21735
|
+
],
|
|
21736
|
+
"name": "DateTime",
|
|
21737
|
+
"non_null": false
|
|
21738
|
+
},
|
|
21739
|
+
"varName": "expiresAt"
|
|
21740
|
+
},
|
|
21741
|
+
"useEffectiveFrom": {
|
|
21742
|
+
"args": {},
|
|
21743
|
+
"deprecationReason": null,
|
|
21744
|
+
"description": null,
|
|
21745
|
+
"id_str": "internetFirewall___updateRule___rule___rule___activePeriod___useEffectiveFrom",
|
|
21746
|
+
"isDeprecated": false,
|
|
21747
|
+
"name": "useEffectiveFrom",
|
|
21748
|
+
"path": "internetFirewall.updateRule.rule.rule.activePeriod.useEffectiveFrom",
|
|
21749
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
21750
|
+
"required": true,
|
|
21751
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
21752
|
+
"type": {
|
|
21753
|
+
"kind": [
|
|
21754
|
+
"NON_NULL",
|
|
21755
|
+
"SCALAR"
|
|
21756
|
+
],
|
|
21757
|
+
"name": "Boolean",
|
|
21758
|
+
"non_null": false
|
|
21759
|
+
},
|
|
21760
|
+
"varName": "useEffectiveFrom"
|
|
21761
|
+
},
|
|
21762
|
+
"useExpiresAt": {
|
|
21763
|
+
"args": {},
|
|
21764
|
+
"deprecationReason": null,
|
|
21765
|
+
"description": null,
|
|
21766
|
+
"id_str": "internetFirewall___updateRule___rule___rule___activePeriod___useExpiresAt",
|
|
21767
|
+
"isDeprecated": false,
|
|
21768
|
+
"name": "useExpiresAt",
|
|
21769
|
+
"path": "internetFirewall.updateRule.rule.rule.activePeriod.useExpiresAt",
|
|
21770
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
21771
|
+
"required": true,
|
|
21772
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
21773
|
+
"type": {
|
|
21774
|
+
"kind": [
|
|
21775
|
+
"NON_NULL",
|
|
21776
|
+
"SCALAR"
|
|
21777
|
+
],
|
|
21778
|
+
"name": "Boolean",
|
|
21779
|
+
"non_null": false
|
|
21780
|
+
},
|
|
21781
|
+
"varName": "useExpiresAt"
|
|
21782
|
+
}
|
|
21783
|
+
},
|
|
21784
|
+
"inputFields": null,
|
|
21785
|
+
"interfaces": {},
|
|
21786
|
+
"kind": "OBJECT",
|
|
21787
|
+
"name": "PolicyRuleActivePeriod",
|
|
21788
|
+
"possibleTypes": null
|
|
21789
|
+
},
|
|
21790
|
+
"indexType": "object",
|
|
21791
|
+
"kind": [
|
|
21792
|
+
"NON_NULL",
|
|
21793
|
+
"OBJECT"
|
|
21794
|
+
],
|
|
21795
|
+
"name": "PolicyRuleActivePeriod",
|
|
21796
|
+
"non_null": false
|
|
21797
|
+
},
|
|
21798
|
+
"varName": "policyRuleActivePeriod"
|
|
21799
|
+
},
|
|
21376
21800
|
"connectionOrigin": {
|
|
21377
|
-
"alias": "
|
|
21801
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
21378
21802
|
"args": {},
|
|
21379
21803
|
"deprecationReason": null,
|
|
21380
21804
|
"description": "Connection origin of the traffic",
|
|
@@ -21426,7 +21850,7 @@
|
|
|
21426
21850
|
"varName": "connectionOrigin"
|
|
21427
21851
|
},
|
|
21428
21852
|
"country": {
|
|
21429
|
-
"alias": "
|
|
21853
|
+
"alias": "countryInternetFirewallRule: country",
|
|
21430
21854
|
"args": {},
|
|
21431
21855
|
"deprecationReason": null,
|
|
21432
21856
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -21525,7 +21949,7 @@
|
|
|
21525
21949
|
"varName": "description"
|
|
21526
21950
|
},
|
|
21527
21951
|
"destination": {
|
|
21528
|
-
"alias": "
|
|
21952
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
21529
21953
|
"args": {},
|
|
21530
21954
|
"deprecationReason": null,
|
|
21531
21955
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -21542,7 +21966,7 @@
|
|
|
21542
21966
|
"enumValues": null,
|
|
21543
21967
|
"fields": {
|
|
21544
21968
|
"appCategory": {
|
|
21545
|
-
"alias": "
|
|
21969
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
21546
21970
|
"args": {},
|
|
21547
21971
|
"deprecationReason": null,
|
|
21548
21972
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -21620,7 +22044,7 @@
|
|
|
21620
22044
|
"varName": "applicationCategoryRef"
|
|
21621
22045
|
},
|
|
21622
22046
|
"application": {
|
|
21623
|
-
"alias": "
|
|
22047
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
21624
22048
|
"args": {},
|
|
21625
22049
|
"deprecationReason": null,
|
|
21626
22050
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -21698,7 +22122,7 @@
|
|
|
21698
22122
|
"varName": "applicationRef"
|
|
21699
22123
|
},
|
|
21700
22124
|
"containers": {
|
|
21701
|
-
"alias": "
|
|
22125
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
21702
22126
|
"args": {},
|
|
21703
22127
|
"deprecationReason": null,
|
|
21704
22128
|
"description": null,
|
|
@@ -21715,7 +22139,7 @@
|
|
|
21715
22139
|
"enumValues": null,
|
|
21716
22140
|
"fields": {
|
|
21717
22141
|
"fqdnContainer": {
|
|
21718
|
-
"alias": "
|
|
22142
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
21719
22143
|
"args": {},
|
|
21720
22144
|
"deprecationReason": null,
|
|
21721
22145
|
"description": null,
|
|
@@ -21793,7 +22217,7 @@
|
|
|
21793
22217
|
"varName": "fqdnContainerRef"
|
|
21794
22218
|
},
|
|
21795
22219
|
"ipAddressRangeContainer": {
|
|
21796
|
-
"alias": "
|
|
22220
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
21797
22221
|
"args": {},
|
|
21798
22222
|
"deprecationReason": null,
|
|
21799
22223
|
"description": null,
|
|
@@ -21888,7 +22312,7 @@
|
|
|
21888
22312
|
"varName": "internetFirewallContainer"
|
|
21889
22313
|
},
|
|
21890
22314
|
"country": {
|
|
21891
|
-
"alias": "
|
|
22315
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
21892
22316
|
"args": {},
|
|
21893
22317
|
"deprecationReason": null,
|
|
21894
22318
|
"description": "Countries",
|
|
@@ -21966,7 +22390,7 @@
|
|
|
21966
22390
|
"varName": "countryRef"
|
|
21967
22391
|
},
|
|
21968
22392
|
"customApp": {
|
|
21969
|
-
"alias": "
|
|
22393
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
21970
22394
|
"args": {},
|
|
21971
22395
|
"deprecationReason": null,
|
|
21972
22396
|
"description": "Custom (user-defined) applications",
|
|
@@ -22044,7 +22468,7 @@
|
|
|
22044
22468
|
"varName": "customApplicationRef"
|
|
22045
22469
|
},
|
|
22046
22470
|
"customCategory": {
|
|
22047
|
-
"alias": "
|
|
22471
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
22048
22472
|
"args": {},
|
|
22049
22473
|
"deprecationReason": null,
|
|
22050
22474
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -22168,7 +22592,7 @@
|
|
|
22168
22592
|
"varName": "fqdn"
|
|
22169
22593
|
},
|
|
22170
22594
|
"globalIpRange": {
|
|
22171
|
-
"alias": "
|
|
22595
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
22172
22596
|
"args": {},
|
|
22173
22597
|
"deprecationReason": null,
|
|
22174
22598
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -22269,7 +22693,7 @@
|
|
|
22269
22693
|
"varName": "ip"
|
|
22270
22694
|
},
|
|
22271
22695
|
"ipRange": {
|
|
22272
|
-
"alias": "
|
|
22696
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
22273
22697
|
"args": {},
|
|
22274
22698
|
"deprecationReason": null,
|
|
22275
22699
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -22370,7 +22794,7 @@
|
|
|
22370
22794
|
"varName": "remoteAsn"
|
|
22371
22795
|
},
|
|
22372
22796
|
"sanctionedAppsCategory": {
|
|
22373
|
-
"alias": "
|
|
22797
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
22374
22798
|
"args": {},
|
|
22375
22799
|
"deprecationReason": null,
|
|
22376
22800
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -22488,7 +22912,7 @@
|
|
|
22488
22912
|
"varName": "internetFirewallDestination"
|
|
22489
22913
|
},
|
|
22490
22914
|
"device": {
|
|
22491
|
-
"alias": "
|
|
22915
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
22492
22916
|
"args": {},
|
|
22493
22917
|
"deprecationReason": null,
|
|
22494
22918
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -22566,7 +22990,7 @@
|
|
|
22566
22990
|
"varName": "deviceProfileRef"
|
|
22567
22991
|
},
|
|
22568
22992
|
"deviceAttributes": {
|
|
22569
|
-
"alias": "
|
|
22993
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
22570
22994
|
"args": {},
|
|
22571
22995
|
"deprecationReason": null,
|
|
22572
22996
|
"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.",
|
|
@@ -22738,7 +23162,7 @@
|
|
|
22738
23162
|
"varName": "deviceAttributes"
|
|
22739
23163
|
},
|
|
22740
23164
|
"deviceOS": {
|
|
22741
|
-
"alias": "
|
|
23165
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
22742
23166
|
"args": {},
|
|
22743
23167
|
"deprecationReason": null,
|
|
22744
23168
|
"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.",
|
|
@@ -22831,7 +23255,7 @@
|
|
|
22831
23255
|
"varName": "enabled"
|
|
22832
23256
|
},
|
|
22833
23257
|
"exceptions": {
|
|
22834
|
-
"alias": "
|
|
23258
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
22835
23259
|
"args": {},
|
|
22836
23260
|
"deprecationReason": null,
|
|
22837
23261
|
"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.",
|
|
@@ -22848,7 +23272,7 @@
|
|
|
22848
23272
|
"enumValues": null,
|
|
22849
23273
|
"fields": {
|
|
22850
23274
|
"connectionOrigin": {
|
|
22851
|
-
"alias": "
|
|
23275
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
22852
23276
|
"args": {},
|
|
22853
23277
|
"deprecationReason": null,
|
|
22854
23278
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -22900,7 +23324,7 @@
|
|
|
22900
23324
|
"varName": "connectionOrigin"
|
|
22901
23325
|
},
|
|
22902
23326
|
"country": {
|
|
22903
|
-
"alias": "
|
|
23327
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
22904
23328
|
"args": {},
|
|
22905
23329
|
"deprecationReason": null,
|
|
22906
23330
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -22978,7 +23402,7 @@
|
|
|
22978
23402
|
"varName": "countryRef"
|
|
22979
23403
|
},
|
|
22980
23404
|
"destination": {
|
|
22981
|
-
"alias": "
|
|
23405
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
22982
23406
|
"args": {},
|
|
22983
23407
|
"deprecationReason": null,
|
|
22984
23408
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -22995,7 +23419,7 @@
|
|
|
22995
23419
|
"enumValues": null,
|
|
22996
23420
|
"fields": {
|
|
22997
23421
|
"appCategory": {
|
|
22998
|
-
"alias": "
|
|
23422
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
22999
23423
|
"args": {},
|
|
23000
23424
|
"deprecationReason": null,
|
|
23001
23425
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -23073,7 +23497,7 @@
|
|
|
23073
23497
|
"varName": "applicationCategoryRef"
|
|
23074
23498
|
},
|
|
23075
23499
|
"application": {
|
|
23076
|
-
"alias": "
|
|
23500
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
23077
23501
|
"args": {},
|
|
23078
23502
|
"deprecationReason": null,
|
|
23079
23503
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -23151,7 +23575,7 @@
|
|
|
23151
23575
|
"varName": "applicationRef"
|
|
23152
23576
|
},
|
|
23153
23577
|
"containers": {
|
|
23154
|
-
"alias": "
|
|
23578
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
23155
23579
|
"args": {},
|
|
23156
23580
|
"deprecationReason": null,
|
|
23157
23581
|
"description": null,
|
|
@@ -23168,7 +23592,7 @@
|
|
|
23168
23592
|
"enumValues": null,
|
|
23169
23593
|
"fields": {
|
|
23170
23594
|
"fqdnContainer": {
|
|
23171
|
-
"alias": "
|
|
23595
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
23172
23596
|
"args": {},
|
|
23173
23597
|
"deprecationReason": null,
|
|
23174
23598
|
"description": null,
|
|
@@ -23246,7 +23670,7 @@
|
|
|
23246
23670
|
"varName": "fqdnContainerRef"
|
|
23247
23671
|
},
|
|
23248
23672
|
"ipAddressRangeContainer": {
|
|
23249
|
-
"alias": "
|
|
23673
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
23250
23674
|
"args": {},
|
|
23251
23675
|
"deprecationReason": null,
|
|
23252
23676
|
"description": null,
|
|
@@ -23341,7 +23765,7 @@
|
|
|
23341
23765
|
"varName": "internetFirewallContainer"
|
|
23342
23766
|
},
|
|
23343
23767
|
"country": {
|
|
23344
|
-
"alias": "
|
|
23768
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
23345
23769
|
"args": {},
|
|
23346
23770
|
"deprecationReason": null,
|
|
23347
23771
|
"description": "Countries",
|
|
@@ -23419,7 +23843,7 @@
|
|
|
23419
23843
|
"varName": "countryRef"
|
|
23420
23844
|
},
|
|
23421
23845
|
"customApp": {
|
|
23422
|
-
"alias": "
|
|
23846
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
23423
23847
|
"args": {},
|
|
23424
23848
|
"deprecationReason": null,
|
|
23425
23849
|
"description": "Custom (user-defined) applications",
|
|
@@ -23497,7 +23921,7 @@
|
|
|
23497
23921
|
"varName": "customApplicationRef"
|
|
23498
23922
|
},
|
|
23499
23923
|
"customCategory": {
|
|
23500
|
-
"alias": "
|
|
23924
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
23501
23925
|
"args": {},
|
|
23502
23926
|
"deprecationReason": null,
|
|
23503
23927
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -23621,7 +24045,7 @@
|
|
|
23621
24045
|
"varName": "fqdn"
|
|
23622
24046
|
},
|
|
23623
24047
|
"globalIpRange": {
|
|
23624
|
-
"alias": "
|
|
24048
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
23625
24049
|
"args": {},
|
|
23626
24050
|
"deprecationReason": null,
|
|
23627
24051
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -23722,7 +24146,7 @@
|
|
|
23722
24146
|
"varName": "ip"
|
|
23723
24147
|
},
|
|
23724
24148
|
"ipRange": {
|
|
23725
|
-
"alias": "
|
|
24149
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
23726
24150
|
"args": {},
|
|
23727
24151
|
"deprecationReason": null,
|
|
23728
24152
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -23823,7 +24247,7 @@
|
|
|
23823
24247
|
"varName": "remoteAsn"
|
|
23824
24248
|
},
|
|
23825
24249
|
"sanctionedAppsCategory": {
|
|
23826
|
-
"alias": "
|
|
24250
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
23827
24251
|
"args": {},
|
|
23828
24252
|
"deprecationReason": null,
|
|
23829
24253
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -23941,7 +24365,7 @@
|
|
|
23941
24365
|
"varName": "internetFirewallDestination"
|
|
23942
24366
|
},
|
|
23943
24367
|
"device": {
|
|
23944
|
-
"alias": "
|
|
24368
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
23945
24369
|
"args": {},
|
|
23946
24370
|
"deprecationReason": null,
|
|
23947
24371
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -24019,7 +24443,7 @@
|
|
|
24019
24443
|
"varName": "deviceProfileRef"
|
|
24020
24444
|
},
|
|
24021
24445
|
"deviceAttributes": {
|
|
24022
|
-
"alias": "
|
|
24446
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
24023
24447
|
"args": {},
|
|
24024
24448
|
"deprecationReason": null,
|
|
24025
24449
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -24191,7 +24615,7 @@
|
|
|
24191
24615
|
"varName": "deviceAttributes"
|
|
24192
24616
|
},
|
|
24193
24617
|
"deviceOS": {
|
|
24194
|
-
"alias": "
|
|
24618
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
24195
24619
|
"args": {},
|
|
24196
24620
|
"deprecationReason": null,
|
|
24197
24621
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -24284,7 +24708,7 @@
|
|
|
24284
24708
|
"varName": "name"
|
|
24285
24709
|
},
|
|
24286
24710
|
"service": {
|
|
24287
|
-
"alias": "
|
|
24711
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
24288
24712
|
"args": {},
|
|
24289
24713
|
"deprecationReason": null,
|
|
24290
24714
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -24301,7 +24725,7 @@
|
|
|
24301
24725
|
"enumValues": null,
|
|
24302
24726
|
"fields": {
|
|
24303
24727
|
"custom": {
|
|
24304
|
-
"alias": "
|
|
24728
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
24305
24729
|
"args": {},
|
|
24306
24730
|
"deprecationReason": null,
|
|
24307
24731
|
"description": null,
|
|
@@ -24340,7 +24764,7 @@
|
|
|
24340
24764
|
"varName": "port"
|
|
24341
24765
|
},
|
|
24342
24766
|
"portRange": {
|
|
24343
|
-
"alias": "
|
|
24767
|
+
"alias": "portRangeCustomService: portRange",
|
|
24344
24768
|
"args": {},
|
|
24345
24769
|
"deprecationReason": null,
|
|
24346
24770
|
"description": null,
|
|
@@ -24415,7 +24839,7 @@
|
|
|
24415
24839
|
"varName": "portRange"
|
|
24416
24840
|
},
|
|
24417
24841
|
"protocol": {
|
|
24418
|
-
"alias": "
|
|
24842
|
+
"alias": "protocolCustomService: protocol",
|
|
24419
24843
|
"args": {},
|
|
24420
24844
|
"deprecationReason": null,
|
|
24421
24845
|
"description": null,
|
|
@@ -24498,7 +24922,7 @@
|
|
|
24498
24922
|
"varName": "customService"
|
|
24499
24923
|
},
|
|
24500
24924
|
"standard": {
|
|
24501
|
-
"alias": "
|
|
24925
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
24502
24926
|
"args": {},
|
|
24503
24927
|
"deprecationReason": null,
|
|
24504
24928
|
"description": null,
|
|
@@ -24593,7 +25017,7 @@
|
|
|
24593
25017
|
"varName": "internetFirewallServiceType"
|
|
24594
25018
|
},
|
|
24595
25019
|
"source": {
|
|
24596
|
-
"alias": "
|
|
25020
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
24597
25021
|
"args": {},
|
|
24598
25022
|
"deprecationReason": null,
|
|
24599
25023
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -24610,7 +25034,7 @@
|
|
|
24610
25034
|
"enumValues": null,
|
|
24611
25035
|
"fields": {
|
|
24612
25036
|
"floatingSubnet": {
|
|
24613
|
-
"alias": "
|
|
25037
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
24614
25038
|
"args": {},
|
|
24615
25039
|
"deprecationReason": null,
|
|
24616
25040
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -24688,7 +25112,7 @@
|
|
|
24688
25112
|
"varName": "floatingSubnetRef"
|
|
24689
25113
|
},
|
|
24690
25114
|
"globalIpRange": {
|
|
24691
|
-
"alias": "
|
|
25115
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
24692
25116
|
"args": {},
|
|
24693
25117
|
"deprecationReason": null,
|
|
24694
25118
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -24766,7 +25190,7 @@
|
|
|
24766
25190
|
"varName": "globalIpRangeRef"
|
|
24767
25191
|
},
|
|
24768
25192
|
"group": {
|
|
24769
|
-
"alias": "
|
|
25193
|
+
"alias": "groupInternetFirewallSource: group",
|
|
24770
25194
|
"args": {},
|
|
24771
25195
|
"deprecationReason": null,
|
|
24772
25196
|
"description": "Groups defined for your account",
|
|
@@ -24844,7 +25268,7 @@
|
|
|
24844
25268
|
"varName": "groupRef"
|
|
24845
25269
|
},
|
|
24846
25270
|
"host": {
|
|
24847
|
-
"alias": "
|
|
25271
|
+
"alias": "hostInternetFirewallSource: host",
|
|
24848
25272
|
"args": {},
|
|
24849
25273
|
"deprecationReason": null,
|
|
24850
25274
|
"description": "Hosts and servers defined for your account",
|
|
@@ -24945,7 +25369,7 @@
|
|
|
24945
25369
|
"varName": "ip"
|
|
24946
25370
|
},
|
|
24947
25371
|
"ipRange": {
|
|
24948
|
-
"alias": "
|
|
25372
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
24949
25373
|
"args": {},
|
|
24950
25374
|
"deprecationReason": null,
|
|
24951
25375
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -25023,7 +25447,7 @@
|
|
|
25023
25447
|
"varName": "ipAddressRange"
|
|
25024
25448
|
},
|
|
25025
25449
|
"networkInterface": {
|
|
25026
|
-
"alias": "
|
|
25450
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
25027
25451
|
"args": {},
|
|
25028
25452
|
"deprecationReason": null,
|
|
25029
25453
|
"description": "Network range defined for a site",
|
|
@@ -25101,7 +25525,7 @@
|
|
|
25101
25525
|
"varName": "networkInterfaceRef"
|
|
25102
25526
|
},
|
|
25103
25527
|
"site": {
|
|
25104
|
-
"alias": "
|
|
25528
|
+
"alias": "siteInternetFirewallSource: site",
|
|
25105
25529
|
"args": {},
|
|
25106
25530
|
"deprecationReason": null,
|
|
25107
25531
|
"description": "Site defined for the account",
|
|
@@ -25179,7 +25603,7 @@
|
|
|
25179
25603
|
"varName": "siteRef"
|
|
25180
25604
|
},
|
|
25181
25605
|
"siteNetworkSubnet": {
|
|
25182
|
-
"alias": "
|
|
25606
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
25183
25607
|
"args": {},
|
|
25184
25608
|
"deprecationReason": null,
|
|
25185
25609
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -25280,7 +25704,7 @@
|
|
|
25280
25704
|
"varName": "subnet"
|
|
25281
25705
|
},
|
|
25282
25706
|
"systemGroup": {
|
|
25283
|
-
"alias": "
|
|
25707
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
25284
25708
|
"args": {},
|
|
25285
25709
|
"deprecationReason": null,
|
|
25286
25710
|
"description": "Predefined Cato groups",
|
|
@@ -25358,7 +25782,7 @@
|
|
|
25358
25782
|
"varName": "systemGroupRef"
|
|
25359
25783
|
},
|
|
25360
25784
|
"user": {
|
|
25361
|
-
"alias": "
|
|
25785
|
+
"alias": "userInternetFirewallSource: user",
|
|
25362
25786
|
"args": {},
|
|
25363
25787
|
"deprecationReason": null,
|
|
25364
25788
|
"description": "Individual users defined for the account",
|
|
@@ -25436,7 +25860,7 @@
|
|
|
25436
25860
|
"varName": "userRef"
|
|
25437
25861
|
},
|
|
25438
25862
|
"usersGroup": {
|
|
25439
|
-
"alias": "
|
|
25863
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
25440
25864
|
"args": {},
|
|
25441
25865
|
"deprecationReason": null,
|
|
25442
25866
|
"description": "Group of users",
|
|
@@ -25613,7 +26037,7 @@
|
|
|
25613
26037
|
"varName": "name"
|
|
25614
26038
|
},
|
|
25615
26039
|
"schedule": {
|
|
25616
|
-
"alias": "
|
|
26040
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
25617
26041
|
"args": {},
|
|
25618
26042
|
"deprecationReason": null,
|
|
25619
26043
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -25630,7 +26054,7 @@
|
|
|
25630
26054
|
"enumValues": null,
|
|
25631
26055
|
"fields": {
|
|
25632
26056
|
"activeOn": {
|
|
25633
|
-
"alias": "
|
|
26057
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
25634
26058
|
"args": {},
|
|
25635
26059
|
"deprecationReason": null,
|
|
25636
26060
|
"description": null,
|
|
@@ -25688,7 +26112,7 @@
|
|
|
25688
26112
|
"varName": "activeOn"
|
|
25689
26113
|
},
|
|
25690
26114
|
"customRecurring": {
|
|
25691
|
-
"alias": "
|
|
26115
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
25692
26116
|
"args": {},
|
|
25693
26117
|
"deprecationReason": null,
|
|
25694
26118
|
"description": null,
|
|
@@ -25840,7 +26264,7 @@
|
|
|
25840
26264
|
"varName": "policyCustomRecurring"
|
|
25841
26265
|
},
|
|
25842
26266
|
"customTimeframe": {
|
|
25843
|
-
"alias": "
|
|
26267
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
25844
26268
|
"args": {},
|
|
25845
26269
|
"deprecationReason": null,
|
|
25846
26270
|
"description": null,
|
|
@@ -25932,7 +26356,7 @@
|
|
|
25932
26356
|
"varName": "policySchedule"
|
|
25933
26357
|
},
|
|
25934
26358
|
"section": {
|
|
25935
|
-
"alias": "
|
|
26359
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
25936
26360
|
"args": {},
|
|
25937
26361
|
"deprecationReason": null,
|
|
25938
26362
|
"description": "Policy section where the rule is located",
|
|
@@ -26008,7 +26432,7 @@
|
|
|
26008
26432
|
"varName": "policySectionInfo"
|
|
26009
26433
|
},
|
|
26010
26434
|
"service": {
|
|
26011
|
-
"alias": "
|
|
26435
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
26012
26436
|
"args": {},
|
|
26013
26437
|
"deprecationReason": null,
|
|
26014
26438
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26025,7 +26449,7 @@
|
|
|
26025
26449
|
"enumValues": null,
|
|
26026
26450
|
"fields": {
|
|
26027
26451
|
"custom": {
|
|
26028
|
-
"alias": "
|
|
26452
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
26029
26453
|
"args": {},
|
|
26030
26454
|
"deprecationReason": null,
|
|
26031
26455
|
"description": null,
|
|
@@ -26064,7 +26488,7 @@
|
|
|
26064
26488
|
"varName": "port"
|
|
26065
26489
|
},
|
|
26066
26490
|
"portRange": {
|
|
26067
|
-
"alias": "
|
|
26491
|
+
"alias": "portRangeCustomService: portRange",
|
|
26068
26492
|
"args": {},
|
|
26069
26493
|
"deprecationReason": null,
|
|
26070
26494
|
"description": null,
|
|
@@ -26139,7 +26563,7 @@
|
|
|
26139
26563
|
"varName": "portRange"
|
|
26140
26564
|
},
|
|
26141
26565
|
"protocol": {
|
|
26142
|
-
"alias": "
|
|
26566
|
+
"alias": "protocolCustomService: protocol",
|
|
26143
26567
|
"args": {},
|
|
26144
26568
|
"deprecationReason": null,
|
|
26145
26569
|
"description": null,
|
|
@@ -26222,7 +26646,7 @@
|
|
|
26222
26646
|
"varName": "customService"
|
|
26223
26647
|
},
|
|
26224
26648
|
"standard": {
|
|
26225
|
-
"alias": "
|
|
26649
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
26226
26650
|
"args": {},
|
|
26227
26651
|
"deprecationReason": null,
|
|
26228
26652
|
"description": null,
|
|
@@ -26317,7 +26741,7 @@
|
|
|
26317
26741
|
"varName": "internetFirewallServiceType"
|
|
26318
26742
|
},
|
|
26319
26743
|
"source": {
|
|
26320
|
-
"alias": "
|
|
26744
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
26321
26745
|
"args": {},
|
|
26322
26746
|
"deprecationReason": null,
|
|
26323
26747
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26334,7 +26758,7 @@
|
|
|
26334
26758
|
"enumValues": null,
|
|
26335
26759
|
"fields": {
|
|
26336
26760
|
"floatingSubnet": {
|
|
26337
|
-
"alias": "
|
|
26761
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
26338
26762
|
"args": {},
|
|
26339
26763
|
"deprecationReason": null,
|
|
26340
26764
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -26412,7 +26836,7 @@
|
|
|
26412
26836
|
"varName": "floatingSubnetRef"
|
|
26413
26837
|
},
|
|
26414
26838
|
"globalIpRange": {
|
|
26415
|
-
"alias": "
|
|
26839
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
26416
26840
|
"args": {},
|
|
26417
26841
|
"deprecationReason": null,
|
|
26418
26842
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -26490,7 +26914,7 @@
|
|
|
26490
26914
|
"varName": "globalIpRangeRef"
|
|
26491
26915
|
},
|
|
26492
26916
|
"group": {
|
|
26493
|
-
"alias": "
|
|
26917
|
+
"alias": "groupInternetFirewallSource: group",
|
|
26494
26918
|
"args": {},
|
|
26495
26919
|
"deprecationReason": null,
|
|
26496
26920
|
"description": "Groups defined for your account",
|
|
@@ -26568,7 +26992,7 @@
|
|
|
26568
26992
|
"varName": "groupRef"
|
|
26569
26993
|
},
|
|
26570
26994
|
"host": {
|
|
26571
|
-
"alias": "
|
|
26995
|
+
"alias": "hostInternetFirewallSource: host",
|
|
26572
26996
|
"args": {},
|
|
26573
26997
|
"deprecationReason": null,
|
|
26574
26998
|
"description": "Hosts and servers defined for your account",
|
|
@@ -26669,7 +27093,7 @@
|
|
|
26669
27093
|
"varName": "ip"
|
|
26670
27094
|
},
|
|
26671
27095
|
"ipRange": {
|
|
26672
|
-
"alias": "
|
|
27096
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
26673
27097
|
"args": {},
|
|
26674
27098
|
"deprecationReason": null,
|
|
26675
27099
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -26747,7 +27171,7 @@
|
|
|
26747
27171
|
"varName": "ipAddressRange"
|
|
26748
27172
|
},
|
|
26749
27173
|
"networkInterface": {
|
|
26750
|
-
"alias": "
|
|
27174
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
26751
27175
|
"args": {},
|
|
26752
27176
|
"deprecationReason": null,
|
|
26753
27177
|
"description": "Network range defined for a site",
|
|
@@ -26825,7 +27249,7 @@
|
|
|
26825
27249
|
"varName": "networkInterfaceRef"
|
|
26826
27250
|
},
|
|
26827
27251
|
"site": {
|
|
26828
|
-
"alias": "
|
|
27252
|
+
"alias": "siteInternetFirewallSource: site",
|
|
26829
27253
|
"args": {},
|
|
26830
27254
|
"deprecationReason": null,
|
|
26831
27255
|
"description": "Site defined for the account",
|
|
@@ -26903,7 +27327,7 @@
|
|
|
26903
27327
|
"varName": "siteRef"
|
|
26904
27328
|
},
|
|
26905
27329
|
"siteNetworkSubnet": {
|
|
26906
|
-
"alias": "
|
|
27330
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
26907
27331
|
"args": {},
|
|
26908
27332
|
"deprecationReason": null,
|
|
26909
27333
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -27004,7 +27428,7 @@
|
|
|
27004
27428
|
"varName": "subnet"
|
|
27005
27429
|
},
|
|
27006
27430
|
"systemGroup": {
|
|
27007
|
-
"alias": "
|
|
27431
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
27008
27432
|
"args": {},
|
|
27009
27433
|
"deprecationReason": null,
|
|
27010
27434
|
"description": "Predefined Cato groups",
|
|
@@ -27082,7 +27506,7 @@
|
|
|
27082
27506
|
"varName": "systemGroupRef"
|
|
27083
27507
|
},
|
|
27084
27508
|
"user": {
|
|
27085
|
-
"alias": "
|
|
27509
|
+
"alias": "userInternetFirewallSource: user",
|
|
27086
27510
|
"args": {},
|
|
27087
27511
|
"deprecationReason": null,
|
|
27088
27512
|
"description": "Individual users defined for the account",
|
|
@@ -27160,7 +27584,7 @@
|
|
|
27160
27584
|
"varName": "userRef"
|
|
27161
27585
|
},
|
|
27162
27586
|
"usersGroup": {
|
|
27163
|
-
"alias": "
|
|
27587
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
27164
27588
|
"args": {},
|
|
27165
27589
|
"deprecationReason": null,
|
|
27166
27590
|
"description": "Group of users",
|
|
@@ -27255,7 +27679,7 @@
|
|
|
27255
27679
|
"varName": "internetFirewallSource"
|
|
27256
27680
|
},
|
|
27257
27681
|
"tracking": {
|
|
27258
|
-
"alias": "
|
|
27682
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
27259
27683
|
"args": {},
|
|
27260
27684
|
"deprecationReason": null,
|
|
27261
27685
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -27272,7 +27696,7 @@
|
|
|
27272
27696
|
"enumValues": null,
|
|
27273
27697
|
"fields": {
|
|
27274
27698
|
"alert": {
|
|
27275
|
-
"alias": "
|
|
27699
|
+
"alias": "alertPolicyTracking: alert",
|
|
27276
27700
|
"args": {},
|
|
27277
27701
|
"deprecationReason": null,
|
|
27278
27702
|
"description": null,
|
|
@@ -27310,7 +27734,7 @@
|
|
|
27310
27734
|
"varName": "enabled"
|
|
27311
27735
|
},
|
|
27312
27736
|
"frequency": {
|
|
27313
|
-
"alias": "
|
|
27737
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
27314
27738
|
"args": {},
|
|
27315
27739
|
"deprecationReason": null,
|
|
27316
27740
|
"description": "Returns data for the alert frequency",
|
|
@@ -27368,7 +27792,7 @@
|
|
|
27368
27792
|
"varName": "frequency"
|
|
27369
27793
|
},
|
|
27370
27794
|
"mailingList": {
|
|
27371
|
-
"alias": "
|
|
27795
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
27372
27796
|
"args": {},
|
|
27373
27797
|
"deprecationReason": null,
|
|
27374
27798
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -27446,7 +27870,7 @@
|
|
|
27446
27870
|
"varName": "subscriptionMailingListRef"
|
|
27447
27871
|
},
|
|
27448
27872
|
"subscriptionGroup": {
|
|
27449
|
-
"alias": "
|
|
27873
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
27450
27874
|
"args": {},
|
|
27451
27875
|
"deprecationReason": null,
|
|
27452
27876
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -27524,7 +27948,7 @@
|
|
|
27524
27948
|
"varName": "subscriptionGroupRef"
|
|
27525
27949
|
},
|
|
27526
27950
|
"webhook": {
|
|
27527
|
-
"alias": "
|
|
27951
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
27528
27952
|
"args": {},
|
|
27529
27953
|
"deprecationReason": null,
|
|
27530
27954
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -27619,7 +28043,7 @@
|
|
|
27619
28043
|
"varName": "policyRuleTrackingAlert"
|
|
27620
28044
|
},
|
|
27621
28045
|
"event": {
|
|
27622
|
-
"alias": "
|
|
28046
|
+
"alias": "eventPolicyTracking: event",
|
|
27623
28047
|
"args": {},
|
|
27624
28048
|
"deprecationReason": null,
|
|
27625
28049
|
"description": null,
|
|
@@ -27724,7 +28148,7 @@
|
|
|
27724
28148
|
"varName": "internetFirewallRulePayload"
|
|
27725
28149
|
},
|
|
27726
28150
|
"status": {
|
|
27727
|
-
"alias": "
|
|
28151
|
+
"alias": "statusInternetFirewallRuleMutationPayload: status",
|
|
27728
28152
|
"args": {},
|
|
27729
28153
|
"deprecationReason": null,
|
|
27730
28154
|
"description": null,
|
|
@@ -27832,6 +28256,20 @@
|
|
|
27832
28256
|
"action": {
|
|
27833
28257
|
"action": "enum(InternetFirewallActionEnum)"
|
|
27834
28258
|
},
|
|
28259
|
+
"activePeriod": {
|
|
28260
|
+
"effectiveFrom": {
|
|
28261
|
+
"effectiveFrom": "DateTime"
|
|
28262
|
+
},
|
|
28263
|
+
"expiresAt": {
|
|
28264
|
+
"expiresAt": "DateTime"
|
|
28265
|
+
},
|
|
28266
|
+
"useEffectiveFrom": {
|
|
28267
|
+
"useEffectiveFrom": "Boolean"
|
|
28268
|
+
},
|
|
28269
|
+
"useExpiresAt": {
|
|
28270
|
+
"useExpiresAt": "Boolean"
|
|
28271
|
+
}
|
|
28272
|
+
},
|
|
27835
28273
|
"connectionOrigin": {
|
|
27836
28274
|
"connectionOrigin": "enum(ConnectionOriginEnum)"
|
|
27837
28275
|
},
|