catocli 2.1.0__py3-none-any.whl → 2.1.2__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 +217 -194
- catocli/Utils/version_checker.py +1 -1
- catocli/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +118 -130
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +13 -2
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +8 -1
- catocli/parsers/customParserApiClient.py +1195 -0
- catocli/parsers/custom_private/__init__.py +134 -0
- catocli/parsers/mutation_accountManagement/__init__.py +45 -58
- catocli/parsers/mutation_accountManagement_addAccount/README.md +7 -5
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +4 -5
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +7 -5
- catocli/parsers/mutation_admin/__init__.py +84 -45
- catocli/parsers/mutation_admin_addAdmin/README.md +7 -5
- catocli/parsers/mutation_admin_addServicePrincipalAdmin/README.md +19 -0
- catocli/parsers/mutation_admin_removeAdmin/README.md +7 -5
- catocli/parsers/mutation_admin_removeServicePrincipalAdmin/README.md +19 -0
- catocli/parsers/mutation_admin_updateAdmin/README.md +8 -6
- catocli/parsers/mutation_admin_updateServicePrincipalAdmin/README.md +20 -0
- catocli/parsers/mutation_container/__init__.py +135 -135
- catocli/parsers/mutation_container_delete/README.md +7 -5
- catocli/parsers/mutation_container_fqdn_addValues/README.md +7 -5
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +7 -5
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +7 -5
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +7 -5
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +7 -5
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +7 -5
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +7 -5
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +7 -5
- catocli/parsers/mutation_enterpriseDirectory/README.md +7 -0
- catocli/parsers/mutation_enterpriseDirectory/__init__.py +61 -0
- catocli/parsers/mutation_enterpriseDirectory_archiveLocation/README.md +19 -0
- catocli/parsers/mutation_enterpriseDirectory_createLocation/README.md +19 -0
- catocli/parsers/mutation_enterpriseDirectory_restoreLocation/README.md +19 -0
- catocli/parsers/mutation_enterpriseDirectory_updateLocation/README.md +19 -0
- catocli/parsers/mutation_groups/__init__.py +45 -45
- catocli/parsers/mutation_groups_createGroup/README.md +8 -6
- catocli/parsers/mutation_groups_deleteGroup/README.md +8 -6
- catocli/parsers/mutation_groups_updateGroup/README.md +8 -6
- catocli/parsers/mutation_hardware/__init__.py +16 -16
- catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +7 -5
- catocli/parsers/mutation_policy/__init__.py +1302 -1302
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_socketLan_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +8 -6
- catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +8 -6
- catocli/parsers/mutation_sandbox/__init__.py +27 -27
- catocli/parsers/mutation_sandbox_deleteReport/README.md +7 -5
- catocli/parsers/mutation_sandbox_uploadFile/README.md +7 -5
- catocli/parsers/mutation_site/__init__.py +474 -474
- catocli/parsers/mutation_site_addBgpPeer/README.md +7 -5
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +7 -5
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +7 -5
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +8 -6
- catocli/parsers/mutation_site_addNetworkRange/README.md +8 -6
- catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +7 -5
- catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +7 -5
- catocli/parsers/mutation_site_addSocketAddOnCard/README.md +7 -5
- catocli/parsers/mutation_site_addSocketSite/README.md +7 -5
- catocli/parsers/mutation_site_addStaticHost/README.md +8 -6
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_site_removeBgpPeer/README.md +7 -5
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +8 -6
- catocli/parsers/mutation_site_removeNetworkRange/README.md +7 -5
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +7 -5
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +7 -5
- catocli/parsers/mutation_site_removeSite/README.md +7 -5
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +7 -5
- catocli/parsers/mutation_site_removeStaticHost/README.md +7 -5
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_site_startSiteUpgrade/README.md +7 -5
- catocli/parsers/mutation_site_updateBgpPeer/README.md +7 -5
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/mutation_site_updateHa/README.md +8 -6
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +8 -6
- catocli/parsers/mutation_site_updateNetworkRange/README.md +8 -6
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +7 -5
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +7 -5
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +8 -6
- catocli/parsers/mutation_site_updateSocketInterface/README.md +9 -7
- catocli/parsers/mutation_site_updateStaticHost/README.md +8 -6
- catocli/parsers/mutation_sites/__init__.py +474 -474
- catocli/parsers/mutation_sites_addBgpPeer/README.md +7 -5
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +7 -5
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +7 -5
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +8 -6
- catocli/parsers/mutation_sites_addNetworkRange/README.md +8 -6
- catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +7 -5
- catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +7 -5
- catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +7 -5
- catocli/parsers/mutation_sites_addSocketSite/README.md +7 -5
- catocli/parsers/mutation_sites_addStaticHost/README.md +8 -6
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +7 -5
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +8 -6
- catocli/parsers/mutation_sites_removeNetworkRange/README.md +7 -5
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +7 -5
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +7 -5
- catocli/parsers/mutation_sites_removeSite/README.md +7 -5
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +7 -5
- catocli/parsers/mutation_sites_removeStaticHost/README.md +7 -5
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_sites_startSiteUpgrade/README.md +7 -5
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +7 -5
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/mutation_sites_updateHa/README.md +8 -6
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +8 -6
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +8 -6
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +7 -5
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +7 -5
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +7 -5
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +8 -6
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +9 -7
- catocli/parsers/mutation_sites_updateStaticHost/README.md +8 -6
- catocli/parsers/mutation_xdr/__init__.py +45 -45
- catocli/parsers/mutation_xdr_addStoryComment/README.md +7 -5
- catocli/parsers/mutation_xdr_analystFeedback/README.md +7 -6
- catocli/parsers/mutation_xdr_deleteStoryComment/README.md +7 -5
- catocli/parsers/query_accountBySubdomain/README.md +7 -5
- catocli/parsers/query_accountBySubdomain/__init__.py +12 -12
- catocli/parsers/query_accountManagement/README.md +4 -5
- catocli/parsers/query_accountManagement/__init__.py +12 -12
- catocli/parsers/query_accountMetrics/README.md +20 -18
- catocli/parsers/query_accountMetrics/__init__.py +12 -12
- catocli/parsers/query_accountRoles/README.md +7 -5
- catocli/parsers/query_accountRoles/__init__.py +12 -12
- catocli/parsers/query_accountSnapshot/README.md +8 -6
- catocli/parsers/query_accountSnapshot/__init__.py +12 -12
- catocli/parsers/query_admin/README.md +7 -5
- catocli/parsers/query_admin/__init__.py +12 -12
- catocli/parsers/query_admins/README.md +11 -9
- catocli/parsers/query_admins/__init__.py +12 -12
- catocli/parsers/query_appStats/README.md +20 -11
- catocli/parsers/query_appStats/__init__.py +12 -12
- catocli/parsers/query_appStatsTimeSeries/README.md +21 -12
- catocli/parsers/query_appStatsTimeSeries/__init__.py +12 -12
- catocli/parsers/query_auditFeed/README.md +10 -8
- catocli/parsers/query_auditFeed/__init__.py +12 -12
- catocli/parsers/query_catalogs/README.md +9 -7
- catocli/parsers/query_catalogs/__init__.py +12 -12
- catocli/parsers/query_container/README.md +13 -11
- catocli/parsers/query_container/__init__.py +12 -12
- catocli/parsers/query_devices/README.md +10 -8
- catocli/parsers/query_devices/__init__.py +12 -12
- catocli/parsers/query_enterpriseDirectory/README.md +19 -0
- catocli/parsers/query_enterpriseDirectory/__init__.py +16 -0
- catocli/parsers/query_entityLookup/README.md +19 -17
- catocli/parsers/query_entityLookup/__init__.py +12 -12
- catocli/parsers/query_events/README.md +13 -11
- catocli/parsers/query_events/__init__.py +12 -12
- catocli/parsers/query_eventsFeed/README.md +9 -7
- catocli/parsers/query_eventsFeed/__init__.py +12 -12
- catocli/parsers/query_eventsTimeSeries/README.md +14 -12
- catocli/parsers/query_eventsTimeSeries/__init__.py +12 -12
- catocli/parsers/query_groups/__init__.py +51 -51
- catocli/parsers/query_groups_groupList/README.md +8 -6
- catocli/parsers/query_groups_group_members/README.md +8 -6
- catocli/parsers/query_groups_whereUsed/README.md +7 -5
- catocli/parsers/query_hardware/README.md +7 -5
- catocli/parsers/query_hardware/__init__.py +12 -12
- catocli/parsers/query_hardwareManagement/README.md +7 -5
- catocli/parsers/query_hardwareManagement/__init__.py +12 -12
- catocli/parsers/query_licensing/README.md +4 -5
- catocli/parsers/query_licensing/__init__.py +12 -12
- catocli/parsers/query_policy/__init__.py +158 -158
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +7 -5
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +7 -5
- catocli/parsers/query_policy_internetFirewall_policy/README.md +7 -5
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +7 -5
- catocli/parsers/query_policy_socketLan_policy/README.md +7 -5
- catocli/parsers/query_policy_terminalServer_policy/README.md +7 -5
- catocli/parsers/query_policy_wanFirewall_policy/README.md +7 -5
- catocli/parsers/query_policy_wanNetwork_policy/README.md +7 -5
- catocli/parsers/query_popLocations/README.md +7 -5
- catocli/parsers/query_popLocations/__init__.py +12 -12
- catocli/parsers/query_sandbox/README.md +7 -5
- catocli/parsers/query_sandbox/__init__.py +12 -12
- catocli/parsers/query_servicePrincipalAdmin/README.md +19 -0
- catocli/parsers/query_servicePrincipalAdmin/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +123 -123
- catocli/parsers/query_siteLocation/__init__.py +10 -10
- catocli/parsers/query_site_availableVersionList/README.md +7 -5
- catocli/parsers/query_site_bgpPeer/README.md +7 -5
- catocli/parsers/query_site_bgpPeerList/README.md +7 -5
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +7 -5
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +7 -5
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +7 -5
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +7 -5
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +7 -5
- catocli/parsers/query_site_siteBgpStatus/README.md +7 -5
- catocli/parsers/query_socketPortMetrics/README.md +13 -11
- catocli/parsers/query_socketPortMetrics/__init__.py +12 -12
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +14 -12
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +12 -12
- catocli/parsers/query_subDomains/README.md +7 -5
- catocli/parsers/query_subDomains/__init__.py +12 -12
- catocli/parsers/query_xdr/__init__.py +27 -27
- catocli/parsers/query_xdr_stories/README.md +7 -6
- catocli/parsers/query_xdr_story/README.md +9 -8
- catocli/parsers/raw/__init__.py +9 -9
- {catocli-2.1.0.dist-info → catocli-2.1.2.dist-info}/METADATA +1 -1
- catocli-2.1.2.dist-info/RECORD +659 -0
- graphql_client/api/call_api.py +20 -2
- models/mutation.accountManagement.addAccount.json +5 -15
- models/mutation.accountManagement.updateAccount.json +1 -3
- models/mutation.admin.addAdmin.json +14 -35
- models/mutation.admin.addServicePrincipalAdmin.json +2554 -0
- models/mutation.admin.removeAdmin.json +1 -1
- models/mutation.admin.removeServicePrincipalAdmin.json +201 -0
- models/mutation.admin.updateAdmin.json +13 -30
- models/mutation.admin.updateServicePrincipalAdmin.json +2554 -0
- models/mutation.container.delete.json +9 -435
- models/mutation.container.fqdn.addValues.json +6 -11
- models/mutation.container.fqdn.createFromFile.json +4 -12
- models/mutation.container.fqdn.removeValues.json +6 -11
- models/mutation.container.fqdn.updateFromFile.json +5 -15
- models/mutation.container.ipAddressRange.addValues.json +4 -12
- models/mutation.container.ipAddressRange.createFromFile.json +4 -12
- models/mutation.container.ipAddressRange.removeValues.json +4 -12
- models/mutation.container.ipAddressRange.updateFromFile.json +5 -15
- models/mutation.enterpriseDirectory.archiveLocation.json +1046 -0
- models/mutation.enterpriseDirectory.createLocation.json +2521 -0
- models/mutation.enterpriseDirectory.restoreLocation.json +1046 -0
- models/mutation.enterpriseDirectory.updateLocation.json +2567 -0
- models/mutation.groups.createGroup.json +39 -171
- models/mutation.groups.deleteGroup.json +36 -162
- models/mutation.groups.updateGroup.json +41 -177
- models/mutation.hardware.updateHardwareShipping.json +18 -47
- models/mutation.policy.appTenantRestriction.addRule.json +50 -136
- models/mutation.policy.appTenantRestriction.addSection.json +4 -12
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3 -9
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +2 -6
- models/mutation.policy.appTenantRestriction.moveRule.json +4 -12
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -12
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3 -9
- models/mutation.policy.appTenantRestriction.removeRule.json +2 -6
- models/mutation.policy.appTenantRestriction.removeSection.json +2 -6
- models/mutation.policy.appTenantRestriction.updatePolicy.json +2 -6
- models/mutation.policy.appTenantRestriction.updateRule.json +49 -133
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -9
- models/mutation.policy.dynamicIpAllocation.addRule.json +15 -45
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -12
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +3 -9
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2 -6
- models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -12
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +3 -9
- models/mutation.policy.dynamicIpAllocation.removeRule.json +2 -6
- models/mutation.policy.dynamicIpAllocation.removeSection.json +2 -6
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2 -6
- models/mutation.policy.dynamicIpAllocation.updateRule.json +14 -42
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -9
- models/mutation.policy.internetFirewall.addRule.json +248 -542
- models/mutation.policy.internetFirewall.addSection.json +4 -12
- models/mutation.policy.internetFirewall.createPolicyRevision.json +3 -9
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +2 -6
- models/mutation.policy.internetFirewall.moveRule.json +4 -12
- models/mutation.policy.internetFirewall.moveSection.json +4 -12
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +3 -9
- models/mutation.policy.internetFirewall.removeRule.json +2 -6
- models/mutation.policy.internetFirewall.removeSection.json +2 -6
- models/mutation.policy.internetFirewall.updatePolicy.json +2 -6
- models/mutation.policy.internetFirewall.updateRule.json +247 -539
- models/mutation.policy.internetFirewall.updateSection.json +3 -9
- models/mutation.policy.remotePortFwd.addRule.json +35 -91
- models/mutation.policy.remotePortFwd.addSection.json +4 -12
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +3 -9
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2 -6
- models/mutation.policy.remotePortFwd.moveRule.json +4 -12
- models/mutation.policy.remotePortFwd.moveSection.json +4 -12
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +3 -9
- models/mutation.policy.remotePortFwd.removeRule.json +2 -6
- models/mutation.policy.remotePortFwd.removeSection.json +2 -6
- models/mutation.policy.remotePortFwd.updatePolicy.json +2 -6
- models/mutation.policy.remotePortFwd.updateRule.json +34 -88
- models/mutation.policy.remotePortFwd.updateSection.json +3 -9
- models/mutation.policy.socketLan.addRule.json +78 -185
- models/mutation.policy.socketLan.addSection.json +4 -12
- models/mutation.policy.socketLan.createPolicyRevision.json +3 -9
- models/mutation.policy.socketLan.discardPolicyRevision.json +2 -6
- models/mutation.policy.socketLan.moveRule.json +4 -12
- models/mutation.policy.socketLan.moveSection.json +4 -12
- models/mutation.policy.socketLan.publishPolicyRevision.json +3 -9
- models/mutation.policy.socketLan.removeRule.json +2 -6
- models/mutation.policy.socketLan.removeSection.json +2 -6
- models/mutation.policy.socketLan.updatePolicy.json +2 -6
- models/mutation.policy.socketLan.updateRule.json +77 -182
- models/mutation.policy.socketLan.updateSection.json +3 -9
- models/mutation.policy.terminalServer.addRule.json +10 -30
- models/mutation.policy.terminalServer.addSection.json +4 -12
- models/mutation.policy.terminalServer.createPolicyRevision.json +3 -9
- models/mutation.policy.terminalServer.discardPolicyRevision.json +2 -6
- models/mutation.policy.terminalServer.moveRule.json +4 -12
- models/mutation.policy.terminalServer.moveSection.json +4 -12
- models/mutation.policy.terminalServer.publishPolicyRevision.json +3 -9
- models/mutation.policy.terminalServer.removeRule.json +2 -6
- models/mutation.policy.terminalServer.removeSection.json +2 -6
- models/mutation.policy.terminalServer.updatePolicy.json +2 -6
- models/mutation.policy.terminalServer.updateRule.json +9 -27
- models/mutation.policy.terminalServer.updateSection.json +3 -9
- models/mutation.policy.wanFirewall.addRule.json +290 -654
- models/mutation.policy.wanFirewall.addSection.json +4 -12
- models/mutation.policy.wanFirewall.createPolicyRevision.json +3 -9
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +2 -6
- models/mutation.policy.wanFirewall.moveRule.json +4 -12
- models/mutation.policy.wanFirewall.moveSection.json +4 -12
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +3 -9
- models/mutation.policy.wanFirewall.removeRule.json +2 -6
- models/mutation.policy.wanFirewall.removeSection.json +2 -6
- models/mutation.policy.wanFirewall.updatePolicy.json +2 -6
- models/mutation.policy.wanFirewall.updateRule.json +289 -651
- models/mutation.policy.wanFirewall.updateSection.json +3 -9
- models/mutation.policy.wanNetwork.addRule.json +204 -514
- models/mutation.policy.wanNetwork.addSection.json +4 -12
- models/mutation.policy.wanNetwork.createPolicyRevision.json +3 -9
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +2 -6
- models/mutation.policy.wanNetwork.moveRule.json +4 -12
- models/mutation.policy.wanNetwork.moveSection.json +4 -12
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +3 -9
- models/mutation.policy.wanNetwork.removeRule.json +2 -6
- models/mutation.policy.wanNetwork.removeSection.json +2 -6
- models/mutation.policy.wanNetwork.updatePolicy.json +2 -6
- models/mutation.policy.wanNetwork.updateRule.json +203 -511
- models/mutation.policy.wanNetwork.updateSection.json +3 -9
- models/mutation.sandbox.deleteReport.json +1 -3
- models/mutation.sandbox.uploadFile.json +1 -3
- models/mutation.site.addBgpPeer.json +48 -123
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +12 -36
- models/mutation.site.addCloudInterconnectSite.json +8 -24
- models/mutation.site.addIpsecIkeV2Site.json +10 -30
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +14 -40
- models/mutation.site.addNetworkRange.json +15 -43
- models/mutation.site.addSecondaryAwsVSocket.json +5 -15
- models/mutation.site.addSecondaryAzureVSocket.json +4 -12
- models/mutation.site.addSocketAddOnCard.json +4 -12
- models/mutation.site.addSocketSite.json +12 -36
- models/mutation.site.addStaticHost.json +4 -10
- models/mutation.site.assignSiteBwLicense.json +120 -11782
- models/mutation.site.removeBgpPeer.json +1 -3
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +1 -3
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -4
- models/mutation.site.removeNetworkRange.json +1 -1
- models/mutation.site.removeSecondaryAwsVSocket.json +1 -1
- models/mutation.site.removeSecondaryAzureVSocket.json +1 -1
- models/mutation.site.removeSite.json +1 -1
- models/mutation.site.removeSiteBwLicense.json +119 -11779
- models/mutation.site.removeSocketAddOnCard.json +3 -9
- models/mutation.site.removeStaticHost.json +1 -1
- models/mutation.site.replaceSiteBwLicense.json +121 -11785
- models/mutation.site.startSiteUpgrade.json +3 -9
- models/mutation.site.updateBgpPeer.json +47 -120
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +10 -30
- models/mutation.site.updateHa.json +4 -10
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +15 -43
- models/mutation.site.updateNetworkRange.json +15 -43
- models/mutation.site.updateSecondaryAwsVSocket.json +4 -12
- models/mutation.site.updateSecondaryAzureVSocket.json +3 -9
- models/mutation.site.updateSiteBwLicense.json +120 -11782
- models/mutation.site.updateSiteGeneralDetails.json +14 -40
- models/mutation.site.updateSocketInterface.json +26 -74
- models/mutation.site.updateStaticHost.json +4 -10
- models/mutation.sites.addBgpPeer.json +48 -123
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +12 -36
- models/mutation.sites.addCloudInterconnectSite.json +8 -24
- models/mutation.sites.addIpsecIkeV2Site.json +10 -30
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +14 -40
- models/mutation.sites.addNetworkRange.json +15 -43
- models/mutation.sites.addSecondaryAwsVSocket.json +5 -15
- models/mutation.sites.addSecondaryAzureVSocket.json +4 -12
- models/mutation.sites.addSocketAddOnCard.json +4 -12
- models/mutation.sites.addSocketSite.json +12 -36
- models/mutation.sites.addStaticHost.json +4 -10
- models/mutation.sites.assignSiteBwLicense.json +120 -11782
- models/mutation.sites.removeBgpPeer.json +1 -3
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +1 -3
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -4
- models/mutation.sites.removeNetworkRange.json +1 -1
- models/mutation.sites.removeSecondaryAwsVSocket.json +1 -1
- models/mutation.sites.removeSecondaryAzureVSocket.json +1 -1
- models/mutation.sites.removeSite.json +1 -1
- models/mutation.sites.removeSiteBwLicense.json +119 -11779
- models/mutation.sites.removeSocketAddOnCard.json +3 -9
- models/mutation.sites.removeStaticHost.json +1 -1
- models/mutation.sites.replaceSiteBwLicense.json +121 -11785
- models/mutation.sites.startSiteUpgrade.json +3 -9
- models/mutation.sites.updateBgpPeer.json +47 -120
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +10 -30
- models/mutation.sites.updateHa.json +4 -10
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +15 -43
- models/mutation.sites.updateNetworkRange.json +15 -43
- models/mutation.sites.updateSecondaryAwsVSocket.json +4 -12
- models/mutation.sites.updateSecondaryAzureVSocket.json +3 -9
- models/mutation.sites.updateSiteBwLicense.json +120 -11782
- models/mutation.sites.updateSiteGeneralDetails.json +14 -40
- models/mutation.sites.updateSocketInterface.json +26 -74
- models/mutation.sites.updateStaticHost.json +4 -10
- models/mutation.xdr.addStoryComment.json +15 -113
- models/mutation.xdr.analystFeedback.json +229 -26307
- models/mutation.xdr.deleteStoryComment.json +15 -113
- models/query.accountBySubdomain.json +2 -1
- models/query.accountMetrics.json +15 -12
- models/query.accountRoles.json +1 -1
- models/query.accountSnapshot.json +4 -2
- models/query.admin.json +1 -1
- models/query.admins.json +7 -10
- models/query.appStats.json +633 -33
- models/query.appStatsTimeSeries.json +15 -28
- models/query.auditFeed.json +225 -16
- models/query.catalogs.json +106 -215
- models/query.container.json +21 -471
- models/query.devices.json +333 -620
- models/query.enterpriseDirectory.json +3596 -0
- models/query.entityLookup.json +15 -27
- models/query.events.json +1875 -33
- models/query.eventsFeed.json +30 -14
- models/query.eventsTimeSeries.json +15 -28
- models/query.groups.group.members.json +23 -55
- models/query.groups.groupList.json +87 -266
- models/query.groups.whereUsed.json +2 -6
- models/query.hardware.json +92 -192
- models/query.hardwareManagement.json +21 -63
- models/query.licensing.json +76 -11721
- models/query.policy.appTenantRestriction.policy.json +2 -6
- models/query.policy.dynamicIpAllocation.policy.json +2 -6
- models/query.policy.internetFirewall.policy.json +2 -6
- models/query.policy.remotePortFwd.policy.json +2 -6
- models/query.policy.socketLan.policy.json +2 -6
- models/query.policy.terminalServer.policy.json +2 -6
- models/query.policy.wanFirewall.policy.json +2 -6
- models/query.policy.wanNetwork.policy.json +2 -6
- models/query.popLocations.json +34 -74
- models/query.sandbox.json +44 -83
- models/query.servicePrincipalAdmin.json +1098 -0
- models/query.site.availableVersionList.json +4 -5
- models/query.site.bgpPeer.json +2 -6
- models/query.site.bgpPeerList.json +2 -6
- models/query.site.cloudInterconnectConnectionConnectivity.json +1 -3
- models/query.site.cloudInterconnectPhysicalConnection.json +1 -3
- models/query.site.cloudInterconnectPhysicalConnectionId.json +3 -9
- models/query.site.secondaryAwsVSocket.json +1 -1
- models/query.site.secondaryAzureVSocket.json +1 -1
- models/query.site.siteBgpStatus.json +2 -6
- models/query.socketPortMetrics.json +465 -33
- models/query.socketPortMetricsTimeSeries.json +15 -28
- models/query.subDomains.json +1 -1
- models/query.xdr.stories.json +306 -26440
- models/query.xdr.story.json +40 -26100
- schema/catolib.py +1266 -956
- schema/importSchema.py +53 -48
- catocli/parsers/mutation/README.md +0 -4
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +0 -16
- catocli/parsers/parserApiClient.py +0 -522
- catocli/parsers/query/README.md +0 -3
- catocli-2.1.0.dist-info/RECORD +0 -644
- models/mutation.accountManagement.disableAccount.json +0 -545
- models/query.policy.json +0 -40899
- models/query.site.json +0 -5688
- schema/remove_policyid.py +0 -89
- schema/remove_policyid_mutations.py +0 -89
- {catocli-2.1.0.dist-info → catocli-2.1.2.dist-info}/WHEEL +0 -0
- {catocli-2.1.0.dist-info → catocli-2.1.2.dist-info}/entry_points.txt +0 -0
- {catocli-2.1.0.dist-info → catocli-2.1.2.dist-info}/licenses/LICENSE +0 -0
- {catocli-2.1.0.dist-info → catocli-2.1.2.dist-info}/top_level.txt +0 -0
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
132
132
|
"type": {
|
|
133
133
|
"definition": {
|
|
134
|
-
"description":
|
|
134
|
+
"description": null,
|
|
135
135
|
"enumValues": null,
|
|
136
136
|
"fields": null,
|
|
137
137
|
"inputFields": {
|
|
@@ -8994,7 +8994,7 @@
|
|
|
8994
8994
|
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
8995
8995
|
"type": {
|
|
8996
8996
|
"definition": {
|
|
8997
|
-
"description":
|
|
8997
|
+
"description": null,
|
|
8998
8998
|
"enumValues": null,
|
|
8999
8999
|
"fields": null,
|
|
9000
9000
|
"inputFields": {
|
|
@@ -17651,7 +17651,7 @@
|
|
|
17651
17651
|
"responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
|
|
17652
17652
|
"type": {
|
|
17653
17653
|
"definition": {
|
|
17654
|
-
"description":
|
|
17654
|
+
"description": null,
|
|
17655
17655
|
"enumValues": null,
|
|
17656
17656
|
"fields": null,
|
|
17657
17657
|
"inputFields": {
|
|
@@ -34372,834 +34372,472 @@
|
|
|
34372
34372
|
"variablesPayload": {
|
|
34373
34373
|
"wanFirewallPolicyMutationInput": {
|
|
34374
34374
|
"policyMutationRevisionInput": {
|
|
34375
|
-
"id":
|
|
34376
|
-
"id": "ID"
|
|
34377
|
-
}
|
|
34375
|
+
"id": "id"
|
|
34378
34376
|
}
|
|
34379
34377
|
},
|
|
34380
34378
|
"wanFirewallUpdateRuleInput": {
|
|
34381
|
-
"id":
|
|
34382
|
-
"id": "ID"
|
|
34383
|
-
},
|
|
34379
|
+
"id": "id",
|
|
34384
34380
|
"wanFirewallUpdateRuleDataInput": {
|
|
34385
|
-
"action":
|
|
34386
|
-
"action": "enum(WanFirewallActionEnum)"
|
|
34387
|
-
},
|
|
34381
|
+
"action": "BLOCK",
|
|
34388
34382
|
"activePeriod": {
|
|
34389
|
-
"effectiveFrom":
|
|
34390
|
-
|
|
34391
|
-
|
|
34392
|
-
"
|
|
34393
|
-
"expiresAt": "DateTime"
|
|
34394
|
-
},
|
|
34395
|
-
"useEffectiveFrom": {
|
|
34396
|
-
"useEffectiveFrom": "Boolean"
|
|
34397
|
-
},
|
|
34398
|
-
"useExpiresAt": {
|
|
34399
|
-
"useExpiresAt": "Boolean"
|
|
34400
|
-
}
|
|
34383
|
+
"effectiveFrom": "example_value",
|
|
34384
|
+
"expiresAt": "example_value",
|
|
34385
|
+
"useEffectiveFrom": true,
|
|
34386
|
+
"useExpiresAt": true
|
|
34401
34387
|
},
|
|
34402
34388
|
"application": {
|
|
34403
34389
|
"appCategory": {
|
|
34404
|
-
"by":
|
|
34405
|
-
|
|
34406
|
-
},
|
|
34407
|
-
"input": {
|
|
34408
|
-
"input": "String"
|
|
34409
|
-
}
|
|
34390
|
+
"by": "ID",
|
|
34391
|
+
"input": "string"
|
|
34410
34392
|
},
|
|
34411
34393
|
"application": {
|
|
34412
|
-
"by":
|
|
34413
|
-
|
|
34414
|
-
},
|
|
34415
|
-
"input": {
|
|
34416
|
-
"input": "String"
|
|
34417
|
-
}
|
|
34394
|
+
"by": "ID",
|
|
34395
|
+
"input": "string"
|
|
34418
34396
|
},
|
|
34419
34397
|
"customApp": {
|
|
34420
|
-
"by":
|
|
34421
|
-
|
|
34422
|
-
},
|
|
34423
|
-
"input": {
|
|
34424
|
-
"input": "String"
|
|
34425
|
-
}
|
|
34398
|
+
"by": "ID",
|
|
34399
|
+
"input": "string"
|
|
34426
34400
|
},
|
|
34427
34401
|
"customCategory": {
|
|
34428
|
-
"by":
|
|
34429
|
-
|
|
34430
|
-
},
|
|
34431
|
-
"input": {
|
|
34432
|
-
"input": "String"
|
|
34433
|
-
}
|
|
34434
|
-
},
|
|
34435
|
-
"domain": {
|
|
34436
|
-
"domain": [
|
|
34437
|
-
"Domain"
|
|
34438
|
-
]
|
|
34439
|
-
},
|
|
34440
|
-
"fqdn": {
|
|
34441
|
-
"fqdn": [
|
|
34442
|
-
"Fqdn"
|
|
34443
|
-
]
|
|
34402
|
+
"by": "ID",
|
|
34403
|
+
"input": "string"
|
|
34444
34404
|
},
|
|
34405
|
+
"domain": [
|
|
34406
|
+
"example1",
|
|
34407
|
+
"example2"
|
|
34408
|
+
],
|
|
34409
|
+
"fqdn": [
|
|
34410
|
+
"example1",
|
|
34411
|
+
"example2"
|
|
34412
|
+
],
|
|
34445
34413
|
"globalIpRange": {
|
|
34446
|
-
"by":
|
|
34447
|
-
|
|
34448
|
-
},
|
|
34449
|
-
"input": {
|
|
34450
|
-
"input": "String"
|
|
34451
|
-
}
|
|
34452
|
-
},
|
|
34453
|
-
"ip": {
|
|
34454
|
-
"ip": [
|
|
34455
|
-
"IPAddress"
|
|
34456
|
-
]
|
|
34414
|
+
"by": "ID",
|
|
34415
|
+
"input": "string"
|
|
34457
34416
|
},
|
|
34417
|
+
"ip": [
|
|
34418
|
+
"example1",
|
|
34419
|
+
"example2"
|
|
34420
|
+
],
|
|
34458
34421
|
"ipRange": {
|
|
34459
|
-
"from":
|
|
34460
|
-
|
|
34461
|
-
},
|
|
34462
|
-
"to": {
|
|
34463
|
-
"to": "IPAddress"
|
|
34464
|
-
}
|
|
34422
|
+
"from": "example_value",
|
|
34423
|
+
"to": "example_value"
|
|
34465
34424
|
},
|
|
34466
34425
|
"sanctionedAppsCategory": {
|
|
34467
|
-
"by":
|
|
34468
|
-
|
|
34469
|
-
},
|
|
34470
|
-
"input": {
|
|
34471
|
-
"input": "String"
|
|
34472
|
-
}
|
|
34426
|
+
"by": "ID",
|
|
34427
|
+
"input": "string"
|
|
34473
34428
|
},
|
|
34474
|
-
"subnet":
|
|
34475
|
-
"
|
|
34476
|
-
|
|
34477
|
-
|
|
34478
|
-
}
|
|
34479
|
-
},
|
|
34480
|
-
"connectionOrigin": {
|
|
34481
|
-
"connectionOrigin": "enum(ConnectionOriginEnum)"
|
|
34429
|
+
"subnet": [
|
|
34430
|
+
"example1",
|
|
34431
|
+
"example2"
|
|
34432
|
+
]
|
|
34482
34433
|
},
|
|
34434
|
+
"connectionOrigin": "ANY",
|
|
34483
34435
|
"country": {
|
|
34484
|
-
"by":
|
|
34485
|
-
|
|
34486
|
-
},
|
|
34487
|
-
"input": {
|
|
34488
|
-
"input": "String"
|
|
34489
|
-
}
|
|
34490
|
-
},
|
|
34491
|
-
"description": {
|
|
34492
|
-
"description": "String"
|
|
34436
|
+
"by": "ID",
|
|
34437
|
+
"input": "string"
|
|
34493
34438
|
},
|
|
34439
|
+
"description": "string",
|
|
34494
34440
|
"destination": {
|
|
34495
34441
|
"floatingSubnet": {
|
|
34496
|
-
"by":
|
|
34497
|
-
|
|
34498
|
-
},
|
|
34499
|
-
"input": {
|
|
34500
|
-
"input": "String"
|
|
34501
|
-
}
|
|
34442
|
+
"by": "ID",
|
|
34443
|
+
"input": "string"
|
|
34502
34444
|
},
|
|
34503
34445
|
"globalIpRange": {
|
|
34504
|
-
"by":
|
|
34505
|
-
|
|
34506
|
-
},
|
|
34507
|
-
"input": {
|
|
34508
|
-
"input": "String"
|
|
34509
|
-
}
|
|
34446
|
+
"by": "ID",
|
|
34447
|
+
"input": "string"
|
|
34510
34448
|
},
|
|
34511
34449
|
"group": {
|
|
34512
|
-
"by":
|
|
34513
|
-
|
|
34514
|
-
},
|
|
34515
|
-
"input": {
|
|
34516
|
-
"input": "String"
|
|
34517
|
-
}
|
|
34450
|
+
"by": "ID",
|
|
34451
|
+
"input": "string"
|
|
34518
34452
|
},
|
|
34519
34453
|
"host": {
|
|
34520
|
-
"by":
|
|
34521
|
-
|
|
34522
|
-
},
|
|
34523
|
-
"input": {
|
|
34524
|
-
"input": "String"
|
|
34525
|
-
}
|
|
34526
|
-
},
|
|
34527
|
-
"ip": {
|
|
34528
|
-
"ip": [
|
|
34529
|
-
"IPAddress"
|
|
34530
|
-
]
|
|
34454
|
+
"by": "ID",
|
|
34455
|
+
"input": "string"
|
|
34531
34456
|
},
|
|
34457
|
+
"ip": [
|
|
34458
|
+
"example1",
|
|
34459
|
+
"example2"
|
|
34460
|
+
],
|
|
34532
34461
|
"ipRange": {
|
|
34533
|
-
"from":
|
|
34534
|
-
|
|
34535
|
-
},
|
|
34536
|
-
"to": {
|
|
34537
|
-
"to": "IPAddress"
|
|
34538
|
-
}
|
|
34462
|
+
"from": "example_value",
|
|
34463
|
+
"to": "example_value"
|
|
34539
34464
|
},
|
|
34540
34465
|
"networkInterface": {
|
|
34541
|
-
"by":
|
|
34542
|
-
|
|
34543
|
-
},
|
|
34544
|
-
"input": {
|
|
34545
|
-
"input": "String"
|
|
34546
|
-
}
|
|
34466
|
+
"by": "ID",
|
|
34467
|
+
"input": "string"
|
|
34547
34468
|
},
|
|
34548
34469
|
"site": {
|
|
34549
|
-
"by":
|
|
34550
|
-
|
|
34551
|
-
},
|
|
34552
|
-
"input": {
|
|
34553
|
-
"input": "String"
|
|
34554
|
-
}
|
|
34470
|
+
"by": "ID",
|
|
34471
|
+
"input": "string"
|
|
34555
34472
|
},
|
|
34556
34473
|
"siteNetworkSubnet": {
|
|
34557
|
-
"by":
|
|
34558
|
-
|
|
34559
|
-
},
|
|
34560
|
-
"input": {
|
|
34561
|
-
"input": "String"
|
|
34562
|
-
}
|
|
34563
|
-
},
|
|
34564
|
-
"subnet": {
|
|
34565
|
-
"subnet": [
|
|
34566
|
-
"NetworkSubnet"
|
|
34567
|
-
]
|
|
34474
|
+
"by": "ID",
|
|
34475
|
+
"input": "string"
|
|
34568
34476
|
},
|
|
34477
|
+
"subnet": [
|
|
34478
|
+
"example1",
|
|
34479
|
+
"example2"
|
|
34480
|
+
],
|
|
34569
34481
|
"systemGroup": {
|
|
34570
|
-
"by":
|
|
34571
|
-
|
|
34572
|
-
},
|
|
34573
|
-
"input": {
|
|
34574
|
-
"input": "String"
|
|
34575
|
-
}
|
|
34482
|
+
"by": "ID",
|
|
34483
|
+
"input": "string"
|
|
34576
34484
|
},
|
|
34577
34485
|
"user": {
|
|
34578
|
-
"by":
|
|
34579
|
-
|
|
34580
|
-
},
|
|
34581
|
-
"input": {
|
|
34582
|
-
"input": "String"
|
|
34583
|
-
}
|
|
34486
|
+
"by": "ID",
|
|
34487
|
+
"input": "string"
|
|
34584
34488
|
},
|
|
34585
34489
|
"usersGroup": {
|
|
34586
|
-
"by":
|
|
34587
|
-
|
|
34588
|
-
},
|
|
34589
|
-
"input": {
|
|
34590
|
-
"input": "String"
|
|
34591
|
-
}
|
|
34490
|
+
"by": "ID",
|
|
34491
|
+
"input": "string"
|
|
34592
34492
|
}
|
|
34593
34493
|
},
|
|
34594
34494
|
"device": {
|
|
34595
|
-
"by":
|
|
34596
|
-
|
|
34597
|
-
},
|
|
34598
|
-
"input": {
|
|
34599
|
-
"input": "String"
|
|
34600
|
-
}
|
|
34495
|
+
"by": "ID",
|
|
34496
|
+
"input": "string"
|
|
34601
34497
|
},
|
|
34602
34498
|
"deviceAttributes": {
|
|
34603
|
-
"category":
|
|
34604
|
-
"
|
|
34605
|
-
|
|
34606
|
-
|
|
34607
|
-
|
|
34608
|
-
|
|
34609
|
-
"
|
|
34610
|
-
|
|
34611
|
-
|
|
34612
|
-
|
|
34613
|
-
|
|
34614
|
-
|
|
34615
|
-
|
|
34616
|
-
|
|
34617
|
-
|
|
34618
|
-
|
|
34619
|
-
|
|
34620
|
-
|
|
34621
|
-
|
|
34622
|
-
|
|
34623
|
-
"
|
|
34624
|
-
"
|
|
34625
|
-
|
|
34626
|
-
|
|
34627
|
-
},
|
|
34628
|
-
"type": {
|
|
34629
|
-
"type": [
|
|
34630
|
-
"String"
|
|
34631
|
-
]
|
|
34632
|
-
}
|
|
34633
|
-
},
|
|
34634
|
-
"deviceOS": {
|
|
34635
|
-
"deviceOS": "enum(OperatingSystem)"
|
|
34636
|
-
},
|
|
34637
|
-
"direction": {
|
|
34638
|
-
"direction": "enum(WanFirewallDirectionEnum)"
|
|
34639
|
-
},
|
|
34640
|
-
"enabled": {
|
|
34641
|
-
"enabled": "Boolean"
|
|
34499
|
+
"category": [
|
|
34500
|
+
"string1",
|
|
34501
|
+
"string2"
|
|
34502
|
+
],
|
|
34503
|
+
"manufacturer": [
|
|
34504
|
+
"string1",
|
|
34505
|
+
"string2"
|
|
34506
|
+
],
|
|
34507
|
+
"model": [
|
|
34508
|
+
"string1",
|
|
34509
|
+
"string2"
|
|
34510
|
+
],
|
|
34511
|
+
"os": [
|
|
34512
|
+
"string1",
|
|
34513
|
+
"string2"
|
|
34514
|
+
],
|
|
34515
|
+
"osVersion": [
|
|
34516
|
+
"string1",
|
|
34517
|
+
"string2"
|
|
34518
|
+
],
|
|
34519
|
+
"type": [
|
|
34520
|
+
"string1",
|
|
34521
|
+
"string2"
|
|
34522
|
+
]
|
|
34642
34523
|
},
|
|
34524
|
+
"deviceOS": "WINDOWS",
|
|
34525
|
+
"direction": "TO",
|
|
34526
|
+
"enabled": true,
|
|
34643
34527
|
"exceptions": {
|
|
34644
34528
|
"application": {
|
|
34645
34529
|
"appCategory": {
|
|
34646
|
-
"by":
|
|
34647
|
-
|
|
34648
|
-
},
|
|
34649
|
-
"input": {
|
|
34650
|
-
"input": "String"
|
|
34651
|
-
}
|
|
34530
|
+
"by": "ID",
|
|
34531
|
+
"input": "string"
|
|
34652
34532
|
},
|
|
34653
34533
|
"application": {
|
|
34654
|
-
"by":
|
|
34655
|
-
|
|
34656
|
-
},
|
|
34657
|
-
"input": {
|
|
34658
|
-
"input": "String"
|
|
34659
|
-
}
|
|
34534
|
+
"by": "ID",
|
|
34535
|
+
"input": "string"
|
|
34660
34536
|
},
|
|
34661
34537
|
"customApp": {
|
|
34662
|
-
"by":
|
|
34663
|
-
|
|
34664
|
-
},
|
|
34665
|
-
"input": {
|
|
34666
|
-
"input": "String"
|
|
34667
|
-
}
|
|
34538
|
+
"by": "ID",
|
|
34539
|
+
"input": "string"
|
|
34668
34540
|
},
|
|
34669
34541
|
"customCategory": {
|
|
34670
|
-
"by":
|
|
34671
|
-
|
|
34672
|
-
},
|
|
34673
|
-
"input": {
|
|
34674
|
-
"input": "String"
|
|
34675
|
-
}
|
|
34676
|
-
},
|
|
34677
|
-
"domain": {
|
|
34678
|
-
"domain": [
|
|
34679
|
-
"Domain"
|
|
34680
|
-
]
|
|
34681
|
-
},
|
|
34682
|
-
"fqdn": {
|
|
34683
|
-
"fqdn": [
|
|
34684
|
-
"Fqdn"
|
|
34685
|
-
]
|
|
34542
|
+
"by": "ID",
|
|
34543
|
+
"input": "string"
|
|
34686
34544
|
},
|
|
34545
|
+
"domain": [
|
|
34546
|
+
"example1",
|
|
34547
|
+
"example2"
|
|
34548
|
+
],
|
|
34549
|
+
"fqdn": [
|
|
34550
|
+
"example1",
|
|
34551
|
+
"example2"
|
|
34552
|
+
],
|
|
34687
34553
|
"globalIpRange": {
|
|
34688
|
-
"by":
|
|
34689
|
-
|
|
34690
|
-
},
|
|
34691
|
-
"input": {
|
|
34692
|
-
"input": "String"
|
|
34693
|
-
}
|
|
34694
|
-
},
|
|
34695
|
-
"ip": {
|
|
34696
|
-
"ip": [
|
|
34697
|
-
"IPAddress"
|
|
34698
|
-
]
|
|
34554
|
+
"by": "ID",
|
|
34555
|
+
"input": "string"
|
|
34699
34556
|
},
|
|
34557
|
+
"ip": [
|
|
34558
|
+
"example1",
|
|
34559
|
+
"example2"
|
|
34560
|
+
],
|
|
34700
34561
|
"ipRange": {
|
|
34701
|
-
"from":
|
|
34702
|
-
|
|
34703
|
-
},
|
|
34704
|
-
"to": {
|
|
34705
|
-
"to": "IPAddress"
|
|
34706
|
-
}
|
|
34562
|
+
"from": "example_value",
|
|
34563
|
+
"to": "example_value"
|
|
34707
34564
|
},
|
|
34708
34565
|
"sanctionedAppsCategory": {
|
|
34709
|
-
"by":
|
|
34710
|
-
|
|
34711
|
-
},
|
|
34712
|
-
"input": {
|
|
34713
|
-
"input": "String"
|
|
34714
|
-
}
|
|
34566
|
+
"by": "ID",
|
|
34567
|
+
"input": "string"
|
|
34715
34568
|
},
|
|
34716
|
-
"subnet":
|
|
34717
|
-
"
|
|
34718
|
-
|
|
34719
|
-
|
|
34720
|
-
}
|
|
34721
|
-
},
|
|
34722
|
-
"connectionOrigin": {
|
|
34723
|
-
"connectionOrigin": "enum(ConnectionOriginEnum)"
|
|
34569
|
+
"subnet": [
|
|
34570
|
+
"example1",
|
|
34571
|
+
"example2"
|
|
34572
|
+
]
|
|
34724
34573
|
},
|
|
34574
|
+
"connectionOrigin": "ANY",
|
|
34725
34575
|
"country": {
|
|
34726
|
-
"by":
|
|
34727
|
-
|
|
34728
|
-
},
|
|
34729
|
-
"input": {
|
|
34730
|
-
"input": "String"
|
|
34731
|
-
}
|
|
34576
|
+
"by": "ID",
|
|
34577
|
+
"input": "string"
|
|
34732
34578
|
},
|
|
34733
34579
|
"destination": {
|
|
34734
34580
|
"floatingSubnet": {
|
|
34735
|
-
"by":
|
|
34736
|
-
|
|
34737
|
-
},
|
|
34738
|
-
"input": {
|
|
34739
|
-
"input": "String"
|
|
34740
|
-
}
|
|
34581
|
+
"by": "ID",
|
|
34582
|
+
"input": "string"
|
|
34741
34583
|
},
|
|
34742
34584
|
"globalIpRange": {
|
|
34743
|
-
"by":
|
|
34744
|
-
|
|
34745
|
-
},
|
|
34746
|
-
"input": {
|
|
34747
|
-
"input": "String"
|
|
34748
|
-
}
|
|
34585
|
+
"by": "ID",
|
|
34586
|
+
"input": "string"
|
|
34749
34587
|
},
|
|
34750
34588
|
"group": {
|
|
34751
|
-
"by":
|
|
34752
|
-
|
|
34753
|
-
},
|
|
34754
|
-
"input": {
|
|
34755
|
-
"input": "String"
|
|
34756
|
-
}
|
|
34589
|
+
"by": "ID",
|
|
34590
|
+
"input": "string"
|
|
34757
34591
|
},
|
|
34758
34592
|
"host": {
|
|
34759
|
-
"by":
|
|
34760
|
-
|
|
34761
|
-
},
|
|
34762
|
-
"input": {
|
|
34763
|
-
"input": "String"
|
|
34764
|
-
}
|
|
34765
|
-
},
|
|
34766
|
-
"ip": {
|
|
34767
|
-
"ip": [
|
|
34768
|
-
"IPAddress"
|
|
34769
|
-
]
|
|
34593
|
+
"by": "ID",
|
|
34594
|
+
"input": "string"
|
|
34770
34595
|
},
|
|
34596
|
+
"ip": [
|
|
34597
|
+
"example1",
|
|
34598
|
+
"example2"
|
|
34599
|
+
],
|
|
34771
34600
|
"ipRange": {
|
|
34772
|
-
"from":
|
|
34773
|
-
|
|
34774
|
-
},
|
|
34775
|
-
"to": {
|
|
34776
|
-
"to": "IPAddress"
|
|
34777
|
-
}
|
|
34601
|
+
"from": "example_value",
|
|
34602
|
+
"to": "example_value"
|
|
34778
34603
|
},
|
|
34779
34604
|
"networkInterface": {
|
|
34780
|
-
"by":
|
|
34781
|
-
|
|
34782
|
-
},
|
|
34783
|
-
"input": {
|
|
34784
|
-
"input": "String"
|
|
34785
|
-
}
|
|
34605
|
+
"by": "ID",
|
|
34606
|
+
"input": "string"
|
|
34786
34607
|
},
|
|
34787
34608
|
"site": {
|
|
34788
|
-
"by":
|
|
34789
|
-
|
|
34790
|
-
},
|
|
34791
|
-
"input": {
|
|
34792
|
-
"input": "String"
|
|
34793
|
-
}
|
|
34609
|
+
"by": "ID",
|
|
34610
|
+
"input": "string"
|
|
34794
34611
|
},
|
|
34795
34612
|
"siteNetworkSubnet": {
|
|
34796
|
-
"by":
|
|
34797
|
-
|
|
34798
|
-
},
|
|
34799
|
-
"input": {
|
|
34800
|
-
"input": "String"
|
|
34801
|
-
}
|
|
34802
|
-
},
|
|
34803
|
-
"subnet": {
|
|
34804
|
-
"subnet": [
|
|
34805
|
-
"NetworkSubnet"
|
|
34806
|
-
]
|
|
34613
|
+
"by": "ID",
|
|
34614
|
+
"input": "string"
|
|
34807
34615
|
},
|
|
34616
|
+
"subnet": [
|
|
34617
|
+
"example1",
|
|
34618
|
+
"example2"
|
|
34619
|
+
],
|
|
34808
34620
|
"systemGroup": {
|
|
34809
|
-
"by":
|
|
34810
|
-
|
|
34811
|
-
},
|
|
34812
|
-
"input": {
|
|
34813
|
-
"input": "String"
|
|
34814
|
-
}
|
|
34621
|
+
"by": "ID",
|
|
34622
|
+
"input": "string"
|
|
34815
34623
|
},
|
|
34816
34624
|
"user": {
|
|
34817
|
-
"by":
|
|
34818
|
-
|
|
34819
|
-
},
|
|
34820
|
-
"input": {
|
|
34821
|
-
"input": "String"
|
|
34822
|
-
}
|
|
34625
|
+
"by": "ID",
|
|
34626
|
+
"input": "string"
|
|
34823
34627
|
},
|
|
34824
34628
|
"usersGroup": {
|
|
34825
|
-
"by":
|
|
34826
|
-
|
|
34827
|
-
},
|
|
34828
|
-
"input": {
|
|
34829
|
-
"input": "String"
|
|
34830
|
-
}
|
|
34629
|
+
"by": "ID",
|
|
34630
|
+
"input": "string"
|
|
34831
34631
|
}
|
|
34832
34632
|
},
|
|
34833
34633
|
"device": {
|
|
34834
|
-
"by":
|
|
34835
|
-
|
|
34836
|
-
},
|
|
34837
|
-
"input": {
|
|
34838
|
-
"input": "String"
|
|
34839
|
-
}
|
|
34634
|
+
"by": "ID",
|
|
34635
|
+
"input": "string"
|
|
34840
34636
|
},
|
|
34841
34637
|
"deviceAttributes": {
|
|
34842
|
-
"category":
|
|
34843
|
-
"
|
|
34844
|
-
|
|
34845
|
-
|
|
34846
|
-
|
|
34847
|
-
|
|
34848
|
-
"
|
|
34849
|
-
|
|
34850
|
-
|
|
34851
|
-
|
|
34852
|
-
|
|
34853
|
-
|
|
34854
|
-
|
|
34855
|
-
|
|
34856
|
-
|
|
34857
|
-
|
|
34858
|
-
|
|
34859
|
-
|
|
34860
|
-
|
|
34861
|
-
|
|
34862
|
-
"
|
|
34863
|
-
"
|
|
34864
|
-
|
|
34865
|
-
|
|
34866
|
-
},
|
|
34867
|
-
"type": {
|
|
34868
|
-
"type": [
|
|
34869
|
-
"String"
|
|
34870
|
-
]
|
|
34871
|
-
}
|
|
34872
|
-
},
|
|
34873
|
-
"deviceOS": {
|
|
34874
|
-
"deviceOS": "enum(OperatingSystem)"
|
|
34875
|
-
},
|
|
34876
|
-
"direction": {
|
|
34877
|
-
"direction": "enum(WanFirewallDirectionEnum)"
|
|
34878
|
-
},
|
|
34879
|
-
"name": {
|
|
34880
|
-
"name": "String"
|
|
34638
|
+
"category": [
|
|
34639
|
+
"string1",
|
|
34640
|
+
"string2"
|
|
34641
|
+
],
|
|
34642
|
+
"manufacturer": [
|
|
34643
|
+
"string1",
|
|
34644
|
+
"string2"
|
|
34645
|
+
],
|
|
34646
|
+
"model": [
|
|
34647
|
+
"string1",
|
|
34648
|
+
"string2"
|
|
34649
|
+
],
|
|
34650
|
+
"os": [
|
|
34651
|
+
"string1",
|
|
34652
|
+
"string2"
|
|
34653
|
+
],
|
|
34654
|
+
"osVersion": [
|
|
34655
|
+
"string1",
|
|
34656
|
+
"string2"
|
|
34657
|
+
],
|
|
34658
|
+
"type": [
|
|
34659
|
+
"string1",
|
|
34660
|
+
"string2"
|
|
34661
|
+
]
|
|
34881
34662
|
},
|
|
34663
|
+
"deviceOS": "WINDOWS",
|
|
34664
|
+
"direction": "TO",
|
|
34665
|
+
"name": "string",
|
|
34882
34666
|
"service": {
|
|
34883
34667
|
"custom": {
|
|
34884
|
-
"port":
|
|
34885
|
-
"
|
|
34886
|
-
|
|
34887
|
-
|
|
34888
|
-
},
|
|
34668
|
+
"port": [
|
|
34669
|
+
"example1",
|
|
34670
|
+
"example2"
|
|
34671
|
+
],
|
|
34889
34672
|
"portRange": {
|
|
34890
|
-
"from":
|
|
34891
|
-
|
|
34892
|
-
},
|
|
34893
|
-
"to": {
|
|
34894
|
-
"to": "Port"
|
|
34895
|
-
}
|
|
34673
|
+
"from": "example_value",
|
|
34674
|
+
"to": "example_value"
|
|
34896
34675
|
},
|
|
34897
|
-
"protocol":
|
|
34898
|
-
"protocol": "enum(IpProtocol)"
|
|
34899
|
-
}
|
|
34676
|
+
"protocol": "ANY"
|
|
34900
34677
|
},
|
|
34901
34678
|
"standard": {
|
|
34902
|
-
"by":
|
|
34903
|
-
|
|
34904
|
-
},
|
|
34905
|
-
"input": {
|
|
34906
|
-
"input": "String"
|
|
34907
|
-
}
|
|
34679
|
+
"by": "ID",
|
|
34680
|
+
"input": "string"
|
|
34908
34681
|
}
|
|
34909
34682
|
},
|
|
34910
34683
|
"source": {
|
|
34911
34684
|
"floatingSubnet": {
|
|
34912
|
-
"by":
|
|
34913
|
-
|
|
34914
|
-
},
|
|
34915
|
-
"input": {
|
|
34916
|
-
"input": "String"
|
|
34917
|
-
}
|
|
34685
|
+
"by": "ID",
|
|
34686
|
+
"input": "string"
|
|
34918
34687
|
},
|
|
34919
34688
|
"globalIpRange": {
|
|
34920
|
-
"by":
|
|
34921
|
-
|
|
34922
|
-
},
|
|
34923
|
-
"input": {
|
|
34924
|
-
"input": "String"
|
|
34925
|
-
}
|
|
34689
|
+
"by": "ID",
|
|
34690
|
+
"input": "string"
|
|
34926
34691
|
},
|
|
34927
34692
|
"group": {
|
|
34928
|
-
"by":
|
|
34929
|
-
|
|
34930
|
-
},
|
|
34931
|
-
"input": {
|
|
34932
|
-
"input": "String"
|
|
34933
|
-
}
|
|
34693
|
+
"by": "ID",
|
|
34694
|
+
"input": "string"
|
|
34934
34695
|
},
|
|
34935
34696
|
"host": {
|
|
34936
|
-
"by":
|
|
34937
|
-
|
|
34938
|
-
},
|
|
34939
|
-
"input": {
|
|
34940
|
-
"input": "String"
|
|
34941
|
-
}
|
|
34942
|
-
},
|
|
34943
|
-
"ip": {
|
|
34944
|
-
"ip": [
|
|
34945
|
-
"IPAddress"
|
|
34946
|
-
]
|
|
34697
|
+
"by": "ID",
|
|
34698
|
+
"input": "string"
|
|
34947
34699
|
},
|
|
34700
|
+
"ip": [
|
|
34701
|
+
"example1",
|
|
34702
|
+
"example2"
|
|
34703
|
+
],
|
|
34948
34704
|
"ipRange": {
|
|
34949
|
-
"from":
|
|
34950
|
-
|
|
34951
|
-
},
|
|
34952
|
-
"to": {
|
|
34953
|
-
"to": "IPAddress"
|
|
34954
|
-
}
|
|
34705
|
+
"from": "example_value",
|
|
34706
|
+
"to": "example_value"
|
|
34955
34707
|
},
|
|
34956
34708
|
"networkInterface": {
|
|
34957
|
-
"by":
|
|
34958
|
-
|
|
34959
|
-
},
|
|
34960
|
-
"input": {
|
|
34961
|
-
"input": "String"
|
|
34962
|
-
}
|
|
34709
|
+
"by": "ID",
|
|
34710
|
+
"input": "string"
|
|
34963
34711
|
},
|
|
34964
34712
|
"site": {
|
|
34965
|
-
"by":
|
|
34966
|
-
|
|
34967
|
-
},
|
|
34968
|
-
"input": {
|
|
34969
|
-
"input": "String"
|
|
34970
|
-
}
|
|
34713
|
+
"by": "ID",
|
|
34714
|
+
"input": "string"
|
|
34971
34715
|
},
|
|
34972
34716
|
"siteNetworkSubnet": {
|
|
34973
|
-
"by":
|
|
34974
|
-
|
|
34975
|
-
},
|
|
34976
|
-
"input": {
|
|
34977
|
-
"input": "String"
|
|
34978
|
-
}
|
|
34979
|
-
},
|
|
34980
|
-
"subnet": {
|
|
34981
|
-
"subnet": [
|
|
34982
|
-
"NetworkSubnet"
|
|
34983
|
-
]
|
|
34717
|
+
"by": "ID",
|
|
34718
|
+
"input": "string"
|
|
34984
34719
|
},
|
|
34720
|
+
"subnet": [
|
|
34721
|
+
"example1",
|
|
34722
|
+
"example2"
|
|
34723
|
+
],
|
|
34985
34724
|
"systemGroup": {
|
|
34986
|
-
"by":
|
|
34987
|
-
|
|
34988
|
-
},
|
|
34989
|
-
"input": {
|
|
34990
|
-
"input": "String"
|
|
34991
|
-
}
|
|
34725
|
+
"by": "ID",
|
|
34726
|
+
"input": "string"
|
|
34992
34727
|
},
|
|
34993
34728
|
"user": {
|
|
34994
|
-
"by":
|
|
34995
|
-
|
|
34996
|
-
},
|
|
34997
|
-
"input": {
|
|
34998
|
-
"input": "String"
|
|
34999
|
-
}
|
|
34729
|
+
"by": "ID",
|
|
34730
|
+
"input": "string"
|
|
35000
34731
|
},
|
|
35001
34732
|
"usersGroup": {
|
|
35002
|
-
"by":
|
|
35003
|
-
|
|
35004
|
-
},
|
|
35005
|
-
"input": {
|
|
35006
|
-
"input": "String"
|
|
35007
|
-
}
|
|
34733
|
+
"by": "ID",
|
|
34734
|
+
"input": "string"
|
|
35008
34735
|
}
|
|
35009
34736
|
}
|
|
35010
34737
|
},
|
|
35011
|
-
"name":
|
|
35012
|
-
"name": "String"
|
|
35013
|
-
},
|
|
34738
|
+
"name": "string",
|
|
35014
34739
|
"schedule": {
|
|
35015
|
-
"activeOn":
|
|
35016
|
-
"activeOn": "enum(PolicyActiveOnEnum)"
|
|
35017
|
-
},
|
|
34740
|
+
"activeOn": "ALWAYS",
|
|
35018
34741
|
"customRecurring": {
|
|
35019
|
-
"days":
|
|
35020
|
-
|
|
35021
|
-
|
|
35022
|
-
"from": {
|
|
35023
|
-
"from": "Time"
|
|
35024
|
-
},
|
|
35025
|
-
"to": {
|
|
35026
|
-
"to": "Time"
|
|
35027
|
-
}
|
|
34742
|
+
"days": "SUNDAY",
|
|
34743
|
+
"from": "example_value",
|
|
34744
|
+
"to": "example_value"
|
|
35028
34745
|
},
|
|
35029
34746
|
"customTimeframe": {
|
|
35030
|
-
"from":
|
|
35031
|
-
|
|
35032
|
-
},
|
|
35033
|
-
"to": {
|
|
35034
|
-
"to": "DateTime"
|
|
35035
|
-
}
|
|
34747
|
+
"from": "example_value",
|
|
34748
|
+
"to": "example_value"
|
|
35036
34749
|
}
|
|
35037
34750
|
},
|
|
35038
34751
|
"service": {
|
|
35039
34752
|
"custom": {
|
|
35040
|
-
"port":
|
|
35041
|
-
"
|
|
35042
|
-
|
|
35043
|
-
|
|
35044
|
-
},
|
|
34753
|
+
"port": [
|
|
34754
|
+
"example1",
|
|
34755
|
+
"example2"
|
|
34756
|
+
],
|
|
35045
34757
|
"portRange": {
|
|
35046
|
-
"from":
|
|
35047
|
-
|
|
35048
|
-
},
|
|
35049
|
-
"to": {
|
|
35050
|
-
"to": "Port"
|
|
35051
|
-
}
|
|
34758
|
+
"from": "example_value",
|
|
34759
|
+
"to": "example_value"
|
|
35052
34760
|
},
|
|
35053
|
-
"protocol":
|
|
35054
|
-
"protocol": "enum(IpProtocol)"
|
|
35055
|
-
}
|
|
34761
|
+
"protocol": "ANY"
|
|
35056
34762
|
},
|
|
35057
34763
|
"standard": {
|
|
35058
|
-
"by":
|
|
35059
|
-
|
|
35060
|
-
},
|
|
35061
|
-
"input": {
|
|
35062
|
-
"input": "String"
|
|
35063
|
-
}
|
|
34764
|
+
"by": "ID",
|
|
34765
|
+
"input": "string"
|
|
35064
34766
|
}
|
|
35065
34767
|
},
|
|
35066
34768
|
"source": {
|
|
35067
34769
|
"floatingSubnet": {
|
|
35068
|
-
"by":
|
|
35069
|
-
|
|
35070
|
-
},
|
|
35071
|
-
"input": {
|
|
35072
|
-
"input": "String"
|
|
35073
|
-
}
|
|
34770
|
+
"by": "ID",
|
|
34771
|
+
"input": "string"
|
|
35074
34772
|
},
|
|
35075
34773
|
"globalIpRange": {
|
|
35076
|
-
"by":
|
|
35077
|
-
|
|
35078
|
-
},
|
|
35079
|
-
"input": {
|
|
35080
|
-
"input": "String"
|
|
35081
|
-
}
|
|
34774
|
+
"by": "ID",
|
|
34775
|
+
"input": "string"
|
|
35082
34776
|
},
|
|
35083
34777
|
"group": {
|
|
35084
|
-
"by":
|
|
35085
|
-
|
|
35086
|
-
},
|
|
35087
|
-
"input": {
|
|
35088
|
-
"input": "String"
|
|
35089
|
-
}
|
|
34778
|
+
"by": "ID",
|
|
34779
|
+
"input": "string"
|
|
35090
34780
|
},
|
|
35091
34781
|
"host": {
|
|
35092
|
-
"by":
|
|
35093
|
-
|
|
35094
|
-
},
|
|
35095
|
-
"input": {
|
|
35096
|
-
"input": "String"
|
|
35097
|
-
}
|
|
35098
|
-
},
|
|
35099
|
-
"ip": {
|
|
35100
|
-
"ip": [
|
|
35101
|
-
"IPAddress"
|
|
35102
|
-
]
|
|
34782
|
+
"by": "ID",
|
|
34783
|
+
"input": "string"
|
|
35103
34784
|
},
|
|
34785
|
+
"ip": [
|
|
34786
|
+
"example1",
|
|
34787
|
+
"example2"
|
|
34788
|
+
],
|
|
35104
34789
|
"ipRange": {
|
|
35105
|
-
"from":
|
|
35106
|
-
|
|
35107
|
-
},
|
|
35108
|
-
"to": {
|
|
35109
|
-
"to": "IPAddress"
|
|
35110
|
-
}
|
|
34790
|
+
"from": "example_value",
|
|
34791
|
+
"to": "example_value"
|
|
35111
34792
|
},
|
|
35112
34793
|
"networkInterface": {
|
|
35113
|
-
"by":
|
|
35114
|
-
|
|
35115
|
-
},
|
|
35116
|
-
"input": {
|
|
35117
|
-
"input": "String"
|
|
35118
|
-
}
|
|
34794
|
+
"by": "ID",
|
|
34795
|
+
"input": "string"
|
|
35119
34796
|
},
|
|
35120
34797
|
"site": {
|
|
35121
|
-
"by":
|
|
35122
|
-
|
|
35123
|
-
},
|
|
35124
|
-
"input": {
|
|
35125
|
-
"input": "String"
|
|
35126
|
-
}
|
|
34798
|
+
"by": "ID",
|
|
34799
|
+
"input": "string"
|
|
35127
34800
|
},
|
|
35128
34801
|
"siteNetworkSubnet": {
|
|
35129
|
-
"by":
|
|
35130
|
-
|
|
35131
|
-
},
|
|
35132
|
-
"input": {
|
|
35133
|
-
"input": "String"
|
|
35134
|
-
}
|
|
35135
|
-
},
|
|
35136
|
-
"subnet": {
|
|
35137
|
-
"subnet": [
|
|
35138
|
-
"NetworkSubnet"
|
|
35139
|
-
]
|
|
34802
|
+
"by": "ID",
|
|
34803
|
+
"input": "string"
|
|
35140
34804
|
},
|
|
34805
|
+
"subnet": [
|
|
34806
|
+
"example1",
|
|
34807
|
+
"example2"
|
|
34808
|
+
],
|
|
35141
34809
|
"systemGroup": {
|
|
35142
|
-
"by":
|
|
35143
|
-
|
|
35144
|
-
},
|
|
35145
|
-
"input": {
|
|
35146
|
-
"input": "String"
|
|
35147
|
-
}
|
|
34810
|
+
"by": "ID",
|
|
34811
|
+
"input": "string"
|
|
35148
34812
|
},
|
|
35149
34813
|
"user": {
|
|
35150
|
-
"by":
|
|
35151
|
-
|
|
35152
|
-
},
|
|
35153
|
-
"input": {
|
|
35154
|
-
"input": "String"
|
|
35155
|
-
}
|
|
34814
|
+
"by": "ID",
|
|
34815
|
+
"input": "string"
|
|
35156
34816
|
},
|
|
35157
34817
|
"usersGroup": {
|
|
35158
|
-
"by":
|
|
35159
|
-
|
|
35160
|
-
},
|
|
35161
|
-
"input": {
|
|
35162
|
-
"input": "String"
|
|
35163
|
-
}
|
|
34818
|
+
"by": "ID",
|
|
34819
|
+
"input": "string"
|
|
35164
34820
|
}
|
|
35165
34821
|
},
|
|
35166
34822
|
"tracking": {
|
|
35167
34823
|
"alert": {
|
|
35168
|
-
"enabled":
|
|
35169
|
-
|
|
35170
|
-
},
|
|
35171
|
-
"frequency": {
|
|
35172
|
-
"frequency": "enum(PolicyRuleTrackingFrequencyEnum)"
|
|
35173
|
-
},
|
|
34824
|
+
"enabled": true,
|
|
34825
|
+
"frequency": "HOURLY",
|
|
35174
34826
|
"mailingList": {
|
|
35175
|
-
"by":
|
|
35176
|
-
|
|
35177
|
-
},
|
|
35178
|
-
"input": {
|
|
35179
|
-
"input": "String"
|
|
35180
|
-
}
|
|
34827
|
+
"by": "ID",
|
|
34828
|
+
"input": "string"
|
|
35181
34829
|
},
|
|
35182
34830
|
"subscriptionGroup": {
|
|
35183
|
-
"by":
|
|
35184
|
-
|
|
35185
|
-
},
|
|
35186
|
-
"input": {
|
|
35187
|
-
"input": "String"
|
|
35188
|
-
}
|
|
34831
|
+
"by": "ID",
|
|
34832
|
+
"input": "string"
|
|
35189
34833
|
},
|
|
35190
34834
|
"webhook": {
|
|
35191
|
-
"by":
|
|
35192
|
-
|
|
35193
|
-
},
|
|
35194
|
-
"input": {
|
|
35195
|
-
"input": "String"
|
|
35196
|
-
}
|
|
34835
|
+
"by": "ID",
|
|
34836
|
+
"input": "string"
|
|
35197
34837
|
}
|
|
35198
34838
|
},
|
|
35199
34839
|
"event": {
|
|
35200
|
-
"enabled":
|
|
35201
|
-
"enabled": "Boolean"
|
|
35202
|
-
}
|
|
34840
|
+
"enabled": true
|
|
35203
34841
|
}
|
|
35204
34842
|
}
|
|
35205
34843
|
}
|