catocli 2.0.5__py3-none-any.whl → 2.1.1__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 +32 -4
- catocli/Utils/version_checker.py +1 -1
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +13 -2
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +79 -6
- catocli/parsers/custom_private/__init__.py +134 -0
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -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_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 +444 -9
- 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_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/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-2.0.5.dist-info → catocli-2.1.1.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/RECORD +253 -300
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/top_level.txt +0 -2
- graphql_client/api/call_api.py +20 -2
- 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 +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- 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 +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- 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 +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- 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 +43 -16
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -1930,7 +1930,7 @@
|
|
|
1930
1930
|
"inputFields": {
|
|
1931
1931
|
"by": {
|
|
1932
1932
|
"defaultValue": "ID",
|
|
1933
|
-
"description": "Defines the object identification method
|
|
1933
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
1934
1934
|
"id_str": "updateRule___input___rule___destination___floatingSubnet___by",
|
|
1935
1935
|
"name": "by",
|
|
1936
1936
|
"path": "updateRule.input.rule.destination.floatingSubnet.by",
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
"inputFields": {
|
|
3912
3912
|
"by": {
|
|
3913
3913
|
"defaultValue": "ID",
|
|
3914
|
-
"description": "Defines the object identification method
|
|
3914
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
3915
3915
|
"id_str": "updateRule___input___rule___exceptions___destination___floatingSubnet___by",
|
|
3916
3916
|
"name": "by",
|
|
3917
3917
|
"path": "updateRule.input.rule.exceptions.destination.floatingSubnet.by",
|
|
@@ -5024,7 +5024,7 @@
|
|
|
5024
5024
|
"inputFields": {
|
|
5025
5025
|
"by": {
|
|
5026
5026
|
"defaultValue": "ID",
|
|
5027
|
-
"description": "Defines the object identification method
|
|
5027
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
5028
5028
|
"id_str": "updateRule___input___rule___exceptions___source___floatingSubnet___by",
|
|
5029
5029
|
"name": "by",
|
|
5030
5030
|
"path": "updateRule.input.rule.exceptions.source.floatingSubnet.by",
|
|
@@ -6267,7 +6267,7 @@
|
|
|
6267
6267
|
"inputFields": {
|
|
6268
6268
|
"by": {
|
|
6269
6269
|
"defaultValue": "ID",
|
|
6270
|
-
"description": "Defines the object identification method
|
|
6270
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
6271
6271
|
"id_str": "updateRule___input___rule___source___floatingSubnet___by",
|
|
6272
6272
|
"name": "by",
|
|
6273
6273
|
"path": "updateRule.input.rule.source.floatingSubnet.by",
|
|
@@ -9541,7 +9541,7 @@
|
|
|
9541
9541
|
"inputFields": {
|
|
9542
9542
|
"by": {
|
|
9543
9543
|
"defaultValue": "ID",
|
|
9544
|
-
"description": "Defines the object identification method
|
|
9544
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
9545
9545
|
"id_str": "updateRule___input___rule___destination___floatingSubnet___by",
|
|
9546
9546
|
"name": "by",
|
|
9547
9547
|
"path": "updateRule.input.rule.destination.floatingSubnet.by",
|
|
@@ -11522,7 +11522,7 @@
|
|
|
11522
11522
|
"inputFields": {
|
|
11523
11523
|
"by": {
|
|
11524
11524
|
"defaultValue": "ID",
|
|
11525
|
-
"description": "Defines the object identification method
|
|
11525
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
11526
11526
|
"id_str": "updateRule___input___rule___exceptions___destination___floatingSubnet___by",
|
|
11527
11527
|
"name": "by",
|
|
11528
11528
|
"path": "updateRule.input.rule.exceptions.destination.floatingSubnet.by",
|
|
@@ -12635,7 +12635,7 @@
|
|
|
12635
12635
|
"inputFields": {
|
|
12636
12636
|
"by": {
|
|
12637
12637
|
"defaultValue": "ID",
|
|
12638
|
-
"description": "Defines the object identification method
|
|
12638
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
12639
12639
|
"id_str": "updateRule___input___rule___exceptions___source___floatingSubnet___by",
|
|
12640
12640
|
"name": "by",
|
|
12641
12641
|
"path": "updateRule.input.rule.exceptions.source.floatingSubnet.by",
|
|
@@ -13878,7 +13878,7 @@
|
|
|
13878
13878
|
"inputFields": {
|
|
13879
13879
|
"by": {
|
|
13880
13880
|
"defaultValue": "ID",
|
|
13881
|
-
"description": "Defines the object identification method
|
|
13881
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
13882
13882
|
"id_str": "updateRule___input___rule___source___floatingSubnet___by",
|
|
13883
13883
|
"name": "by",
|
|
13884
13884
|
"path": "updateRule.input.rule.source.floatingSubnet.by",
|
|
@@ -16969,7 +16969,7 @@
|
|
|
16969
16969
|
"inputFields": {
|
|
16970
16970
|
"by": {
|
|
16971
16971
|
"defaultValue": "ID",
|
|
16972
|
-
"description": "Defines the object identification method
|
|
16972
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
16973
16973
|
"id_str": "updateRule___input___rule___destination___floatingSubnet___by",
|
|
16974
16974
|
"name": "by",
|
|
16975
16975
|
"path": "updateRule.input.rule.destination.floatingSubnet.by",
|
|
@@ -18950,7 +18950,7 @@
|
|
|
18950
18950
|
"inputFields": {
|
|
18951
18951
|
"by": {
|
|
18952
18952
|
"defaultValue": "ID",
|
|
18953
|
-
"description": "Defines the object identification method
|
|
18953
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
18954
18954
|
"id_str": "updateRule___input___rule___exceptions___destination___floatingSubnet___by",
|
|
18955
18955
|
"name": "by",
|
|
18956
18956
|
"path": "updateRule.input.rule.exceptions.destination.floatingSubnet.by",
|
|
@@ -20063,7 +20063,7 @@
|
|
|
20063
20063
|
"inputFields": {
|
|
20064
20064
|
"by": {
|
|
20065
20065
|
"defaultValue": "ID",
|
|
20066
|
-
"description": "Defines the object identification method
|
|
20066
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
20067
20067
|
"id_str": "updateRule___input___rule___exceptions___source___floatingSubnet___by",
|
|
20068
20068
|
"name": "by",
|
|
20069
20069
|
"path": "updateRule.input.rule.exceptions.source.floatingSubnet.by",
|
|
@@ -21306,7 +21306,7 @@
|
|
|
21306
21306
|
"inputFields": {
|
|
21307
21307
|
"by": {
|
|
21308
21308
|
"defaultValue": "ID",
|
|
21309
|
-
"description": "Defines the object identification method
|
|
21309
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
21310
21310
|
"id_str": "updateRule___input___rule___source___floatingSubnet___by",
|
|
21311
21311
|
"name": "by",
|
|
21312
21312
|
"path": "updateRule.input.rule.source.floatingSubnet.by",
|
|
@@ -22402,7 +22402,7 @@
|
|
|
22402
22402
|
"enumValues": null,
|
|
22403
22403
|
"fields": {
|
|
22404
22404
|
"errors": {
|
|
22405
|
-
"alias": "
|
|
22405
|
+
"alias": "errorsWanNetworkRuleMutationPayload: errors",
|
|
22406
22406
|
"args": {},
|
|
22407
22407
|
"deprecationReason": null,
|
|
22408
22408
|
"description": null,
|
|
@@ -22415,7 +22415,7 @@
|
|
|
22415
22415
|
"responseStr": "errors:$policyMutationError ",
|
|
22416
22416
|
"type": {
|
|
22417
22417
|
"definition": {
|
|
22418
|
-
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can
|
|
22418
|
+
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
|
|
22419
22419
|
"enumValues": null,
|
|
22420
22420
|
"fields": {
|
|
22421
22421
|
"errorCode": {
|
|
@@ -22478,7 +22478,7 @@
|
|
|
22478
22478
|
"varName": "policyMutationError"
|
|
22479
22479
|
},
|
|
22480
22480
|
"rule": {
|
|
22481
|
-
"alias": "
|
|
22481
|
+
"alias": "ruleWanNetworkRuleMutationPayload: rule",
|
|
22482
22482
|
"args": {},
|
|
22483
22483
|
"deprecationReason": null,
|
|
22484
22484
|
"description": null,
|
|
@@ -22663,7 +22663,7 @@
|
|
|
22663
22663
|
"enumValues": null,
|
|
22664
22664
|
"fields": {
|
|
22665
22665
|
"application": {
|
|
22666
|
-
"alias": "
|
|
22666
|
+
"alias": "applicationWanNetworkRule: application",
|
|
22667
22667
|
"args": {},
|
|
22668
22668
|
"deprecationReason": null,
|
|
22669
22669
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -22680,7 +22680,7 @@
|
|
|
22680
22680
|
"enumValues": null,
|
|
22681
22681
|
"fields": {
|
|
22682
22682
|
"appCategory": {
|
|
22683
|
-
"alias": "
|
|
22683
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
22684
22684
|
"args": {},
|
|
22685
22685
|
"deprecationReason": null,
|
|
22686
22686
|
"description": null,
|
|
@@ -22758,7 +22758,7 @@
|
|
|
22758
22758
|
"varName": "applicationCategoryRef"
|
|
22759
22759
|
},
|
|
22760
22760
|
"application": {
|
|
22761
|
-
"alias": "
|
|
22761
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
22762
22762
|
"args": {},
|
|
22763
22763
|
"deprecationReason": null,
|
|
22764
22764
|
"description": null,
|
|
@@ -22836,7 +22836,7 @@
|
|
|
22836
22836
|
"varName": "applicationRef"
|
|
22837
22837
|
},
|
|
22838
22838
|
"customApp": {
|
|
22839
|
-
"alias": "
|
|
22839
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
22840
22840
|
"args": {},
|
|
22841
22841
|
"deprecationReason": null,
|
|
22842
22842
|
"description": null,
|
|
@@ -22914,7 +22914,7 @@
|
|
|
22914
22914
|
"varName": "customApplicationRef"
|
|
22915
22915
|
},
|
|
22916
22916
|
"customCategory": {
|
|
22917
|
-
"alias": "
|
|
22917
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
22918
22918
|
"args": {},
|
|
22919
22919
|
"deprecationReason": null,
|
|
22920
22920
|
"description": null,
|
|
@@ -22992,7 +22992,7 @@
|
|
|
22992
22992
|
"varName": "customCategoryRef"
|
|
22993
22993
|
},
|
|
22994
22994
|
"customService": {
|
|
22995
|
-
"alias": "
|
|
22995
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
22996
22996
|
"args": {},
|
|
22997
22997
|
"deprecationReason": null,
|
|
22998
22998
|
"description": null,
|
|
@@ -23031,7 +23031,7 @@
|
|
|
23031
23031
|
"varName": "port"
|
|
23032
23032
|
},
|
|
23033
23033
|
"portRange": {
|
|
23034
|
-
"alias": "
|
|
23034
|
+
"alias": "portRangeCustomService: portRange",
|
|
23035
23035
|
"args": {},
|
|
23036
23036
|
"deprecationReason": null,
|
|
23037
23037
|
"description": null,
|
|
@@ -23106,7 +23106,7 @@
|
|
|
23106
23106
|
"varName": "portRange"
|
|
23107
23107
|
},
|
|
23108
23108
|
"protocol": {
|
|
23109
|
-
"alias": "
|
|
23109
|
+
"alias": "protocolCustomService: protocol",
|
|
23110
23110
|
"args": {},
|
|
23111
23111
|
"deprecationReason": null,
|
|
23112
23112
|
"description": null,
|
|
@@ -23189,7 +23189,7 @@
|
|
|
23189
23189
|
"varName": "customService"
|
|
23190
23190
|
},
|
|
23191
23191
|
"customServiceIp": {
|
|
23192
|
-
"alias": "
|
|
23192
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
23193
23193
|
"args": {},
|
|
23194
23194
|
"deprecationReason": null,
|
|
23195
23195
|
"description": null,
|
|
@@ -23226,7 +23226,7 @@
|
|
|
23226
23226
|
"varName": "ip"
|
|
23227
23227
|
},
|
|
23228
23228
|
"ipRange": {
|
|
23229
|
-
"alias": "
|
|
23229
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
23230
23230
|
"args": {},
|
|
23231
23231
|
"deprecationReason": null,
|
|
23232
23232
|
"description": null,
|
|
@@ -23387,7 +23387,7 @@
|
|
|
23387
23387
|
"varName": "fqdn"
|
|
23388
23388
|
},
|
|
23389
23389
|
"service": {
|
|
23390
|
-
"alias": "
|
|
23390
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
23391
23391
|
"args": {},
|
|
23392
23392
|
"deprecationReason": null,
|
|
23393
23393
|
"description": null,
|
|
@@ -23482,7 +23482,7 @@
|
|
|
23482
23482
|
"varName": "wanNetworkRuleApplication"
|
|
23483
23483
|
},
|
|
23484
23484
|
"bandwidthPriority": {
|
|
23485
|
-
"alias": "
|
|
23485
|
+
"alias": "bandwidthPriorityWanNetworkRule: bandwidthPriority",
|
|
23486
23486
|
"args": {},
|
|
23487
23487
|
"deprecationReason": null,
|
|
23488
23488
|
"description": "The bandwidth priority (QoS) for the rule.",
|
|
@@ -23558,7 +23558,7 @@
|
|
|
23558
23558
|
"varName": "bandwidthManagementRef"
|
|
23559
23559
|
},
|
|
23560
23560
|
"configuration": {
|
|
23561
|
-
"alias": "
|
|
23561
|
+
"alias": "configurationWanNetworkRule: configuration",
|
|
23562
23562
|
"args": {},
|
|
23563
23563
|
"deprecationReason": null,
|
|
23564
23564
|
"description": "The configuration of the rule.",
|
|
@@ -23596,7 +23596,7 @@
|
|
|
23596
23596
|
"varName": "activeTcpAcceleration"
|
|
23597
23597
|
},
|
|
23598
23598
|
"allocationIp": {
|
|
23599
|
-
"alias": "
|
|
23599
|
+
"alias": "allocationIpWanNetworkRuleConfiguration: allocationIp",
|
|
23600
23600
|
"args": {},
|
|
23601
23601
|
"deprecationReason": null,
|
|
23602
23602
|
"description": "The allocated IP for NAT routing. Taken from IP Allocation, per PoP.",
|
|
@@ -23674,7 +23674,7 @@
|
|
|
23674
23674
|
"varName": "allocatedIpRef"
|
|
23675
23675
|
},
|
|
23676
23676
|
"backhaulingSite": {
|
|
23677
|
-
"alias": "
|
|
23677
|
+
"alias": "backhaulingSiteWanNetworkRuleConfiguration: backhaulingSite",
|
|
23678
23678
|
"args": {},
|
|
23679
23679
|
"deprecationReason": null,
|
|
23680
23680
|
"description": "The site for backhaul routing option.",
|
|
@@ -23773,7 +23773,7 @@
|
|
|
23773
23773
|
"varName": "packetLossMitigation"
|
|
23774
23774
|
},
|
|
23775
23775
|
"popLocation": {
|
|
23776
|
-
"alias": "
|
|
23776
|
+
"alias": "popLocationWanNetworkRuleConfiguration: popLocation",
|
|
23777
23777
|
"args": {},
|
|
23778
23778
|
"deprecationReason": null,
|
|
23779
23779
|
"description": "The PoP location for routing and egressing from Cato Cloud.",
|
|
@@ -23872,7 +23872,7 @@
|
|
|
23872
23872
|
"varName": "preserveSourcePort"
|
|
23873
23873
|
},
|
|
23874
23874
|
"primaryTransport": {
|
|
23875
|
-
"alias": "
|
|
23875
|
+
"alias": "primaryTransportWanNetworkRuleConfiguration: primaryTransport",
|
|
23876
23876
|
"args": {},
|
|
23877
23877
|
"deprecationReason": null,
|
|
23878
23878
|
"description": "The primary transport method.",
|
|
@@ -23889,7 +23889,7 @@
|
|
|
23889
23889
|
"enumValues": null,
|
|
23890
23890
|
"fields": {
|
|
23891
23891
|
"primaryInterfaceRole": {
|
|
23892
|
-
"alias": "
|
|
23892
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
23893
23893
|
"args": {},
|
|
23894
23894
|
"deprecationReason": null,
|
|
23895
23895
|
"description": "The primary interface role.",
|
|
@@ -23971,7 +23971,7 @@
|
|
|
23971
23971
|
"varName": "primaryInterfaceRole"
|
|
23972
23972
|
},
|
|
23973
23973
|
"secondaryInterfaceRole": {
|
|
23974
|
-
"alias": "
|
|
23974
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
23975
23975
|
"args": {},
|
|
23976
23976
|
"deprecationReason": null,
|
|
23977
23977
|
"description": "The secondary interface role.",
|
|
@@ -24053,7 +24053,7 @@
|
|
|
24053
24053
|
"varName": "secondaryInterfaceRole"
|
|
24054
24054
|
},
|
|
24055
24055
|
"transportType": {
|
|
24056
|
-
"alias": "
|
|
24056
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
24057
24057
|
"args": {},
|
|
24058
24058
|
"deprecationReason": null,
|
|
24059
24059
|
"description": null,
|
|
@@ -24134,7 +24134,7 @@
|
|
|
24134
24134
|
"varName": "wanNetworkRuleTransport"
|
|
24135
24135
|
},
|
|
24136
24136
|
"secondaryTransport": {
|
|
24137
|
-
"alias": "
|
|
24137
|
+
"alias": "secondaryTransportWanNetworkRuleConfiguration: secondaryTransport",
|
|
24138
24138
|
"args": {},
|
|
24139
24139
|
"deprecationReason": null,
|
|
24140
24140
|
"description": "The secondary transport method.",
|
|
@@ -24151,7 +24151,7 @@
|
|
|
24151
24151
|
"enumValues": null,
|
|
24152
24152
|
"fields": {
|
|
24153
24153
|
"primaryInterfaceRole": {
|
|
24154
|
-
"alias": "
|
|
24154
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
24155
24155
|
"args": {},
|
|
24156
24156
|
"deprecationReason": null,
|
|
24157
24157
|
"description": "The primary interface role.",
|
|
@@ -24233,7 +24233,7 @@
|
|
|
24233
24233
|
"varName": "primaryInterfaceRole"
|
|
24234
24234
|
},
|
|
24235
24235
|
"secondaryInterfaceRole": {
|
|
24236
|
-
"alias": "
|
|
24236
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
24237
24237
|
"args": {},
|
|
24238
24238
|
"deprecationReason": null,
|
|
24239
24239
|
"description": "The secondary interface role.",
|
|
@@ -24315,7 +24315,7 @@
|
|
|
24315
24315
|
"varName": "secondaryInterfaceRole"
|
|
24316
24316
|
},
|
|
24317
24317
|
"transportType": {
|
|
24318
|
-
"alias": "
|
|
24318
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
24319
24319
|
"args": {},
|
|
24320
24320
|
"deprecationReason": null,
|
|
24321
24321
|
"description": null,
|
|
@@ -24434,7 +24434,7 @@
|
|
|
24434
24434
|
"varName": "description"
|
|
24435
24435
|
},
|
|
24436
24436
|
"destination": {
|
|
24437
|
-
"alias": "
|
|
24437
|
+
"alias": "destinationWanNetworkRule: destination",
|
|
24438
24438
|
"args": {},
|
|
24439
24439
|
"deprecationReason": null,
|
|
24440
24440
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -24451,7 +24451,7 @@
|
|
|
24451
24451
|
"enumValues": null,
|
|
24452
24452
|
"fields": {
|
|
24453
24453
|
"floatingSubnet": {
|
|
24454
|
-
"alias": "
|
|
24454
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
24455
24455
|
"args": {},
|
|
24456
24456
|
"deprecationReason": null,
|
|
24457
24457
|
"description": null,
|
|
@@ -24529,7 +24529,7 @@
|
|
|
24529
24529
|
"varName": "floatingSubnetRef"
|
|
24530
24530
|
},
|
|
24531
24531
|
"globalIpRange": {
|
|
24532
|
-
"alias": "
|
|
24532
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
24533
24533
|
"args": {},
|
|
24534
24534
|
"deprecationReason": null,
|
|
24535
24535
|
"description": null,
|
|
@@ -24607,7 +24607,7 @@
|
|
|
24607
24607
|
"varName": "globalIpRangeRef"
|
|
24608
24608
|
},
|
|
24609
24609
|
"group": {
|
|
24610
|
-
"alias": "
|
|
24610
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
24611
24611
|
"args": {},
|
|
24612
24612
|
"deprecationReason": null,
|
|
24613
24613
|
"description": null,
|
|
@@ -24685,7 +24685,7 @@
|
|
|
24685
24685
|
"varName": "groupRef"
|
|
24686
24686
|
},
|
|
24687
24687
|
"host": {
|
|
24688
|
-
"alias": "
|
|
24688
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
24689
24689
|
"args": {},
|
|
24690
24690
|
"deprecationReason": null,
|
|
24691
24691
|
"description": null,
|
|
@@ -24786,7 +24786,7 @@
|
|
|
24786
24786
|
"varName": "ip"
|
|
24787
24787
|
},
|
|
24788
24788
|
"ipRange": {
|
|
24789
|
-
"alias": "
|
|
24789
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
24790
24790
|
"args": {},
|
|
24791
24791
|
"deprecationReason": null,
|
|
24792
24792
|
"description": null,
|
|
@@ -24864,7 +24864,7 @@
|
|
|
24864
24864
|
"varName": "ipAddressRange"
|
|
24865
24865
|
},
|
|
24866
24866
|
"networkInterface": {
|
|
24867
|
-
"alias": "
|
|
24867
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
24868
24868
|
"args": {},
|
|
24869
24869
|
"deprecationReason": null,
|
|
24870
24870
|
"description": null,
|
|
@@ -24942,7 +24942,7 @@
|
|
|
24942
24942
|
"varName": "networkInterfaceRef"
|
|
24943
24943
|
},
|
|
24944
24944
|
"site": {
|
|
24945
|
-
"alias": "
|
|
24945
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
24946
24946
|
"args": {},
|
|
24947
24947
|
"deprecationReason": null,
|
|
24948
24948
|
"description": null,
|
|
@@ -25020,7 +25020,7 @@
|
|
|
25020
25020
|
"varName": "siteRef"
|
|
25021
25021
|
},
|
|
25022
25022
|
"siteNetworkSubnet": {
|
|
25023
|
-
"alias": "
|
|
25023
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
25024
25024
|
"args": {},
|
|
25025
25025
|
"deprecationReason": null,
|
|
25026
25026
|
"description": null,
|
|
@@ -25121,7 +25121,7 @@
|
|
|
25121
25121
|
"varName": "subnet"
|
|
25122
25122
|
},
|
|
25123
25123
|
"systemGroup": {
|
|
25124
|
-
"alias": "
|
|
25124
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
25125
25125
|
"args": {},
|
|
25126
25126
|
"deprecationReason": null,
|
|
25127
25127
|
"description": null,
|
|
@@ -25199,7 +25199,7 @@
|
|
|
25199
25199
|
"varName": "systemGroupRef"
|
|
25200
25200
|
},
|
|
25201
25201
|
"user": {
|
|
25202
|
-
"alias": "
|
|
25202
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
25203
25203
|
"args": {},
|
|
25204
25204
|
"deprecationReason": null,
|
|
25205
25205
|
"description": null,
|
|
@@ -25277,7 +25277,7 @@
|
|
|
25277
25277
|
"varName": "userRef"
|
|
25278
25278
|
},
|
|
25279
25279
|
"usersGroup": {
|
|
25280
|
-
"alias": "
|
|
25280
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
25281
25281
|
"args": {},
|
|
25282
25282
|
"deprecationReason": null,
|
|
25283
25283
|
"description": null,
|
|
@@ -25393,7 +25393,7 @@
|
|
|
25393
25393
|
"varName": "enabled"
|
|
25394
25394
|
},
|
|
25395
25395
|
"exceptions": {
|
|
25396
|
-
"alias": "
|
|
25396
|
+
"alias": "exceptionsWanNetworkRule: exceptions",
|
|
25397
25397
|
"args": {},
|
|
25398
25398
|
"deprecationReason": null,
|
|
25399
25399
|
"description": "Exceptions to the rule.",
|
|
@@ -25410,7 +25410,7 @@
|
|
|
25410
25410
|
"enumValues": null,
|
|
25411
25411
|
"fields": {
|
|
25412
25412
|
"application": {
|
|
25413
|
-
"alias": "
|
|
25413
|
+
"alias": "applicationWanNetworkRuleException: application",
|
|
25414
25414
|
"args": {},
|
|
25415
25415
|
"deprecationReason": null,
|
|
25416
25416
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -25427,7 +25427,7 @@
|
|
|
25427
25427
|
"enumValues": null,
|
|
25428
25428
|
"fields": {
|
|
25429
25429
|
"appCategory": {
|
|
25430
|
-
"alias": "
|
|
25430
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
25431
25431
|
"args": {},
|
|
25432
25432
|
"deprecationReason": null,
|
|
25433
25433
|
"description": null,
|
|
@@ -25505,7 +25505,7 @@
|
|
|
25505
25505
|
"varName": "applicationCategoryRef"
|
|
25506
25506
|
},
|
|
25507
25507
|
"application": {
|
|
25508
|
-
"alias": "
|
|
25508
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
25509
25509
|
"args": {},
|
|
25510
25510
|
"deprecationReason": null,
|
|
25511
25511
|
"description": null,
|
|
@@ -25583,7 +25583,7 @@
|
|
|
25583
25583
|
"varName": "applicationRef"
|
|
25584
25584
|
},
|
|
25585
25585
|
"customApp": {
|
|
25586
|
-
"alias": "
|
|
25586
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
25587
25587
|
"args": {},
|
|
25588
25588
|
"deprecationReason": null,
|
|
25589
25589
|
"description": null,
|
|
@@ -25661,7 +25661,7 @@
|
|
|
25661
25661
|
"varName": "customApplicationRef"
|
|
25662
25662
|
},
|
|
25663
25663
|
"customCategory": {
|
|
25664
|
-
"alias": "
|
|
25664
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
25665
25665
|
"args": {},
|
|
25666
25666
|
"deprecationReason": null,
|
|
25667
25667
|
"description": null,
|
|
@@ -25739,7 +25739,7 @@
|
|
|
25739
25739
|
"varName": "customCategoryRef"
|
|
25740
25740
|
},
|
|
25741
25741
|
"customService": {
|
|
25742
|
-
"alias": "
|
|
25742
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
25743
25743
|
"args": {},
|
|
25744
25744
|
"deprecationReason": null,
|
|
25745
25745
|
"description": null,
|
|
@@ -25778,7 +25778,7 @@
|
|
|
25778
25778
|
"varName": "port"
|
|
25779
25779
|
},
|
|
25780
25780
|
"portRange": {
|
|
25781
|
-
"alias": "
|
|
25781
|
+
"alias": "portRangeCustomService: portRange",
|
|
25782
25782
|
"args": {},
|
|
25783
25783
|
"deprecationReason": null,
|
|
25784
25784
|
"description": null,
|
|
@@ -25853,7 +25853,7 @@
|
|
|
25853
25853
|
"varName": "portRange"
|
|
25854
25854
|
},
|
|
25855
25855
|
"protocol": {
|
|
25856
|
-
"alias": "
|
|
25856
|
+
"alias": "protocolCustomService: protocol",
|
|
25857
25857
|
"args": {},
|
|
25858
25858
|
"deprecationReason": null,
|
|
25859
25859
|
"description": null,
|
|
@@ -25936,7 +25936,7 @@
|
|
|
25936
25936
|
"varName": "customService"
|
|
25937
25937
|
},
|
|
25938
25938
|
"customServiceIp": {
|
|
25939
|
-
"alias": "
|
|
25939
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
25940
25940
|
"args": {},
|
|
25941
25941
|
"deprecationReason": null,
|
|
25942
25942
|
"description": null,
|
|
@@ -25973,7 +25973,7 @@
|
|
|
25973
25973
|
"varName": "ip"
|
|
25974
25974
|
},
|
|
25975
25975
|
"ipRange": {
|
|
25976
|
-
"alias": "
|
|
25976
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
25977
25977
|
"args": {},
|
|
25978
25978
|
"deprecationReason": null,
|
|
25979
25979
|
"description": null,
|
|
@@ -26134,7 +26134,7 @@
|
|
|
26134
26134
|
"varName": "fqdn"
|
|
26135
26135
|
},
|
|
26136
26136
|
"service": {
|
|
26137
|
-
"alias": "
|
|
26137
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
26138
26138
|
"args": {},
|
|
26139
26139
|
"deprecationReason": null,
|
|
26140
26140
|
"description": null,
|
|
@@ -26229,7 +26229,7 @@
|
|
|
26229
26229
|
"varName": "wanNetworkRuleApplication"
|
|
26230
26230
|
},
|
|
26231
26231
|
"destination": {
|
|
26232
|
-
"alias": "
|
|
26232
|
+
"alias": "destinationWanNetworkRuleException: destination",
|
|
26233
26233
|
"args": {},
|
|
26234
26234
|
"deprecationReason": null,
|
|
26235
26235
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -26246,7 +26246,7 @@
|
|
|
26246
26246
|
"enumValues": null,
|
|
26247
26247
|
"fields": {
|
|
26248
26248
|
"floatingSubnet": {
|
|
26249
|
-
"alias": "
|
|
26249
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
26250
26250
|
"args": {},
|
|
26251
26251
|
"deprecationReason": null,
|
|
26252
26252
|
"description": null,
|
|
@@ -26324,7 +26324,7 @@
|
|
|
26324
26324
|
"varName": "floatingSubnetRef"
|
|
26325
26325
|
},
|
|
26326
26326
|
"globalIpRange": {
|
|
26327
|
-
"alias": "
|
|
26327
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
26328
26328
|
"args": {},
|
|
26329
26329
|
"deprecationReason": null,
|
|
26330
26330
|
"description": null,
|
|
@@ -26402,7 +26402,7 @@
|
|
|
26402
26402
|
"varName": "globalIpRangeRef"
|
|
26403
26403
|
},
|
|
26404
26404
|
"group": {
|
|
26405
|
-
"alias": "
|
|
26405
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
26406
26406
|
"args": {},
|
|
26407
26407
|
"deprecationReason": null,
|
|
26408
26408
|
"description": null,
|
|
@@ -26480,7 +26480,7 @@
|
|
|
26480
26480
|
"varName": "groupRef"
|
|
26481
26481
|
},
|
|
26482
26482
|
"host": {
|
|
26483
|
-
"alias": "
|
|
26483
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
26484
26484
|
"args": {},
|
|
26485
26485
|
"deprecationReason": null,
|
|
26486
26486
|
"description": null,
|
|
@@ -26581,7 +26581,7 @@
|
|
|
26581
26581
|
"varName": "ip"
|
|
26582
26582
|
},
|
|
26583
26583
|
"ipRange": {
|
|
26584
|
-
"alias": "
|
|
26584
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
26585
26585
|
"args": {},
|
|
26586
26586
|
"deprecationReason": null,
|
|
26587
26587
|
"description": null,
|
|
@@ -26659,7 +26659,7 @@
|
|
|
26659
26659
|
"varName": "ipAddressRange"
|
|
26660
26660
|
},
|
|
26661
26661
|
"networkInterface": {
|
|
26662
|
-
"alias": "
|
|
26662
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
26663
26663
|
"args": {},
|
|
26664
26664
|
"deprecationReason": null,
|
|
26665
26665
|
"description": null,
|
|
@@ -26737,7 +26737,7 @@
|
|
|
26737
26737
|
"varName": "networkInterfaceRef"
|
|
26738
26738
|
},
|
|
26739
26739
|
"site": {
|
|
26740
|
-
"alias": "
|
|
26740
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
26741
26741
|
"args": {},
|
|
26742
26742
|
"deprecationReason": null,
|
|
26743
26743
|
"description": null,
|
|
@@ -26815,7 +26815,7 @@
|
|
|
26815
26815
|
"varName": "siteRef"
|
|
26816
26816
|
},
|
|
26817
26817
|
"siteNetworkSubnet": {
|
|
26818
|
-
"alias": "
|
|
26818
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
26819
26819
|
"args": {},
|
|
26820
26820
|
"deprecationReason": null,
|
|
26821
26821
|
"description": null,
|
|
@@ -26916,7 +26916,7 @@
|
|
|
26916
26916
|
"varName": "subnet"
|
|
26917
26917
|
},
|
|
26918
26918
|
"systemGroup": {
|
|
26919
|
-
"alias": "
|
|
26919
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
26920
26920
|
"args": {},
|
|
26921
26921
|
"deprecationReason": null,
|
|
26922
26922
|
"description": null,
|
|
@@ -26994,7 +26994,7 @@
|
|
|
26994
26994
|
"varName": "systemGroupRef"
|
|
26995
26995
|
},
|
|
26996
26996
|
"user": {
|
|
26997
|
-
"alias": "
|
|
26997
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
26998
26998
|
"args": {},
|
|
26999
26999
|
"deprecationReason": null,
|
|
27000
27000
|
"description": null,
|
|
@@ -27072,7 +27072,7 @@
|
|
|
27072
27072
|
"varName": "userRef"
|
|
27073
27073
|
},
|
|
27074
27074
|
"usersGroup": {
|
|
27075
|
-
"alias": "
|
|
27075
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
27076
27076
|
"args": {},
|
|
27077
27077
|
"deprecationReason": null,
|
|
27078
27078
|
"description": null,
|
|
@@ -27188,7 +27188,7 @@
|
|
|
27188
27188
|
"varName": "name"
|
|
27189
27189
|
},
|
|
27190
27190
|
"source": {
|
|
27191
|
-
"alias": "
|
|
27191
|
+
"alias": "sourceWanNetworkRuleException: source",
|
|
27192
27192
|
"args": {},
|
|
27193
27193
|
"deprecationReason": null,
|
|
27194
27194
|
"description": "The source of the traffic for the rule.",
|
|
@@ -27205,7 +27205,7 @@
|
|
|
27205
27205
|
"enumValues": null,
|
|
27206
27206
|
"fields": {
|
|
27207
27207
|
"floatingSubnet": {
|
|
27208
|
-
"alias": "
|
|
27208
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
27209
27209
|
"args": {},
|
|
27210
27210
|
"deprecationReason": null,
|
|
27211
27211
|
"description": null,
|
|
@@ -27283,7 +27283,7 @@
|
|
|
27283
27283
|
"varName": "floatingSubnetRef"
|
|
27284
27284
|
},
|
|
27285
27285
|
"globalIpRange": {
|
|
27286
|
-
"alias": "
|
|
27286
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
27287
27287
|
"args": {},
|
|
27288
27288
|
"deprecationReason": null,
|
|
27289
27289
|
"description": null,
|
|
@@ -27361,7 +27361,7 @@
|
|
|
27361
27361
|
"varName": "globalIpRangeRef"
|
|
27362
27362
|
},
|
|
27363
27363
|
"group": {
|
|
27364
|
-
"alias": "
|
|
27364
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
27365
27365
|
"args": {},
|
|
27366
27366
|
"deprecationReason": null,
|
|
27367
27367
|
"description": null,
|
|
@@ -27439,7 +27439,7 @@
|
|
|
27439
27439
|
"varName": "groupRef"
|
|
27440
27440
|
},
|
|
27441
27441
|
"host": {
|
|
27442
|
-
"alias": "
|
|
27442
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
27443
27443
|
"args": {},
|
|
27444
27444
|
"deprecationReason": null,
|
|
27445
27445
|
"description": null,
|
|
@@ -27540,7 +27540,7 @@
|
|
|
27540
27540
|
"varName": "ip"
|
|
27541
27541
|
},
|
|
27542
27542
|
"ipRange": {
|
|
27543
|
-
"alias": "
|
|
27543
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
27544
27544
|
"args": {},
|
|
27545
27545
|
"deprecationReason": null,
|
|
27546
27546
|
"description": null,
|
|
@@ -27618,7 +27618,7 @@
|
|
|
27618
27618
|
"varName": "ipAddressRange"
|
|
27619
27619
|
},
|
|
27620
27620
|
"networkInterface": {
|
|
27621
|
-
"alias": "
|
|
27621
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
27622
27622
|
"args": {},
|
|
27623
27623
|
"deprecationReason": null,
|
|
27624
27624
|
"description": null,
|
|
@@ -27696,7 +27696,7 @@
|
|
|
27696
27696
|
"varName": "networkInterfaceRef"
|
|
27697
27697
|
},
|
|
27698
27698
|
"site": {
|
|
27699
|
-
"alias": "
|
|
27699
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
27700
27700
|
"args": {},
|
|
27701
27701
|
"deprecationReason": null,
|
|
27702
27702
|
"description": null,
|
|
@@ -27774,7 +27774,7 @@
|
|
|
27774
27774
|
"varName": "siteRef"
|
|
27775
27775
|
},
|
|
27776
27776
|
"siteNetworkSubnet": {
|
|
27777
|
-
"alias": "
|
|
27777
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
27778
27778
|
"args": {},
|
|
27779
27779
|
"deprecationReason": null,
|
|
27780
27780
|
"description": null,
|
|
@@ -27875,7 +27875,7 @@
|
|
|
27875
27875
|
"varName": "subnet"
|
|
27876
27876
|
},
|
|
27877
27877
|
"systemGroup": {
|
|
27878
|
-
"alias": "
|
|
27878
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
27879
27879
|
"args": {},
|
|
27880
27880
|
"deprecationReason": null,
|
|
27881
27881
|
"description": null,
|
|
@@ -27953,7 +27953,7 @@
|
|
|
27953
27953
|
"varName": "systemGroupRef"
|
|
27954
27954
|
},
|
|
27955
27955
|
"user": {
|
|
27956
|
-
"alias": "
|
|
27956
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
27957
27957
|
"args": {},
|
|
27958
27958
|
"deprecationReason": null,
|
|
27959
27959
|
"description": null,
|
|
@@ -28031,7 +28031,7 @@
|
|
|
28031
28031
|
"varName": "userRef"
|
|
28032
28032
|
},
|
|
28033
28033
|
"usersGroup": {
|
|
28034
|
-
"alias": "
|
|
28034
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
28035
28035
|
"args": {},
|
|
28036
28036
|
"deprecationReason": null,
|
|
28037
28037
|
"description": null,
|
|
@@ -28208,7 +28208,7 @@
|
|
|
28208
28208
|
"varName": "name"
|
|
28209
28209
|
},
|
|
28210
28210
|
"routeType": {
|
|
28211
|
-
"alias": "
|
|
28211
|
+
"alias": "routeTypeWanNetworkRule: routeType",
|
|
28212
28212
|
"args": {},
|
|
28213
28213
|
"deprecationReason": null,
|
|
28214
28214
|
"description": "Defines the routing method for the rule. By default, traffic will egress from connected PoP.",
|
|
@@ -28278,7 +28278,7 @@
|
|
|
28278
28278
|
"varName": "routeType"
|
|
28279
28279
|
},
|
|
28280
28280
|
"ruleType": {
|
|
28281
|
-
"alias": "
|
|
28281
|
+
"alias": "ruleTypeWanNetworkRule: ruleType",
|
|
28282
28282
|
"args": {},
|
|
28283
28283
|
"deprecationReason": null,
|
|
28284
28284
|
"description": "Specifies if the rule is for Internet (outbound) or WAN (wanbound) traffic.",
|
|
@@ -28330,7 +28330,7 @@
|
|
|
28330
28330
|
"varName": "ruleType"
|
|
28331
28331
|
},
|
|
28332
28332
|
"section": {
|
|
28333
|
-
"alias": "
|
|
28333
|
+
"alias": "sectionWanNetworkRule: section",
|
|
28334
28334
|
"args": {},
|
|
28335
28335
|
"deprecationReason": null,
|
|
28336
28336
|
"description": "Policy section where the rule is located",
|
|
@@ -28406,7 +28406,7 @@
|
|
|
28406
28406
|
"varName": "policySectionInfo"
|
|
28407
28407
|
},
|
|
28408
28408
|
"source": {
|
|
28409
|
-
"alias": "
|
|
28409
|
+
"alias": "sourceWanNetworkRule: source",
|
|
28410
28410
|
"args": {},
|
|
28411
28411
|
"deprecationReason": null,
|
|
28412
28412
|
"description": "The source of the traffic for the rule.",
|
|
@@ -28423,7 +28423,7 @@
|
|
|
28423
28423
|
"enumValues": null,
|
|
28424
28424
|
"fields": {
|
|
28425
28425
|
"floatingSubnet": {
|
|
28426
|
-
"alias": "
|
|
28426
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
28427
28427
|
"args": {},
|
|
28428
28428
|
"deprecationReason": null,
|
|
28429
28429
|
"description": null,
|
|
@@ -28501,7 +28501,7 @@
|
|
|
28501
28501
|
"varName": "floatingSubnetRef"
|
|
28502
28502
|
},
|
|
28503
28503
|
"globalIpRange": {
|
|
28504
|
-
"alias": "
|
|
28504
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
28505
28505
|
"args": {},
|
|
28506
28506
|
"deprecationReason": null,
|
|
28507
28507
|
"description": null,
|
|
@@ -28579,7 +28579,7 @@
|
|
|
28579
28579
|
"varName": "globalIpRangeRef"
|
|
28580
28580
|
},
|
|
28581
28581
|
"group": {
|
|
28582
|
-
"alias": "
|
|
28582
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
28583
28583
|
"args": {},
|
|
28584
28584
|
"deprecationReason": null,
|
|
28585
28585
|
"description": null,
|
|
@@ -28657,7 +28657,7 @@
|
|
|
28657
28657
|
"varName": "groupRef"
|
|
28658
28658
|
},
|
|
28659
28659
|
"host": {
|
|
28660
|
-
"alias": "
|
|
28660
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
28661
28661
|
"args": {},
|
|
28662
28662
|
"deprecationReason": null,
|
|
28663
28663
|
"description": null,
|
|
@@ -28758,7 +28758,7 @@
|
|
|
28758
28758
|
"varName": "ip"
|
|
28759
28759
|
},
|
|
28760
28760
|
"ipRange": {
|
|
28761
|
-
"alias": "
|
|
28761
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
28762
28762
|
"args": {},
|
|
28763
28763
|
"deprecationReason": null,
|
|
28764
28764
|
"description": null,
|
|
@@ -28836,7 +28836,7 @@
|
|
|
28836
28836
|
"varName": "ipAddressRange"
|
|
28837
28837
|
},
|
|
28838
28838
|
"networkInterface": {
|
|
28839
|
-
"alias": "
|
|
28839
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
28840
28840
|
"args": {},
|
|
28841
28841
|
"deprecationReason": null,
|
|
28842
28842
|
"description": null,
|
|
@@ -28914,7 +28914,7 @@
|
|
|
28914
28914
|
"varName": "networkInterfaceRef"
|
|
28915
28915
|
},
|
|
28916
28916
|
"site": {
|
|
28917
|
-
"alias": "
|
|
28917
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
28918
28918
|
"args": {},
|
|
28919
28919
|
"deprecationReason": null,
|
|
28920
28920
|
"description": null,
|
|
@@ -28992,7 +28992,7 @@
|
|
|
28992
28992
|
"varName": "siteRef"
|
|
28993
28993
|
},
|
|
28994
28994
|
"siteNetworkSubnet": {
|
|
28995
|
-
"alias": "
|
|
28995
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
28996
28996
|
"args": {},
|
|
28997
28997
|
"deprecationReason": null,
|
|
28998
28998
|
"description": null,
|
|
@@ -29093,7 +29093,7 @@
|
|
|
29093
29093
|
"varName": "subnet"
|
|
29094
29094
|
},
|
|
29095
29095
|
"systemGroup": {
|
|
29096
|
-
"alias": "
|
|
29096
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
29097
29097
|
"args": {},
|
|
29098
29098
|
"deprecationReason": null,
|
|
29099
29099
|
"description": null,
|
|
@@ -29171,7 +29171,7 @@
|
|
|
29171
29171
|
"varName": "systemGroupRef"
|
|
29172
29172
|
},
|
|
29173
29173
|
"user": {
|
|
29174
|
-
"alias": "
|
|
29174
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
29175
29175
|
"args": {},
|
|
29176
29176
|
"deprecationReason": null,
|
|
29177
29177
|
"description": null,
|
|
@@ -29249,7 +29249,7 @@
|
|
|
29249
29249
|
"varName": "userRef"
|
|
29250
29250
|
},
|
|
29251
29251
|
"usersGroup": {
|
|
29252
|
-
"alias": "
|
|
29252
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
29253
29253
|
"args": {},
|
|
29254
29254
|
"deprecationReason": null,
|
|
29255
29255
|
"description": null,
|
|
@@ -29377,7 +29377,7 @@
|
|
|
29377
29377
|
"varName": "wanNetworkRulePayload"
|
|
29378
29378
|
},
|
|
29379
29379
|
"status": {
|
|
29380
|
-
"alias": "
|
|
29380
|
+
"alias": "statusWanNetworkRuleMutationPayload: status",
|
|
29381
29381
|
"args": {},
|
|
29382
29382
|
"deprecationReason": null,
|
|
29383
29383
|
"description": null,
|