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
|
@@ -222,6 +222,111 @@
|
|
|
222
222
|
},
|
|
223
223
|
"varName": "action"
|
|
224
224
|
},
|
|
225
|
+
"activePeriod": {
|
|
226
|
+
"defaultValue": "{useEffectiveFrom: false, useExpiresAt: false}",
|
|
227
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
228
|
+
"id_str": "addRule___input___rule___activePeriod",
|
|
229
|
+
"name": "activePeriod",
|
|
230
|
+
"path": "addRule.input.rule.activePeriod",
|
|
231
|
+
"requestStr": "$policyRuleActivePeriodInput:PolicyRuleActivePeriodInput! ",
|
|
232
|
+
"required": true,
|
|
233
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodInput ",
|
|
234
|
+
"type": {
|
|
235
|
+
"definition": {
|
|
236
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
237
|
+
"enumValues": null,
|
|
238
|
+
"fields": null,
|
|
239
|
+
"inputFields": {
|
|
240
|
+
"effectiveFrom": {
|
|
241
|
+
"defaultValue": null,
|
|
242
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
243
|
+
"id_str": "addRule___input___rule___activePeriod___effectiveFrom",
|
|
244
|
+
"name": "effectiveFrom",
|
|
245
|
+
"path": "addRule.input.rule.activePeriod.effectiveFrom",
|
|
246
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
247
|
+
"required": false,
|
|
248
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
249
|
+
"type": {
|
|
250
|
+
"kind": [
|
|
251
|
+
"SCALAR"
|
|
252
|
+
],
|
|
253
|
+
"name": "DateTime",
|
|
254
|
+
"non_null": false
|
|
255
|
+
},
|
|
256
|
+
"varName": "effectiveFrom"
|
|
257
|
+
},
|
|
258
|
+
"expiresAt": {
|
|
259
|
+
"defaultValue": null,
|
|
260
|
+
"description": "The time the rule expires, if not used, default null",
|
|
261
|
+
"id_str": "addRule___input___rule___activePeriod___expiresAt",
|
|
262
|
+
"name": "expiresAt",
|
|
263
|
+
"path": "addRule.input.rule.activePeriod.expiresAt",
|
|
264
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
265
|
+
"required": false,
|
|
266
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
267
|
+
"type": {
|
|
268
|
+
"kind": [
|
|
269
|
+
"SCALAR"
|
|
270
|
+
],
|
|
271
|
+
"name": "DateTime",
|
|
272
|
+
"non_null": false
|
|
273
|
+
},
|
|
274
|
+
"varName": "expiresAt"
|
|
275
|
+
},
|
|
276
|
+
"useEffectiveFrom": {
|
|
277
|
+
"defaultValue": "false",
|
|
278
|
+
"description": null,
|
|
279
|
+
"id_str": "addRule___input___rule___activePeriod___useEffectiveFrom",
|
|
280
|
+
"name": "useEffectiveFrom",
|
|
281
|
+
"path": "addRule.input.rule.activePeriod.useEffectiveFrom",
|
|
282
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
283
|
+
"required": true,
|
|
284
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
285
|
+
"type": {
|
|
286
|
+
"kind": [
|
|
287
|
+
"NON_NULL",
|
|
288
|
+
"SCALAR"
|
|
289
|
+
],
|
|
290
|
+
"name": "Boolean",
|
|
291
|
+
"non_null": false
|
|
292
|
+
},
|
|
293
|
+
"varName": "useEffectiveFrom"
|
|
294
|
+
},
|
|
295
|
+
"useExpiresAt": {
|
|
296
|
+
"defaultValue": "false",
|
|
297
|
+
"description": null,
|
|
298
|
+
"id_str": "addRule___input___rule___activePeriod___useExpiresAt",
|
|
299
|
+
"name": "useExpiresAt",
|
|
300
|
+
"path": "addRule.input.rule.activePeriod.useExpiresAt",
|
|
301
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
302
|
+
"required": true,
|
|
303
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
304
|
+
"type": {
|
|
305
|
+
"kind": [
|
|
306
|
+
"NON_NULL",
|
|
307
|
+
"SCALAR"
|
|
308
|
+
],
|
|
309
|
+
"name": "Boolean",
|
|
310
|
+
"non_null": false
|
|
311
|
+
},
|
|
312
|
+
"varName": "useExpiresAt"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"interfaces": null,
|
|
316
|
+
"kind": "INPUT_OBJECT",
|
|
317
|
+
"name": "PolicyRuleActivePeriodInput",
|
|
318
|
+
"possibleTypes": null
|
|
319
|
+
},
|
|
320
|
+
"indexType": "input_object",
|
|
321
|
+
"kind": [
|
|
322
|
+
"NON_NULL",
|
|
323
|
+
"INPUT_OBJECT"
|
|
324
|
+
],
|
|
325
|
+
"name": "PolicyRuleActivePeriodInput",
|
|
326
|
+
"non_null": false
|
|
327
|
+
},
|
|
328
|
+
"varName": "policyRuleActivePeriodInput"
|
|
329
|
+
},
|
|
225
330
|
"connectionOrigin": {
|
|
226
331
|
"defaultValue": "ANY",
|
|
227
332
|
"description": "Connection origin of the traffic",
|
|
@@ -7224,6 +7329,8 @@
|
|
|
7224
7329
|
"PolicyMutationError": true,
|
|
7225
7330
|
"PolicyMutationRevisionInput": true,
|
|
7226
7331
|
"PolicyMutationStatus": true,
|
|
7332
|
+
"PolicyRuleActivePeriod": true,
|
|
7333
|
+
"PolicyRuleActivePeriodInput": true,
|
|
7227
7334
|
"PolicyRulePositionEnum": true,
|
|
7228
7335
|
"PolicyRulePositionInput": true,
|
|
7229
7336
|
"PolicyRuleTrackingAlert": true,
|
|
@@ -7480,6 +7587,111 @@
|
|
|
7480
7587
|
},
|
|
7481
7588
|
"varName": "action"
|
|
7482
7589
|
},
|
|
7590
|
+
"activePeriod": {
|
|
7591
|
+
"defaultValue": "{useEffectiveFrom: false, useExpiresAt: false}",
|
|
7592
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
7593
|
+
"id_str": "addRule___input___rule___activePeriod",
|
|
7594
|
+
"name": "activePeriod",
|
|
7595
|
+
"path": "addRule.input.rule.activePeriod",
|
|
7596
|
+
"requestStr": "$policyRuleActivePeriodInput:PolicyRuleActivePeriodInput! ",
|
|
7597
|
+
"required": true,
|
|
7598
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodInput ",
|
|
7599
|
+
"type": {
|
|
7600
|
+
"definition": {
|
|
7601
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
7602
|
+
"enumValues": null,
|
|
7603
|
+
"fields": null,
|
|
7604
|
+
"inputFields": {
|
|
7605
|
+
"effectiveFrom": {
|
|
7606
|
+
"defaultValue": null,
|
|
7607
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
7608
|
+
"id_str": "addRule___input___rule___activePeriod___effectiveFrom",
|
|
7609
|
+
"name": "effectiveFrom",
|
|
7610
|
+
"path": "addRule.input.rule.activePeriod.effectiveFrom",
|
|
7611
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
7612
|
+
"required": false,
|
|
7613
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
7614
|
+
"type": {
|
|
7615
|
+
"kind": [
|
|
7616
|
+
"SCALAR"
|
|
7617
|
+
],
|
|
7618
|
+
"name": "DateTime",
|
|
7619
|
+
"non_null": false
|
|
7620
|
+
},
|
|
7621
|
+
"varName": "effectiveFrom"
|
|
7622
|
+
},
|
|
7623
|
+
"expiresAt": {
|
|
7624
|
+
"defaultValue": null,
|
|
7625
|
+
"description": "The time the rule expires, if not used, default null",
|
|
7626
|
+
"id_str": "addRule___input___rule___activePeriod___expiresAt",
|
|
7627
|
+
"name": "expiresAt",
|
|
7628
|
+
"path": "addRule.input.rule.activePeriod.expiresAt",
|
|
7629
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
7630
|
+
"required": false,
|
|
7631
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
7632
|
+
"type": {
|
|
7633
|
+
"kind": [
|
|
7634
|
+
"SCALAR"
|
|
7635
|
+
],
|
|
7636
|
+
"name": "DateTime",
|
|
7637
|
+
"non_null": false
|
|
7638
|
+
},
|
|
7639
|
+
"varName": "expiresAt"
|
|
7640
|
+
},
|
|
7641
|
+
"useEffectiveFrom": {
|
|
7642
|
+
"defaultValue": "false",
|
|
7643
|
+
"description": null,
|
|
7644
|
+
"id_str": "addRule___input___rule___activePeriod___useEffectiveFrom",
|
|
7645
|
+
"name": "useEffectiveFrom",
|
|
7646
|
+
"path": "addRule.input.rule.activePeriod.useEffectiveFrom",
|
|
7647
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
7648
|
+
"required": true,
|
|
7649
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
7650
|
+
"type": {
|
|
7651
|
+
"kind": [
|
|
7652
|
+
"NON_NULL",
|
|
7653
|
+
"SCALAR"
|
|
7654
|
+
],
|
|
7655
|
+
"name": "Boolean",
|
|
7656
|
+
"non_null": false
|
|
7657
|
+
},
|
|
7658
|
+
"varName": "useEffectiveFrom"
|
|
7659
|
+
},
|
|
7660
|
+
"useExpiresAt": {
|
|
7661
|
+
"defaultValue": "false",
|
|
7662
|
+
"description": null,
|
|
7663
|
+
"id_str": "addRule___input___rule___activePeriod___useExpiresAt",
|
|
7664
|
+
"name": "useExpiresAt",
|
|
7665
|
+
"path": "addRule.input.rule.activePeriod.useExpiresAt",
|
|
7666
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
7667
|
+
"required": true,
|
|
7668
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
7669
|
+
"type": {
|
|
7670
|
+
"kind": [
|
|
7671
|
+
"NON_NULL",
|
|
7672
|
+
"SCALAR"
|
|
7673
|
+
],
|
|
7674
|
+
"name": "Boolean",
|
|
7675
|
+
"non_null": false
|
|
7676
|
+
},
|
|
7677
|
+
"varName": "useExpiresAt"
|
|
7678
|
+
}
|
|
7679
|
+
},
|
|
7680
|
+
"interfaces": null,
|
|
7681
|
+
"kind": "INPUT_OBJECT",
|
|
7682
|
+
"name": "PolicyRuleActivePeriodInput",
|
|
7683
|
+
"possibleTypes": null
|
|
7684
|
+
},
|
|
7685
|
+
"indexType": "input_object",
|
|
7686
|
+
"kind": [
|
|
7687
|
+
"NON_NULL",
|
|
7688
|
+
"INPUT_OBJECT"
|
|
7689
|
+
],
|
|
7690
|
+
"name": "PolicyRuleActivePeriodInput",
|
|
7691
|
+
"non_null": false
|
|
7692
|
+
},
|
|
7693
|
+
"varName": "policyRuleActivePeriodInput"
|
|
7694
|
+
},
|
|
7483
7695
|
"connectionOrigin": {
|
|
7484
7696
|
"defaultValue": "ANY",
|
|
7485
7697
|
"description": "Connection origin of the traffic",
|
|
@@ -14690,6 +14902,111 @@
|
|
|
14690
14902
|
},
|
|
14691
14903
|
"varName": "action"
|
|
14692
14904
|
},
|
|
14905
|
+
"activePeriod": {
|
|
14906
|
+
"defaultValue": "{useEffectiveFrom: false, useExpiresAt: false}",
|
|
14907
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
14908
|
+
"id_str": "addRule___input___rule___activePeriod",
|
|
14909
|
+
"name": "activePeriod",
|
|
14910
|
+
"path": "addRule.input.rule.activePeriod",
|
|
14911
|
+
"requestStr": "$policyRuleActivePeriodInput:PolicyRuleActivePeriodInput! ",
|
|
14912
|
+
"required": true,
|
|
14913
|
+
"responseStr": "activePeriod:$policyRuleActivePeriodInput ",
|
|
14914
|
+
"type": {
|
|
14915
|
+
"definition": {
|
|
14916
|
+
"description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
|
|
14917
|
+
"enumValues": null,
|
|
14918
|
+
"fields": null,
|
|
14919
|
+
"inputFields": {
|
|
14920
|
+
"effectiveFrom": {
|
|
14921
|
+
"defaultValue": null,
|
|
14922
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
14923
|
+
"id_str": "addRule___input___rule___activePeriod___effectiveFrom",
|
|
14924
|
+
"name": "effectiveFrom",
|
|
14925
|
+
"path": "addRule.input.rule.activePeriod.effectiveFrom",
|
|
14926
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
14927
|
+
"required": false,
|
|
14928
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
14929
|
+
"type": {
|
|
14930
|
+
"kind": [
|
|
14931
|
+
"SCALAR"
|
|
14932
|
+
],
|
|
14933
|
+
"name": "DateTime",
|
|
14934
|
+
"non_null": false
|
|
14935
|
+
},
|
|
14936
|
+
"varName": "effectiveFrom"
|
|
14937
|
+
},
|
|
14938
|
+
"expiresAt": {
|
|
14939
|
+
"defaultValue": null,
|
|
14940
|
+
"description": "The time the rule expires, if not used, default null",
|
|
14941
|
+
"id_str": "addRule___input___rule___activePeriod___expiresAt",
|
|
14942
|
+
"name": "expiresAt",
|
|
14943
|
+
"path": "addRule.input.rule.activePeriod.expiresAt",
|
|
14944
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
14945
|
+
"required": false,
|
|
14946
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
14947
|
+
"type": {
|
|
14948
|
+
"kind": [
|
|
14949
|
+
"SCALAR"
|
|
14950
|
+
],
|
|
14951
|
+
"name": "DateTime",
|
|
14952
|
+
"non_null": false
|
|
14953
|
+
},
|
|
14954
|
+
"varName": "expiresAt"
|
|
14955
|
+
},
|
|
14956
|
+
"useEffectiveFrom": {
|
|
14957
|
+
"defaultValue": "false",
|
|
14958
|
+
"description": null,
|
|
14959
|
+
"id_str": "addRule___input___rule___activePeriod___useEffectiveFrom",
|
|
14960
|
+
"name": "useEffectiveFrom",
|
|
14961
|
+
"path": "addRule.input.rule.activePeriod.useEffectiveFrom",
|
|
14962
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
14963
|
+
"required": true,
|
|
14964
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
14965
|
+
"type": {
|
|
14966
|
+
"kind": [
|
|
14967
|
+
"NON_NULL",
|
|
14968
|
+
"SCALAR"
|
|
14969
|
+
],
|
|
14970
|
+
"name": "Boolean",
|
|
14971
|
+
"non_null": false
|
|
14972
|
+
},
|
|
14973
|
+
"varName": "useEffectiveFrom"
|
|
14974
|
+
},
|
|
14975
|
+
"useExpiresAt": {
|
|
14976
|
+
"defaultValue": "false",
|
|
14977
|
+
"description": null,
|
|
14978
|
+
"id_str": "addRule___input___rule___activePeriod___useExpiresAt",
|
|
14979
|
+
"name": "useExpiresAt",
|
|
14980
|
+
"path": "addRule.input.rule.activePeriod.useExpiresAt",
|
|
14981
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
14982
|
+
"required": true,
|
|
14983
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
14984
|
+
"type": {
|
|
14985
|
+
"kind": [
|
|
14986
|
+
"NON_NULL",
|
|
14987
|
+
"SCALAR"
|
|
14988
|
+
],
|
|
14989
|
+
"name": "Boolean",
|
|
14990
|
+
"non_null": false
|
|
14991
|
+
},
|
|
14992
|
+
"varName": "useExpiresAt"
|
|
14993
|
+
}
|
|
14994
|
+
},
|
|
14995
|
+
"interfaces": null,
|
|
14996
|
+
"kind": "INPUT_OBJECT",
|
|
14997
|
+
"name": "PolicyRuleActivePeriodInput",
|
|
14998
|
+
"possibleTypes": null
|
|
14999
|
+
},
|
|
15000
|
+
"indexType": "input_object",
|
|
15001
|
+
"kind": [
|
|
15002
|
+
"NON_NULL",
|
|
15003
|
+
"INPUT_OBJECT"
|
|
15004
|
+
],
|
|
15005
|
+
"name": "PolicyRuleActivePeriodInput",
|
|
15006
|
+
"non_null": false
|
|
15007
|
+
},
|
|
15008
|
+
"varName": "policyRuleActivePeriodInput"
|
|
15009
|
+
},
|
|
14693
15010
|
"connectionOrigin": {
|
|
14694
15011
|
"defaultValue": "ANY",
|
|
14695
15012
|
"description": "Connection origin of the traffic",
|
|
@@ -21535,7 +21852,7 @@
|
|
|
21535
21852
|
"enumValues": null,
|
|
21536
21853
|
"fields": {
|
|
21537
21854
|
"errors": {
|
|
21538
|
-
"alias": "
|
|
21855
|
+
"alias": "errorsInternetFirewallRuleMutationPayload: errors",
|
|
21539
21856
|
"args": {},
|
|
21540
21857
|
"deprecationReason": null,
|
|
21541
21858
|
"description": null,
|
|
@@ -21611,7 +21928,7 @@
|
|
|
21611
21928
|
"varName": "policyMutationError"
|
|
21612
21929
|
},
|
|
21613
21930
|
"rule": {
|
|
21614
|
-
"alias": "
|
|
21931
|
+
"alias": "ruleInternetFirewallRuleMutationPayload: rule",
|
|
21615
21932
|
"args": {},
|
|
21616
21933
|
"deprecationReason": null,
|
|
21617
21934
|
"description": null,
|
|
@@ -21796,7 +22113,7 @@
|
|
|
21796
22113
|
"enumValues": null,
|
|
21797
22114
|
"fields": {
|
|
21798
22115
|
"action": {
|
|
21799
|
-
"alias": "
|
|
22116
|
+
"alias": "actionInternetFirewallRule: action",
|
|
21800
22117
|
"args": {},
|
|
21801
22118
|
"deprecationReason": null,
|
|
21802
22119
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -21853,8 +22170,124 @@
|
|
|
21853
22170
|
},
|
|
21854
22171
|
"varName": "action"
|
|
21855
22172
|
},
|
|
22173
|
+
"activePeriod": {
|
|
22174
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
22175
|
+
"args": {},
|
|
22176
|
+
"deprecationReason": null,
|
|
22177
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
22178
|
+
"id_str": "internetFirewall___addRule___rule___rule___activePeriod",
|
|
22179
|
+
"isDeprecated": false,
|
|
22180
|
+
"name": "activePeriod",
|
|
22181
|
+
"path": "internetFirewall.addRule.rule.rule.activePeriod",
|
|
22182
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
22183
|
+
"required": true,
|
|
22184
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
22185
|
+
"type": {
|
|
22186
|
+
"definition": {
|
|
22187
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
22188
|
+
"enumValues": null,
|
|
22189
|
+
"fields": {
|
|
22190
|
+
"effectiveFrom": {
|
|
22191
|
+
"args": {},
|
|
22192
|
+
"deprecationReason": null,
|
|
22193
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
22194
|
+
"id_str": "internetFirewall___addRule___rule___rule___activePeriod___effectiveFrom",
|
|
22195
|
+
"isDeprecated": false,
|
|
22196
|
+
"name": "effectiveFrom",
|
|
22197
|
+
"path": "internetFirewall.addRule.rule.rule.activePeriod.effectiveFrom",
|
|
22198
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
22199
|
+
"required": false,
|
|
22200
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
22201
|
+
"type": {
|
|
22202
|
+
"kind": [
|
|
22203
|
+
"SCALAR"
|
|
22204
|
+
],
|
|
22205
|
+
"name": "DateTime",
|
|
22206
|
+
"non_null": false
|
|
22207
|
+
},
|
|
22208
|
+
"varName": "effectiveFrom"
|
|
22209
|
+
},
|
|
22210
|
+
"expiresAt": {
|
|
22211
|
+
"args": {},
|
|
22212
|
+
"deprecationReason": null,
|
|
22213
|
+
"description": "The time the rule expires, if not used, default null",
|
|
22214
|
+
"id_str": "internetFirewall___addRule___rule___rule___activePeriod___expiresAt",
|
|
22215
|
+
"isDeprecated": false,
|
|
22216
|
+
"name": "expiresAt",
|
|
22217
|
+
"path": "internetFirewall.addRule.rule.rule.activePeriod.expiresAt",
|
|
22218
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
22219
|
+
"required": false,
|
|
22220
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
22221
|
+
"type": {
|
|
22222
|
+
"kind": [
|
|
22223
|
+
"SCALAR"
|
|
22224
|
+
],
|
|
22225
|
+
"name": "DateTime",
|
|
22226
|
+
"non_null": false
|
|
22227
|
+
},
|
|
22228
|
+
"varName": "expiresAt"
|
|
22229
|
+
},
|
|
22230
|
+
"useEffectiveFrom": {
|
|
22231
|
+
"args": {},
|
|
22232
|
+
"deprecationReason": null,
|
|
22233
|
+
"description": null,
|
|
22234
|
+
"id_str": "internetFirewall___addRule___rule___rule___activePeriod___useEffectiveFrom",
|
|
22235
|
+
"isDeprecated": false,
|
|
22236
|
+
"name": "useEffectiveFrom",
|
|
22237
|
+
"path": "internetFirewall.addRule.rule.rule.activePeriod.useEffectiveFrom",
|
|
22238
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
22239
|
+
"required": true,
|
|
22240
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
22241
|
+
"type": {
|
|
22242
|
+
"kind": [
|
|
22243
|
+
"NON_NULL",
|
|
22244
|
+
"SCALAR"
|
|
22245
|
+
],
|
|
22246
|
+
"name": "Boolean",
|
|
22247
|
+
"non_null": false
|
|
22248
|
+
},
|
|
22249
|
+
"varName": "useEffectiveFrom"
|
|
22250
|
+
},
|
|
22251
|
+
"useExpiresAt": {
|
|
22252
|
+
"args": {},
|
|
22253
|
+
"deprecationReason": null,
|
|
22254
|
+
"description": null,
|
|
22255
|
+
"id_str": "internetFirewall___addRule___rule___rule___activePeriod___useExpiresAt",
|
|
22256
|
+
"isDeprecated": false,
|
|
22257
|
+
"name": "useExpiresAt",
|
|
22258
|
+
"path": "internetFirewall.addRule.rule.rule.activePeriod.useExpiresAt",
|
|
22259
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
22260
|
+
"required": true,
|
|
22261
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
22262
|
+
"type": {
|
|
22263
|
+
"kind": [
|
|
22264
|
+
"NON_NULL",
|
|
22265
|
+
"SCALAR"
|
|
22266
|
+
],
|
|
22267
|
+
"name": "Boolean",
|
|
22268
|
+
"non_null": false
|
|
22269
|
+
},
|
|
22270
|
+
"varName": "useExpiresAt"
|
|
22271
|
+
}
|
|
22272
|
+
},
|
|
22273
|
+
"inputFields": null,
|
|
22274
|
+
"interfaces": {},
|
|
22275
|
+
"kind": "OBJECT",
|
|
22276
|
+
"name": "PolicyRuleActivePeriod",
|
|
22277
|
+
"possibleTypes": null
|
|
22278
|
+
},
|
|
22279
|
+
"indexType": "object",
|
|
22280
|
+
"kind": [
|
|
22281
|
+
"NON_NULL",
|
|
22282
|
+
"OBJECT"
|
|
22283
|
+
],
|
|
22284
|
+
"name": "PolicyRuleActivePeriod",
|
|
22285
|
+
"non_null": false
|
|
22286
|
+
},
|
|
22287
|
+
"varName": "policyRuleActivePeriod"
|
|
22288
|
+
},
|
|
21856
22289
|
"connectionOrigin": {
|
|
21857
|
-
"alias": "
|
|
22290
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
21858
22291
|
"args": {},
|
|
21859
22292
|
"deprecationReason": null,
|
|
21860
22293
|
"description": "Connection origin of the traffic",
|
|
@@ -21906,7 +22339,7 @@
|
|
|
21906
22339
|
"varName": "connectionOrigin"
|
|
21907
22340
|
},
|
|
21908
22341
|
"country": {
|
|
21909
|
-
"alias": "
|
|
22342
|
+
"alias": "countryInternetFirewallRule: country",
|
|
21910
22343
|
"args": {},
|
|
21911
22344
|
"deprecationReason": null,
|
|
21912
22345
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -22005,7 +22438,7 @@
|
|
|
22005
22438
|
"varName": "description"
|
|
22006
22439
|
},
|
|
22007
22440
|
"destination": {
|
|
22008
|
-
"alias": "
|
|
22441
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
22009
22442
|
"args": {},
|
|
22010
22443
|
"deprecationReason": null,
|
|
22011
22444
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -22022,7 +22455,7 @@
|
|
|
22022
22455
|
"enumValues": null,
|
|
22023
22456
|
"fields": {
|
|
22024
22457
|
"appCategory": {
|
|
22025
|
-
"alias": "
|
|
22458
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
22026
22459
|
"args": {},
|
|
22027
22460
|
"deprecationReason": null,
|
|
22028
22461
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -22100,7 +22533,7 @@
|
|
|
22100
22533
|
"varName": "applicationCategoryRef"
|
|
22101
22534
|
},
|
|
22102
22535
|
"application": {
|
|
22103
|
-
"alias": "
|
|
22536
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
22104
22537
|
"args": {},
|
|
22105
22538
|
"deprecationReason": null,
|
|
22106
22539
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -22178,7 +22611,7 @@
|
|
|
22178
22611
|
"varName": "applicationRef"
|
|
22179
22612
|
},
|
|
22180
22613
|
"containers": {
|
|
22181
|
-
"alias": "
|
|
22614
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
22182
22615
|
"args": {},
|
|
22183
22616
|
"deprecationReason": null,
|
|
22184
22617
|
"description": null,
|
|
@@ -22195,7 +22628,7 @@
|
|
|
22195
22628
|
"enumValues": null,
|
|
22196
22629
|
"fields": {
|
|
22197
22630
|
"fqdnContainer": {
|
|
22198
|
-
"alias": "
|
|
22631
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
22199
22632
|
"args": {},
|
|
22200
22633
|
"deprecationReason": null,
|
|
22201
22634
|
"description": null,
|
|
@@ -22273,7 +22706,7 @@
|
|
|
22273
22706
|
"varName": "fqdnContainerRef"
|
|
22274
22707
|
},
|
|
22275
22708
|
"ipAddressRangeContainer": {
|
|
22276
|
-
"alias": "
|
|
22709
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
22277
22710
|
"args": {},
|
|
22278
22711
|
"deprecationReason": null,
|
|
22279
22712
|
"description": null,
|
|
@@ -22368,7 +22801,7 @@
|
|
|
22368
22801
|
"varName": "internetFirewallContainer"
|
|
22369
22802
|
},
|
|
22370
22803
|
"country": {
|
|
22371
|
-
"alias": "
|
|
22804
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
22372
22805
|
"args": {},
|
|
22373
22806
|
"deprecationReason": null,
|
|
22374
22807
|
"description": "Countries",
|
|
@@ -22446,7 +22879,7 @@
|
|
|
22446
22879
|
"varName": "countryRef"
|
|
22447
22880
|
},
|
|
22448
22881
|
"customApp": {
|
|
22449
|
-
"alias": "
|
|
22882
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
22450
22883
|
"args": {},
|
|
22451
22884
|
"deprecationReason": null,
|
|
22452
22885
|
"description": "Custom (user-defined) applications",
|
|
@@ -22524,7 +22957,7 @@
|
|
|
22524
22957
|
"varName": "customApplicationRef"
|
|
22525
22958
|
},
|
|
22526
22959
|
"customCategory": {
|
|
22527
|
-
"alias": "
|
|
22960
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
22528
22961
|
"args": {},
|
|
22529
22962
|
"deprecationReason": null,
|
|
22530
22963
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -22648,7 +23081,7 @@
|
|
|
22648
23081
|
"varName": "fqdn"
|
|
22649
23082
|
},
|
|
22650
23083
|
"globalIpRange": {
|
|
22651
|
-
"alias": "
|
|
23084
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
22652
23085
|
"args": {},
|
|
22653
23086
|
"deprecationReason": null,
|
|
22654
23087
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -22749,7 +23182,7 @@
|
|
|
22749
23182
|
"varName": "ip"
|
|
22750
23183
|
},
|
|
22751
23184
|
"ipRange": {
|
|
22752
|
-
"alias": "
|
|
23185
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
22753
23186
|
"args": {},
|
|
22754
23187
|
"deprecationReason": null,
|
|
22755
23188
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -22850,7 +23283,7 @@
|
|
|
22850
23283
|
"varName": "remoteAsn"
|
|
22851
23284
|
},
|
|
22852
23285
|
"sanctionedAppsCategory": {
|
|
22853
|
-
"alias": "
|
|
23286
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
22854
23287
|
"args": {},
|
|
22855
23288
|
"deprecationReason": null,
|
|
22856
23289
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -22968,7 +23401,7 @@
|
|
|
22968
23401
|
"varName": "internetFirewallDestination"
|
|
22969
23402
|
},
|
|
22970
23403
|
"device": {
|
|
22971
|
-
"alias": "
|
|
23404
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
22972
23405
|
"args": {},
|
|
22973
23406
|
"deprecationReason": null,
|
|
22974
23407
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -23046,7 +23479,7 @@
|
|
|
23046
23479
|
"varName": "deviceProfileRef"
|
|
23047
23480
|
},
|
|
23048
23481
|
"deviceAttributes": {
|
|
23049
|
-
"alias": "
|
|
23482
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
23050
23483
|
"args": {},
|
|
23051
23484
|
"deprecationReason": null,
|
|
23052
23485
|
"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.",
|
|
@@ -23218,7 +23651,7 @@
|
|
|
23218
23651
|
"varName": "deviceAttributes"
|
|
23219
23652
|
},
|
|
23220
23653
|
"deviceOS": {
|
|
23221
|
-
"alias": "
|
|
23654
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
23222
23655
|
"args": {},
|
|
23223
23656
|
"deprecationReason": null,
|
|
23224
23657
|
"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.",
|
|
@@ -23311,7 +23744,7 @@
|
|
|
23311
23744
|
"varName": "enabled"
|
|
23312
23745
|
},
|
|
23313
23746
|
"exceptions": {
|
|
23314
|
-
"alias": "
|
|
23747
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
23315
23748
|
"args": {},
|
|
23316
23749
|
"deprecationReason": null,
|
|
23317
23750
|
"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.",
|
|
@@ -23328,7 +23761,7 @@
|
|
|
23328
23761
|
"enumValues": null,
|
|
23329
23762
|
"fields": {
|
|
23330
23763
|
"connectionOrigin": {
|
|
23331
|
-
"alias": "
|
|
23764
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
23332
23765
|
"args": {},
|
|
23333
23766
|
"deprecationReason": null,
|
|
23334
23767
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -23380,7 +23813,7 @@
|
|
|
23380
23813
|
"varName": "connectionOrigin"
|
|
23381
23814
|
},
|
|
23382
23815
|
"country": {
|
|
23383
|
-
"alias": "
|
|
23816
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
23384
23817
|
"args": {},
|
|
23385
23818
|
"deprecationReason": null,
|
|
23386
23819
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -23458,7 +23891,7 @@
|
|
|
23458
23891
|
"varName": "countryRef"
|
|
23459
23892
|
},
|
|
23460
23893
|
"destination": {
|
|
23461
|
-
"alias": "
|
|
23894
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
23462
23895
|
"args": {},
|
|
23463
23896
|
"deprecationReason": null,
|
|
23464
23897
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -23475,7 +23908,7 @@
|
|
|
23475
23908
|
"enumValues": null,
|
|
23476
23909
|
"fields": {
|
|
23477
23910
|
"appCategory": {
|
|
23478
|
-
"alias": "
|
|
23911
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
23479
23912
|
"args": {},
|
|
23480
23913
|
"deprecationReason": null,
|
|
23481
23914
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -23553,7 +23986,7 @@
|
|
|
23553
23986
|
"varName": "applicationCategoryRef"
|
|
23554
23987
|
},
|
|
23555
23988
|
"application": {
|
|
23556
|
-
"alias": "
|
|
23989
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
23557
23990
|
"args": {},
|
|
23558
23991
|
"deprecationReason": null,
|
|
23559
23992
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -23631,7 +24064,7 @@
|
|
|
23631
24064
|
"varName": "applicationRef"
|
|
23632
24065
|
},
|
|
23633
24066
|
"containers": {
|
|
23634
|
-
"alias": "
|
|
24067
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
23635
24068
|
"args": {},
|
|
23636
24069
|
"deprecationReason": null,
|
|
23637
24070
|
"description": null,
|
|
@@ -23648,7 +24081,7 @@
|
|
|
23648
24081
|
"enumValues": null,
|
|
23649
24082
|
"fields": {
|
|
23650
24083
|
"fqdnContainer": {
|
|
23651
|
-
"alias": "
|
|
24084
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
23652
24085
|
"args": {},
|
|
23653
24086
|
"deprecationReason": null,
|
|
23654
24087
|
"description": null,
|
|
@@ -23726,7 +24159,7 @@
|
|
|
23726
24159
|
"varName": "fqdnContainerRef"
|
|
23727
24160
|
},
|
|
23728
24161
|
"ipAddressRangeContainer": {
|
|
23729
|
-
"alias": "
|
|
24162
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
23730
24163
|
"args": {},
|
|
23731
24164
|
"deprecationReason": null,
|
|
23732
24165
|
"description": null,
|
|
@@ -23821,7 +24254,7 @@
|
|
|
23821
24254
|
"varName": "internetFirewallContainer"
|
|
23822
24255
|
},
|
|
23823
24256
|
"country": {
|
|
23824
|
-
"alias": "
|
|
24257
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
23825
24258
|
"args": {},
|
|
23826
24259
|
"deprecationReason": null,
|
|
23827
24260
|
"description": "Countries",
|
|
@@ -23899,7 +24332,7 @@
|
|
|
23899
24332
|
"varName": "countryRef"
|
|
23900
24333
|
},
|
|
23901
24334
|
"customApp": {
|
|
23902
|
-
"alias": "
|
|
24335
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
23903
24336
|
"args": {},
|
|
23904
24337
|
"deprecationReason": null,
|
|
23905
24338
|
"description": "Custom (user-defined) applications",
|
|
@@ -23977,7 +24410,7 @@
|
|
|
23977
24410
|
"varName": "customApplicationRef"
|
|
23978
24411
|
},
|
|
23979
24412
|
"customCategory": {
|
|
23980
|
-
"alias": "
|
|
24413
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
23981
24414
|
"args": {},
|
|
23982
24415
|
"deprecationReason": null,
|
|
23983
24416
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -24101,7 +24534,7 @@
|
|
|
24101
24534
|
"varName": "fqdn"
|
|
24102
24535
|
},
|
|
24103
24536
|
"globalIpRange": {
|
|
24104
|
-
"alias": "
|
|
24537
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
24105
24538
|
"args": {},
|
|
24106
24539
|
"deprecationReason": null,
|
|
24107
24540
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -24202,7 +24635,7 @@
|
|
|
24202
24635
|
"varName": "ip"
|
|
24203
24636
|
},
|
|
24204
24637
|
"ipRange": {
|
|
24205
|
-
"alias": "
|
|
24638
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
24206
24639
|
"args": {},
|
|
24207
24640
|
"deprecationReason": null,
|
|
24208
24641
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -24303,7 +24736,7 @@
|
|
|
24303
24736
|
"varName": "remoteAsn"
|
|
24304
24737
|
},
|
|
24305
24738
|
"sanctionedAppsCategory": {
|
|
24306
|
-
"alias": "
|
|
24739
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
24307
24740
|
"args": {},
|
|
24308
24741
|
"deprecationReason": null,
|
|
24309
24742
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -24421,7 +24854,7 @@
|
|
|
24421
24854
|
"varName": "internetFirewallDestination"
|
|
24422
24855
|
},
|
|
24423
24856
|
"device": {
|
|
24424
|
-
"alias": "
|
|
24857
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
24425
24858
|
"args": {},
|
|
24426
24859
|
"deprecationReason": null,
|
|
24427
24860
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -24499,7 +24932,7 @@
|
|
|
24499
24932
|
"varName": "deviceProfileRef"
|
|
24500
24933
|
},
|
|
24501
24934
|
"deviceAttributes": {
|
|
24502
|
-
"alias": "
|
|
24935
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
24503
24936
|
"args": {},
|
|
24504
24937
|
"deprecationReason": null,
|
|
24505
24938
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -24671,7 +25104,7 @@
|
|
|
24671
25104
|
"varName": "deviceAttributes"
|
|
24672
25105
|
},
|
|
24673
25106
|
"deviceOS": {
|
|
24674
|
-
"alias": "
|
|
25107
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
24675
25108
|
"args": {},
|
|
24676
25109
|
"deprecationReason": null,
|
|
24677
25110
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -24764,7 +25197,7 @@
|
|
|
24764
25197
|
"varName": "name"
|
|
24765
25198
|
},
|
|
24766
25199
|
"service": {
|
|
24767
|
-
"alias": "
|
|
25200
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
24768
25201
|
"args": {},
|
|
24769
25202
|
"deprecationReason": null,
|
|
24770
25203
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -24781,7 +25214,7 @@
|
|
|
24781
25214
|
"enumValues": null,
|
|
24782
25215
|
"fields": {
|
|
24783
25216
|
"custom": {
|
|
24784
|
-
"alias": "
|
|
25217
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
24785
25218
|
"args": {},
|
|
24786
25219
|
"deprecationReason": null,
|
|
24787
25220
|
"description": null,
|
|
@@ -24820,7 +25253,7 @@
|
|
|
24820
25253
|
"varName": "port"
|
|
24821
25254
|
},
|
|
24822
25255
|
"portRange": {
|
|
24823
|
-
"alias": "
|
|
25256
|
+
"alias": "portRangeCustomService: portRange",
|
|
24824
25257
|
"args": {},
|
|
24825
25258
|
"deprecationReason": null,
|
|
24826
25259
|
"description": null,
|
|
@@ -24895,7 +25328,7 @@
|
|
|
24895
25328
|
"varName": "portRange"
|
|
24896
25329
|
},
|
|
24897
25330
|
"protocol": {
|
|
24898
|
-
"alias": "
|
|
25331
|
+
"alias": "protocolCustomService: protocol",
|
|
24899
25332
|
"args": {},
|
|
24900
25333
|
"deprecationReason": null,
|
|
24901
25334
|
"description": null,
|
|
@@ -24978,7 +25411,7 @@
|
|
|
24978
25411
|
"varName": "customService"
|
|
24979
25412
|
},
|
|
24980
25413
|
"standard": {
|
|
24981
|
-
"alias": "
|
|
25414
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
24982
25415
|
"args": {},
|
|
24983
25416
|
"deprecationReason": null,
|
|
24984
25417
|
"description": null,
|
|
@@ -25073,7 +25506,7 @@
|
|
|
25073
25506
|
"varName": "internetFirewallServiceType"
|
|
25074
25507
|
},
|
|
25075
25508
|
"source": {
|
|
25076
|
-
"alias": "
|
|
25509
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
25077
25510
|
"args": {},
|
|
25078
25511
|
"deprecationReason": null,
|
|
25079
25512
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -25090,7 +25523,7 @@
|
|
|
25090
25523
|
"enumValues": null,
|
|
25091
25524
|
"fields": {
|
|
25092
25525
|
"floatingSubnet": {
|
|
25093
|
-
"alias": "
|
|
25526
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
25094
25527
|
"args": {},
|
|
25095
25528
|
"deprecationReason": null,
|
|
25096
25529
|
"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.",
|
|
@@ -25168,7 +25601,7 @@
|
|
|
25168
25601
|
"varName": "floatingSubnetRef"
|
|
25169
25602
|
},
|
|
25170
25603
|
"globalIpRange": {
|
|
25171
|
-
"alias": "
|
|
25604
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
25172
25605
|
"args": {},
|
|
25173
25606
|
"deprecationReason": null,
|
|
25174
25607
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -25246,7 +25679,7 @@
|
|
|
25246
25679
|
"varName": "globalIpRangeRef"
|
|
25247
25680
|
},
|
|
25248
25681
|
"group": {
|
|
25249
|
-
"alias": "
|
|
25682
|
+
"alias": "groupInternetFirewallSource: group",
|
|
25250
25683
|
"args": {},
|
|
25251
25684
|
"deprecationReason": null,
|
|
25252
25685
|
"description": "Groups defined for your account",
|
|
@@ -25324,7 +25757,7 @@
|
|
|
25324
25757
|
"varName": "groupRef"
|
|
25325
25758
|
},
|
|
25326
25759
|
"host": {
|
|
25327
|
-
"alias": "
|
|
25760
|
+
"alias": "hostInternetFirewallSource: host",
|
|
25328
25761
|
"args": {},
|
|
25329
25762
|
"deprecationReason": null,
|
|
25330
25763
|
"description": "Hosts and servers defined for your account",
|
|
@@ -25425,7 +25858,7 @@
|
|
|
25425
25858
|
"varName": "ip"
|
|
25426
25859
|
},
|
|
25427
25860
|
"ipRange": {
|
|
25428
|
-
"alias": "
|
|
25861
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
25429
25862
|
"args": {},
|
|
25430
25863
|
"deprecationReason": null,
|
|
25431
25864
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -25503,7 +25936,7 @@
|
|
|
25503
25936
|
"varName": "ipAddressRange"
|
|
25504
25937
|
},
|
|
25505
25938
|
"networkInterface": {
|
|
25506
|
-
"alias": "
|
|
25939
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
25507
25940
|
"args": {},
|
|
25508
25941
|
"deprecationReason": null,
|
|
25509
25942
|
"description": "Network range defined for a site",
|
|
@@ -25581,7 +26014,7 @@
|
|
|
25581
26014
|
"varName": "networkInterfaceRef"
|
|
25582
26015
|
},
|
|
25583
26016
|
"site": {
|
|
25584
|
-
"alias": "
|
|
26017
|
+
"alias": "siteInternetFirewallSource: site",
|
|
25585
26018
|
"args": {},
|
|
25586
26019
|
"deprecationReason": null,
|
|
25587
26020
|
"description": "Site defined for the account",
|
|
@@ -25659,7 +26092,7 @@
|
|
|
25659
26092
|
"varName": "siteRef"
|
|
25660
26093
|
},
|
|
25661
26094
|
"siteNetworkSubnet": {
|
|
25662
|
-
"alias": "
|
|
26095
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
25663
26096
|
"args": {},
|
|
25664
26097
|
"deprecationReason": null,
|
|
25665
26098
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -25760,7 +26193,7 @@
|
|
|
25760
26193
|
"varName": "subnet"
|
|
25761
26194
|
},
|
|
25762
26195
|
"systemGroup": {
|
|
25763
|
-
"alias": "
|
|
26196
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
25764
26197
|
"args": {},
|
|
25765
26198
|
"deprecationReason": null,
|
|
25766
26199
|
"description": "Predefined Cato groups",
|
|
@@ -25838,7 +26271,7 @@
|
|
|
25838
26271
|
"varName": "systemGroupRef"
|
|
25839
26272
|
},
|
|
25840
26273
|
"user": {
|
|
25841
|
-
"alias": "
|
|
26274
|
+
"alias": "userInternetFirewallSource: user",
|
|
25842
26275
|
"args": {},
|
|
25843
26276
|
"deprecationReason": null,
|
|
25844
26277
|
"description": "Individual users defined for the account",
|
|
@@ -25916,7 +26349,7 @@
|
|
|
25916
26349
|
"varName": "userRef"
|
|
25917
26350
|
},
|
|
25918
26351
|
"usersGroup": {
|
|
25919
|
-
"alias": "
|
|
26352
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
25920
26353
|
"args": {},
|
|
25921
26354
|
"deprecationReason": null,
|
|
25922
26355
|
"description": "Group of users",
|
|
@@ -26093,7 +26526,7 @@
|
|
|
26093
26526
|
"varName": "name"
|
|
26094
26527
|
},
|
|
26095
26528
|
"schedule": {
|
|
26096
|
-
"alias": "
|
|
26529
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
26097
26530
|
"args": {},
|
|
26098
26531
|
"deprecationReason": null,
|
|
26099
26532
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -26110,7 +26543,7 @@
|
|
|
26110
26543
|
"enumValues": null,
|
|
26111
26544
|
"fields": {
|
|
26112
26545
|
"activeOn": {
|
|
26113
|
-
"alias": "
|
|
26546
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
26114
26547
|
"args": {},
|
|
26115
26548
|
"deprecationReason": null,
|
|
26116
26549
|
"description": null,
|
|
@@ -26168,7 +26601,7 @@
|
|
|
26168
26601
|
"varName": "activeOn"
|
|
26169
26602
|
},
|
|
26170
26603
|
"customRecurring": {
|
|
26171
|
-
"alias": "
|
|
26604
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
26172
26605
|
"args": {},
|
|
26173
26606
|
"deprecationReason": null,
|
|
26174
26607
|
"description": null,
|
|
@@ -26320,7 +26753,7 @@
|
|
|
26320
26753
|
"varName": "policyCustomRecurring"
|
|
26321
26754
|
},
|
|
26322
26755
|
"customTimeframe": {
|
|
26323
|
-
"alias": "
|
|
26756
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
26324
26757
|
"args": {},
|
|
26325
26758
|
"deprecationReason": null,
|
|
26326
26759
|
"description": null,
|
|
@@ -26412,7 +26845,7 @@
|
|
|
26412
26845
|
"varName": "policySchedule"
|
|
26413
26846
|
},
|
|
26414
26847
|
"section": {
|
|
26415
|
-
"alias": "
|
|
26848
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
26416
26849
|
"args": {},
|
|
26417
26850
|
"deprecationReason": null,
|
|
26418
26851
|
"description": "Policy section where the rule is located",
|
|
@@ -26488,7 +26921,7 @@
|
|
|
26488
26921
|
"varName": "policySectionInfo"
|
|
26489
26922
|
},
|
|
26490
26923
|
"service": {
|
|
26491
|
-
"alias": "
|
|
26924
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
26492
26925
|
"args": {},
|
|
26493
26926
|
"deprecationReason": null,
|
|
26494
26927
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26505,7 +26938,7 @@
|
|
|
26505
26938
|
"enumValues": null,
|
|
26506
26939
|
"fields": {
|
|
26507
26940
|
"custom": {
|
|
26508
|
-
"alias": "
|
|
26941
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
26509
26942
|
"args": {},
|
|
26510
26943
|
"deprecationReason": null,
|
|
26511
26944
|
"description": null,
|
|
@@ -26544,7 +26977,7 @@
|
|
|
26544
26977
|
"varName": "port"
|
|
26545
26978
|
},
|
|
26546
26979
|
"portRange": {
|
|
26547
|
-
"alias": "
|
|
26980
|
+
"alias": "portRangeCustomService: portRange",
|
|
26548
26981
|
"args": {},
|
|
26549
26982
|
"deprecationReason": null,
|
|
26550
26983
|
"description": null,
|
|
@@ -26619,7 +27052,7 @@
|
|
|
26619
27052
|
"varName": "portRange"
|
|
26620
27053
|
},
|
|
26621
27054
|
"protocol": {
|
|
26622
|
-
"alias": "
|
|
27055
|
+
"alias": "protocolCustomService: protocol",
|
|
26623
27056
|
"args": {},
|
|
26624
27057
|
"deprecationReason": null,
|
|
26625
27058
|
"description": null,
|
|
@@ -26702,7 +27135,7 @@
|
|
|
26702
27135
|
"varName": "customService"
|
|
26703
27136
|
},
|
|
26704
27137
|
"standard": {
|
|
26705
|
-
"alias": "
|
|
27138
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
26706
27139
|
"args": {},
|
|
26707
27140
|
"deprecationReason": null,
|
|
26708
27141
|
"description": null,
|
|
@@ -26797,7 +27230,7 @@
|
|
|
26797
27230
|
"varName": "internetFirewallServiceType"
|
|
26798
27231
|
},
|
|
26799
27232
|
"source": {
|
|
26800
|
-
"alias": "
|
|
27233
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
26801
27234
|
"args": {},
|
|
26802
27235
|
"deprecationReason": null,
|
|
26803
27236
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -26814,7 +27247,7 @@
|
|
|
26814
27247
|
"enumValues": null,
|
|
26815
27248
|
"fields": {
|
|
26816
27249
|
"floatingSubnet": {
|
|
26817
|
-
"alias": "
|
|
27250
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
26818
27251
|
"args": {},
|
|
26819
27252
|
"deprecationReason": null,
|
|
26820
27253
|
"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.",
|
|
@@ -26892,7 +27325,7 @@
|
|
|
26892
27325
|
"varName": "floatingSubnetRef"
|
|
26893
27326
|
},
|
|
26894
27327
|
"globalIpRange": {
|
|
26895
|
-
"alias": "
|
|
27328
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
26896
27329
|
"args": {},
|
|
26897
27330
|
"deprecationReason": null,
|
|
26898
27331
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -26970,7 +27403,7 @@
|
|
|
26970
27403
|
"varName": "globalIpRangeRef"
|
|
26971
27404
|
},
|
|
26972
27405
|
"group": {
|
|
26973
|
-
"alias": "
|
|
27406
|
+
"alias": "groupInternetFirewallSource: group",
|
|
26974
27407
|
"args": {},
|
|
26975
27408
|
"deprecationReason": null,
|
|
26976
27409
|
"description": "Groups defined for your account",
|
|
@@ -27048,7 +27481,7 @@
|
|
|
27048
27481
|
"varName": "groupRef"
|
|
27049
27482
|
},
|
|
27050
27483
|
"host": {
|
|
27051
|
-
"alias": "
|
|
27484
|
+
"alias": "hostInternetFirewallSource: host",
|
|
27052
27485
|
"args": {},
|
|
27053
27486
|
"deprecationReason": null,
|
|
27054
27487
|
"description": "Hosts and servers defined for your account",
|
|
@@ -27149,7 +27582,7 @@
|
|
|
27149
27582
|
"varName": "ip"
|
|
27150
27583
|
},
|
|
27151
27584
|
"ipRange": {
|
|
27152
|
-
"alias": "
|
|
27585
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
27153
27586
|
"args": {},
|
|
27154
27587
|
"deprecationReason": null,
|
|
27155
27588
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -27227,7 +27660,7 @@
|
|
|
27227
27660
|
"varName": "ipAddressRange"
|
|
27228
27661
|
},
|
|
27229
27662
|
"networkInterface": {
|
|
27230
|
-
"alias": "
|
|
27663
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
27231
27664
|
"args": {},
|
|
27232
27665
|
"deprecationReason": null,
|
|
27233
27666
|
"description": "Network range defined for a site",
|
|
@@ -27305,7 +27738,7 @@
|
|
|
27305
27738
|
"varName": "networkInterfaceRef"
|
|
27306
27739
|
},
|
|
27307
27740
|
"site": {
|
|
27308
|
-
"alias": "
|
|
27741
|
+
"alias": "siteInternetFirewallSource: site",
|
|
27309
27742
|
"args": {},
|
|
27310
27743
|
"deprecationReason": null,
|
|
27311
27744
|
"description": "Site defined for the account",
|
|
@@ -27383,7 +27816,7 @@
|
|
|
27383
27816
|
"varName": "siteRef"
|
|
27384
27817
|
},
|
|
27385
27818
|
"siteNetworkSubnet": {
|
|
27386
|
-
"alias": "
|
|
27819
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
27387
27820
|
"args": {},
|
|
27388
27821
|
"deprecationReason": null,
|
|
27389
27822
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -27484,7 +27917,7 @@
|
|
|
27484
27917
|
"varName": "subnet"
|
|
27485
27918
|
},
|
|
27486
27919
|
"systemGroup": {
|
|
27487
|
-
"alias": "
|
|
27920
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
27488
27921
|
"args": {},
|
|
27489
27922
|
"deprecationReason": null,
|
|
27490
27923
|
"description": "Predefined Cato groups",
|
|
@@ -27562,7 +27995,7 @@
|
|
|
27562
27995
|
"varName": "systemGroupRef"
|
|
27563
27996
|
},
|
|
27564
27997
|
"user": {
|
|
27565
|
-
"alias": "
|
|
27998
|
+
"alias": "userInternetFirewallSource: user",
|
|
27566
27999
|
"args": {},
|
|
27567
28000
|
"deprecationReason": null,
|
|
27568
28001
|
"description": "Individual users defined for the account",
|
|
@@ -27640,7 +28073,7 @@
|
|
|
27640
28073
|
"varName": "userRef"
|
|
27641
28074
|
},
|
|
27642
28075
|
"usersGroup": {
|
|
27643
|
-
"alias": "
|
|
28076
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
27644
28077
|
"args": {},
|
|
27645
28078
|
"deprecationReason": null,
|
|
27646
28079
|
"description": "Group of users",
|
|
@@ -27735,7 +28168,7 @@
|
|
|
27735
28168
|
"varName": "internetFirewallSource"
|
|
27736
28169
|
},
|
|
27737
28170
|
"tracking": {
|
|
27738
|
-
"alias": "
|
|
28171
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
27739
28172
|
"args": {},
|
|
27740
28173
|
"deprecationReason": null,
|
|
27741
28174
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -27752,7 +28185,7 @@
|
|
|
27752
28185
|
"enumValues": null,
|
|
27753
28186
|
"fields": {
|
|
27754
28187
|
"alert": {
|
|
27755
|
-
"alias": "
|
|
28188
|
+
"alias": "alertPolicyTracking: alert",
|
|
27756
28189
|
"args": {},
|
|
27757
28190
|
"deprecationReason": null,
|
|
27758
28191
|
"description": null,
|
|
@@ -27790,7 +28223,7 @@
|
|
|
27790
28223
|
"varName": "enabled"
|
|
27791
28224
|
},
|
|
27792
28225
|
"frequency": {
|
|
27793
|
-
"alias": "
|
|
28226
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
27794
28227
|
"args": {},
|
|
27795
28228
|
"deprecationReason": null,
|
|
27796
28229
|
"description": "Returns data for the alert frequency",
|
|
@@ -27848,7 +28281,7 @@
|
|
|
27848
28281
|
"varName": "frequency"
|
|
27849
28282
|
},
|
|
27850
28283
|
"mailingList": {
|
|
27851
|
-
"alias": "
|
|
28284
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
27852
28285
|
"args": {},
|
|
27853
28286
|
"deprecationReason": null,
|
|
27854
28287
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -27926,7 +28359,7 @@
|
|
|
27926
28359
|
"varName": "subscriptionMailingListRef"
|
|
27927
28360
|
},
|
|
27928
28361
|
"subscriptionGroup": {
|
|
27929
|
-
"alias": "
|
|
28362
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
27930
28363
|
"args": {},
|
|
27931
28364
|
"deprecationReason": null,
|
|
27932
28365
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -28004,7 +28437,7 @@
|
|
|
28004
28437
|
"varName": "subscriptionGroupRef"
|
|
28005
28438
|
},
|
|
28006
28439
|
"webhook": {
|
|
28007
|
-
"alias": "
|
|
28440
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
28008
28441
|
"args": {},
|
|
28009
28442
|
"deprecationReason": null,
|
|
28010
28443
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -28099,7 +28532,7 @@
|
|
|
28099
28532
|
"varName": "policyRuleTrackingAlert"
|
|
28100
28533
|
},
|
|
28101
28534
|
"event": {
|
|
28102
|
-
"alias": "
|
|
28535
|
+
"alias": "eventPolicyTracking: event",
|
|
28103
28536
|
"args": {},
|
|
28104
28537
|
"deprecationReason": null,
|
|
28105
28538
|
"description": null,
|
|
@@ -28204,7 +28637,7 @@
|
|
|
28204
28637
|
"varName": "internetFirewallRulePayload"
|
|
28205
28638
|
},
|
|
28206
28639
|
"status": {
|
|
28207
|
-
"alias": "
|
|
28640
|
+
"alias": "statusInternetFirewallRuleMutationPayload: status",
|
|
28208
28641
|
"args": {},
|
|
28209
28642
|
"deprecationReason": null,
|
|
28210
28643
|
"description": null,
|
|
@@ -28302,6 +28735,20 @@
|
|
|
28302
28735
|
"action": {
|
|
28303
28736
|
"action": "enum(InternetFirewallActionEnum)"
|
|
28304
28737
|
},
|
|
28738
|
+
"activePeriod": {
|
|
28739
|
+
"effectiveFrom": {
|
|
28740
|
+
"effectiveFrom": "DateTime"
|
|
28741
|
+
},
|
|
28742
|
+
"expiresAt": {
|
|
28743
|
+
"expiresAt": "DateTime"
|
|
28744
|
+
},
|
|
28745
|
+
"useEffectiveFrom": {
|
|
28746
|
+
"useEffectiveFrom": "Boolean"
|
|
28747
|
+
},
|
|
28748
|
+
"useExpiresAt": {
|
|
28749
|
+
"useExpiresAt": "Boolean"
|
|
28750
|
+
}
|
|
28751
|
+
},
|
|
28305
28752
|
"connectionOrigin": {
|
|
28306
28753
|
"connectionOrigin": "enum(ConnectionOriginEnum)"
|
|
28307
28754
|
},
|