catalystwan 0.33.4.dev0__tar.gz → 0.33.4.dev2__tar.gz
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.
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/PKG-INFO +1 -1
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/config_group_api.py +23 -15
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/policy_api.py +3 -3
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/security_template.py +2 -3
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_group.py +2 -2
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/common.py +8 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/parcel.py +8 -1
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +12 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +1 -1
- catalystwan-0.33.4.dev2/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +18 -0
- catalystwan-0.33.4.dev2/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +32 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +1 -1
- catalystwan-0.33.4.dev2/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +69 -0
- catalystwan-0.33.4.dev2/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +129 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +1 -1
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/bgp.py +1 -8
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/amp.py +1 -1
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/zone_based_firewall.py +4 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/policy.py +4 -2
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/policy_definition.py +12 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/security.py +16 -3
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/policy/policy_lists.py +37 -47
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/workflows/config_migration.py +8 -7
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/pyproject.toml +1 -1
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/setup.py +1 -1
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/LICENSE +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/README.md +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/abstractions.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/admin_tech_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/administration.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/alarms_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/api_container.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/basic_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/builders/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/builders/feature_profiles/builder_factory.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/builders/feature_profiles/other.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/builders/feature_profiles/service.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/builders/feature_profiles/system.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/config_device_inventory_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/configuration_groups/parcel.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/configuration_groups/parcels/cellular_controller.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/dashboard_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/device_action_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/feature_profile_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/logs_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/monitoring_status_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/mtt_aaa_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/omp_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/packet_capture_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/parcel_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/partition_manager_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/resource_pool_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/software_action_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/speedtest_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/task_status_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/template_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/README.md +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/bool_str.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/cli_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/device_template/device_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/device_template/device_template_payload.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/device_variable.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/feature_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/feature_template_field.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/feature_template_payload.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_aaa_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_banner_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_bfd_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_bgp_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_logging_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_ntp_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_omp_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_ospfv3.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_snmp_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_system.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cisco_vpn_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/cli_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/omp_vsmart_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/security_vsmart_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/supported.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/models/system_vsmart_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/tenant_backup_restore_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/tenant_management_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/tenant_migration_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/api/versions_utils.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/dataclasses.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/administration_user_and_group.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/certificate_management_device.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/certificate_management_vmanage.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/client.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/cluster_management.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/device/software_update.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/disaster_recovery.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/abstractions.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/amp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/control.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/app.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/as_path.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/class_map.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/color.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/community.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/local_app.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/mirror.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/policer.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/port.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/region.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/site.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/sla.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/tloc.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/vpn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/list/zone.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/vedge_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration/software_actions.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_dashboard_status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_device_actions.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_device_inventory.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_device_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_feature_profile.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_settings.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/endpoints_container.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/misc.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/monitoring/device_details.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/monitoring/server_info.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/monitoring/status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/sdavc_cloud_connector.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/tenant_backup_restore.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/tenant_management.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/tenant_migration.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/exceptions.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/feature_profile/sdwan/base.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/test_config_migration.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/integration_tests/test_find_template_values.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/logging.conf +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/common.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/common.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/config_migration.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/docs/README.md +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/docs/diagram.png +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/README.md +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/builder.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/acl.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/bgp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/ospf.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/ospfv3.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/security.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/vpn_management.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/profile_type.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/configuration/topology_group.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/device_inventory.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/feature_profile_parcel.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/misc/application_protocols.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/monitoring/server_info.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/centralized.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/control.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/device_access.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/mesh.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/qos_map.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/rewrite.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/rule_set.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/security_group.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/traffic_data.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/app.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/app_probe.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/as_path.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/class_map.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/color.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/communities.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/data_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/fqdn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/geo_location.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/ips_signature.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/local_app.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/local_domain.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/mirror.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/policer.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/port.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/prefix.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/protocol_name.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/region.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/site.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/sla.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/tloc.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/url.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/vpn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/list/zone.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/localized.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/policy_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/templates.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/tenant.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/response.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/session.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/config_migration/test_converter_chooser.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/config_migration/test_device_template_with_info.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/config_migration/test_merge_parcels.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/config_migration/test_normalizer.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/Basic_Cisco_VPN_Model.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/banner_1.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/alias.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/basic.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/children.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/children_nested.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/basic/data_path.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/cisco_bfd.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/complex_aaa.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/complex_cisco_vpn.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/default_cisco_system.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/iuo.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/omp_1.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/omp_2.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/definitions/omp_3.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/cisco_aaa.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/cisco_banner.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/cisco_bfd.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/cisco_system.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/cisco_vpn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/models/omp_vsmart.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/basic/alias.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/basic/basic.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/basic/children.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/basic/children_nested.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/basic/data_path.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/cedge_aaa.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/cisco_banner.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/cisco_bfd.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/cisco_system.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/cisco_vpn.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/schemas/omp-vsmart.json +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/test_chose_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/test_deserialize_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/test_generate_payload.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/templates/test_serialize_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_admin_tech_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_administration.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_alarms_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_cli_template.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_creation_tools.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_device_action_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_devices_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_endpoints.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_feature_profile_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_feature_template_field.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_logs_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_models_common.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_monitoring_server_info.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_monitoring_status_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_mtt_aaa_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_omp_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_packet_capture.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_partition_manager_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_response.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_session.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_software_action_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_speed_test_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_task_status_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_templates.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_tenant_backup_restore_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_tenant_management_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_tenant_migration_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_typed_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_version.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_version_utils.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/tests/test_vmanage_auth.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/typed_list.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/alarm_status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/certificate_status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/colors.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/exceptions.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/aaa.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/appqoe.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/banner.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/base.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/basic.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/bfd.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/bgp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/dhcp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/eigrp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/ethernet.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/global_.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/gre.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/ipsec.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/logging_.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/multicast.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/normalizer.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/ntp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/omp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/ospf.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/ospfv3.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/parcel_factory.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/security.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/snmp.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/svi.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/switchport.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/thousandeyes.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/ucse.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/vpn.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/converters/feature_template/wireless_lan.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/creators/config_pusher.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/creators/strategy/parcels.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/factories/feature_profile_api.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/factories/parcel_pusher.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/reverters/config_reverter.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/steps/__init__.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_migration/steps/transform.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/config_status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/creation_tools.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/dashboard.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/device_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/dict.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/feature_template/choose_model.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/feature_template/find_template_values.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/operation_status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/personality.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/pydantic_field.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/reachability.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/session_type.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/template_type.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/timezone.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/upgrades_helper.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/utils/validate_status.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/version.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/vmanage_auth.py +0 -0
- {catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/workflows/tenant_migration.py +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
from typing import TYPE_CHECKING, Optional,
|
|
5
|
+
from typing import TYPE_CHECKING, Any, Optional, overload
|
|
6
6
|
from uuid import UUID
|
|
7
7
|
|
|
8
8
|
from catalystwan.typed_list import DataSequence
|
|
@@ -32,8 +32,8 @@ from catalystwan.endpoints.configuration_group import (
|
|
|
32
32
|
|
|
33
33
|
class ConfigGroupAPI:
|
|
34
34
|
def __init__(self, session: ManagerSession):
|
|
35
|
-
self.
|
|
36
|
-
self.
|
|
35
|
+
self._session = session
|
|
36
|
+
self._endpoints = ConfigurationGroup(session)
|
|
37
37
|
|
|
38
38
|
def associate(self, cg_id: str, device_ids: list) -> None:
|
|
39
39
|
"""
|
|
@@ -46,7 +46,7 @@ class ConfigGroupAPI:
|
|
|
46
46
|
|
|
47
47
|
payload = ConfigGroupAssociatePayload(devices=devices)
|
|
48
48
|
|
|
49
|
-
self.
|
|
49
|
+
self._endpoints.associate(config_group_id=cg_id, payload=payload)
|
|
50
50
|
|
|
51
51
|
def create(self, name: str, description: str, solution: Solution, profile_ids: list) -> ConfigGroupCreationResponse:
|
|
52
52
|
"""
|
|
@@ -60,7 +60,7 @@ class ConfigGroupAPI:
|
|
|
60
60
|
name=name, description=description, solution=solution, profiles=profiles
|
|
61
61
|
)
|
|
62
62
|
|
|
63
|
-
return self.
|
|
63
|
+
return self._endpoints.create_config_group(cg_payload)
|
|
64
64
|
|
|
65
65
|
def create_variables(
|
|
66
66
|
self, cg_id: str, device_ids: list, suggestions: bool = True
|
|
@@ -69,13 +69,13 @@ class ConfigGroupAPI:
|
|
|
69
69
|
Creates device specific variable data in given config-group
|
|
70
70
|
"""
|
|
71
71
|
payload = ConfigGroupVariablesCreatePayload(deviceIds=device_ids, suggestions=suggestions)
|
|
72
|
-
return self.
|
|
72
|
+
return self._endpoints.create_variables(config_group_id=cg_id, payload=payload)
|
|
73
73
|
|
|
74
74
|
def delete(self, cg_id: str) -> None:
|
|
75
75
|
"""
|
|
76
76
|
Deletes existing config-group with given ID
|
|
77
77
|
"""
|
|
78
|
-
self.
|
|
78
|
+
self._endpoints.delete_config_group(cg_id)
|
|
79
79
|
|
|
80
80
|
def deploy(self, cg_id: str, device_ids: list) -> ConfigGroupDeployResponse:
|
|
81
81
|
"""
|
|
@@ -86,7 +86,7 @@ class ConfigGroupAPI:
|
|
|
86
86
|
devices.append(DeviceId(id=device_id))
|
|
87
87
|
|
|
88
88
|
payload = ConfigGroupDeployPayload(devices=devices)
|
|
89
|
-
return self.
|
|
89
|
+
return self._endpoints.deploy(config_group_id=cg_id, payload=payload)
|
|
90
90
|
|
|
91
91
|
def disassociate(self, cg_id: str, device_ids: list) -> ConfigGroupDisassociateResponse:
|
|
92
92
|
"""
|
|
@@ -97,7 +97,7 @@ class ConfigGroupAPI:
|
|
|
97
97
|
devices.append(DeviceId(id=device_id))
|
|
98
98
|
|
|
99
99
|
payload = ConfigGroupAssociatePayload(devices=devices)
|
|
100
|
-
return self.
|
|
100
|
+
return self._endpoints.disassociate(config_group_id=cg_id, payload=payload)
|
|
101
101
|
|
|
102
102
|
def edit(
|
|
103
103
|
self, cg_id: str, name: str, description: str, solution: Solution, profile_ids: list
|
|
@@ -111,16 +111,24 @@ class ConfigGroupAPI:
|
|
|
111
111
|
profiles.append(ProfileId(id=profile_id))
|
|
112
112
|
payload = ConfigGroupEditPayload(name=name, description=description, solution=solution, profiles=profiles)
|
|
113
113
|
|
|
114
|
-
return self.
|
|
114
|
+
return self._endpoints.edit_config_group(config_group_id=cg_id, payload=payload)
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
@overload
|
|
117
|
+
def get(self) -> DataSequence[ConfigGroup]:
|
|
118
|
+
...
|
|
119
|
+
|
|
120
|
+
@overload
|
|
121
|
+
def get(self, group_id: UUID) -> ConfigGroup:
|
|
122
|
+
...
|
|
123
|
+
|
|
124
|
+
def get(self, group_id: Optional[UUID] = None) -> Any:
|
|
117
125
|
"""
|
|
118
126
|
Gets list of existing config-groups or single config-group with given ID
|
|
119
|
-
|
|
127
|
+
If given ID is not correct return None
|
|
120
128
|
"""
|
|
121
129
|
if group_id is None:
|
|
122
|
-
return self.
|
|
123
|
-
return self.
|
|
130
|
+
return self._endpoints.get()
|
|
131
|
+
return self._endpoints.get().filter(id=group_id).single_or_default()
|
|
124
132
|
|
|
125
133
|
def update_variables(self, cg_id: str, solution: Solution, device_variables: list) -> None:
|
|
126
134
|
"""
|
|
@@ -128,4 +136,4 @@ class ConfigGroupAPI:
|
|
|
128
136
|
"""
|
|
129
137
|
payload = ConfigGroupVariablesEditPayload(solution=solution, devices=device_variables)
|
|
130
138
|
|
|
131
|
-
self.
|
|
139
|
+
self._endpoints.update_variables(config_group_id=cg_id, payload=payload)
|
|
@@ -164,7 +164,7 @@ from catalystwan.models.policy.policy_definition import (
|
|
|
164
164
|
from catalystwan.models.policy.policy_list import PolicyListBase
|
|
165
165
|
from catalystwan.models.policy.security import (
|
|
166
166
|
AnySecurityPolicy,
|
|
167
|
-
|
|
167
|
+
AnySecurityPolicyInfoList,
|
|
168
168
|
SecurityPolicy,
|
|
169
169
|
SecurityPolicyEditResponse,
|
|
170
170
|
UnifiedSecurityPolicy,
|
|
@@ -328,7 +328,7 @@ class SecurityPolicyAPI:
|
|
|
328
328
|
self._endpoints.delete_security_template(id)
|
|
329
329
|
|
|
330
330
|
@overload
|
|
331
|
-
def get(self) ->
|
|
331
|
+
def get(self) -> AnySecurityPolicyInfoList:
|
|
332
332
|
...
|
|
333
333
|
|
|
334
334
|
@overload
|
|
@@ -338,7 +338,7 @@ class SecurityPolicyAPI:
|
|
|
338
338
|
def get(self, id: Optional[UUID] = None) -> Any:
|
|
339
339
|
if id is not None:
|
|
340
340
|
return self._endpoints.get_security_template(id).root
|
|
341
|
-
return
|
|
341
|
+
return self._endpoints.generate_security_template_list()
|
|
342
342
|
|
|
343
343
|
|
|
344
344
|
class PolicyListsAPI:
|
|
@@ -6,11 +6,10 @@ from uuid import UUID
|
|
|
6
6
|
from catalystwan.endpoints import JSON, APIEndpoints, delete, get, post, put
|
|
7
7
|
from catalystwan.models.policy.security import (
|
|
8
8
|
AnySecurityPolicy,
|
|
9
|
+
AnySecurityPolicyInfoList,
|
|
9
10
|
SecurityPolicyEditResponse,
|
|
10
|
-
SecurityPolicyInfoRoot,
|
|
11
11
|
SecurityPolicyRoot,
|
|
12
12
|
)
|
|
13
|
-
from catalystwan.typed_list import DataSequence
|
|
14
13
|
|
|
15
14
|
|
|
16
15
|
class ConfigurationSecurityTemplatePolicy(APIEndpoints):
|
|
@@ -36,7 +35,7 @@ class ConfigurationSecurityTemplatePolicy(APIEndpoints):
|
|
|
36
35
|
...
|
|
37
36
|
|
|
38
37
|
@get("/template/policy/security", "data")
|
|
39
|
-
def generate_security_template_list(self) ->
|
|
38
|
+
def generate_security_template_list(self) -> AnySecurityPolicyInfoList:
|
|
40
39
|
...
|
|
41
40
|
|
|
42
41
|
def get_device_list_by_id(self):
|
{catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/endpoints/configuration_group.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# mypy: disable-error-code="empty-body"
|
|
4
4
|
from datetime import datetime
|
|
5
|
-
from typing import List, Optional
|
|
5
|
+
from typing import Any, List, Optional
|
|
6
6
|
from uuid import UUID
|
|
7
7
|
|
|
8
8
|
from pydantic import BaseModel, ConfigDict, Field
|
|
@@ -58,7 +58,7 @@ class ConfigGroup(BaseModel):
|
|
|
58
58
|
serialization_alias="numberOfDevicesUpToDate", validation_alias="numberOfDevicesUpToDate"
|
|
59
59
|
)
|
|
60
60
|
origin: Optional[str] = None
|
|
61
|
-
topology:
|
|
61
|
+
topology: Any = None
|
|
62
62
|
full_config_cli: Optional[bool] = Field(
|
|
63
63
|
default=None, serialization_alias="fullConfigCli", validation_alias="fullConfigCli"
|
|
64
64
|
)
|
|
@@ -221,3 +221,11 @@ class WANIPv6StaticRoute(BaseModel):
|
|
|
221
221
|
|
|
222
222
|
class WANService(BaseModel):
|
|
223
223
|
service_type: Global[Literal["TE"]] = Field(alias="serviceType")
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
class RefIdItem(BaseModel):
|
|
227
|
+
model_config = ConfigDict(
|
|
228
|
+
extra="forbid",
|
|
229
|
+
populate_by_name=True,
|
|
230
|
+
)
|
|
231
|
+
ref_id: Global[str] = Field(..., serialization_alias="refId", validation_alias="refId")
|
|
@@ -22,6 +22,7 @@ ParcelType = Literal[
|
|
|
22
22
|
"security",
|
|
23
23
|
"snmp",
|
|
24
24
|
"appqoe",
|
|
25
|
+
"as-path",
|
|
25
26
|
"lan/vpn",
|
|
26
27
|
"lan/vpn/interface/ethernet",
|
|
27
28
|
"lan/vpn/interface/gre",
|
|
@@ -46,6 +47,7 @@ ParcelType = Literal[
|
|
|
46
47
|
"class",
|
|
47
48
|
"data-ipv6-prefix",
|
|
48
49
|
"ipv6-prefix",
|
|
50
|
+
"mirror",
|
|
49
51
|
"prefix",
|
|
50
52
|
"policer",
|
|
51
53
|
"preferred-color-group",
|
|
@@ -62,7 +64,12 @@ ParcelType = Literal[
|
|
|
62
64
|
"security-geolocation",
|
|
63
65
|
"security-zone",
|
|
64
66
|
"security-localapp",
|
|
65
|
-
"
|
|
67
|
+
"unified/advanced-inspection-profile",
|
|
68
|
+
"unified/advanced-malware-protection",
|
|
69
|
+
"unified/intrusion-prevention",
|
|
70
|
+
"unified/ssl-decryption",
|
|
71
|
+
"unified/ssl-decryption-profile",
|
|
72
|
+
"unified/url-filtering",
|
|
66
73
|
]
|
|
67
74
|
|
|
68
75
|
|
|
@@ -14,12 +14,14 @@ from .policy.expanded_community_list import ExpandedCommunityParcel
|
|
|
14
14
|
from .policy.fowarding_class import FowardingClassParcel, FowardingClassQueueEntry
|
|
15
15
|
from .policy.ipv6_data_prefix import IPv6DataPrefixEntry, IPv6DataPrefixParcel
|
|
16
16
|
from .policy.ipv6_prefix_list import IPv6PrefixListEntry, IPv6PrefixListParcel
|
|
17
|
+
from .policy.mirror import MirrorParcel
|
|
17
18
|
from .policy.policer import PolicerEntry, PolicerParcel
|
|
18
19
|
from .policy.prefered_group_color import Preference, PreferredColorGroupEntry, PreferredColorGroupParcel
|
|
19
20
|
from .policy.prefix_list import PrefixListEntry, PrefixListParcel
|
|
20
21
|
from .policy.sla_class import FallbackBestTunnel, SLAAppProbeClass, SLAClassCriteria, SLAClassListEntry, SLAClassParcel
|
|
21
22
|
from .policy.standard_community import StandardCommunityEntry, StandardCommunityParcel
|
|
22
23
|
from .policy.tloc_list import TlocEntry, TlocParcel
|
|
24
|
+
from .security.aip import AdvancedInspectionProfileParcel
|
|
23
25
|
from .security.amp import AdvancedMalwareProtectionParcel
|
|
24
26
|
from .security.application_list import (
|
|
25
27
|
SecurityApplicationFamilyListEntry,
|
|
@@ -34,11 +36,14 @@ from .security.ips_signature import IPSSignatureListEntry, IPSSignatureParcel
|
|
|
34
36
|
from .security.local_domain import LocalDomainListEntry, LocalDomainParcel
|
|
35
37
|
from .security.protocol_list import ProtocolListEntry, ProtocolListParcel
|
|
36
38
|
from .security.security_port import SecurityPortListEntry, SecurityPortParcel
|
|
39
|
+
from .security.ssl_decryption import SslDecryptionParcel
|
|
40
|
+
from .security.ssl_decryption_profile import SslDecryptionProfileParcel
|
|
37
41
|
from .security.url import BaseURLListEntry, URLAllowParcel, URLBlockParcel, URLParcel
|
|
38
42
|
from .security.zone import SecurityZoneListEntry, SecurityZoneListParcel
|
|
39
43
|
|
|
40
44
|
AnyPolicyObjectParcel = Annotated[
|
|
41
45
|
Union[
|
|
46
|
+
AdvancedInspectionProfileParcel,
|
|
42
47
|
AdvancedMalwareProtectionParcel,
|
|
43
48
|
URLParcel,
|
|
44
49
|
ApplicationListParcel,
|
|
@@ -55,6 +60,7 @@ AnyPolicyObjectParcel = Annotated[
|
|
|
55
60
|
IPv6DataPrefixParcel,
|
|
56
61
|
IPv6PrefixListParcel,
|
|
57
62
|
LocalDomainParcel,
|
|
63
|
+
MirrorParcel,
|
|
58
64
|
PolicerParcel,
|
|
59
65
|
PreferredColorGroupParcel,
|
|
60
66
|
PrefixListParcel,
|
|
@@ -64,6 +70,8 @@ AnyPolicyObjectParcel = Annotated[
|
|
|
64
70
|
SecurityPortParcel,
|
|
65
71
|
SecurityZoneListParcel,
|
|
66
72
|
SLAClassParcel,
|
|
73
|
+
SslDecryptionParcel,
|
|
74
|
+
SslDecryptionProfileParcel,
|
|
67
75
|
StandardCommunityParcel,
|
|
68
76
|
TlocParcel,
|
|
69
77
|
],
|
|
@@ -71,6 +79,7 @@ AnyPolicyObjectParcel = Annotated[
|
|
|
71
79
|
]
|
|
72
80
|
|
|
73
81
|
__all__ = (
|
|
82
|
+
"AdvancedInspectionProfileParcel",
|
|
74
83
|
"AdvancedMalwareProtectionParcel",
|
|
75
84
|
"AnyPolicyObjectParcel",
|
|
76
85
|
"ApplicationFamilyListEntry",
|
|
@@ -102,6 +111,7 @@ __all__ = (
|
|
|
102
111
|
"IPv6PrefixListParcel",
|
|
103
112
|
"LocalDomainListEntry",
|
|
104
113
|
"LocalDomainParcel",
|
|
114
|
+
"MirrorParcel",
|
|
105
115
|
"PolicerEntry",
|
|
106
116
|
"PolicerParcel",
|
|
107
117
|
"Preference",
|
|
@@ -124,6 +134,8 @@ __all__ = (
|
|
|
124
134
|
"SLAClassCriteria",
|
|
125
135
|
"SLAClassListEntry",
|
|
126
136
|
"SLAClassParcel",
|
|
137
|
+
"SslDecryptionParcel",
|
|
138
|
+
"SslDecryptionProfileParcel",
|
|
127
139
|
"StandardCommunityEntry",
|
|
128
140
|
"StandardCommunityParcel",
|
|
129
141
|
"TlocEntry",
|
|
@@ -15,7 +15,7 @@ class AsPathEntry(BaseModel):
|
|
|
15
15
|
class AsPathParcel(_ParcelBase):
|
|
16
16
|
type_: Literal["as-path"] = Field(default="as-path", exclude=True)
|
|
17
17
|
as_path_list_num: Global[int] = Field(validation_alias=AliasPath("data", "asPathListNum"))
|
|
18
|
-
entries: List[AsPathEntry] = Field(validation_alias=AliasPath("data", "entries"))
|
|
18
|
+
entries: List[AsPathEntry] = Field(default=[], validation_alias=AliasPath("data", "entries"))
|
|
19
19
|
|
|
20
20
|
def add_as_path(self, as_path: str):
|
|
21
21
|
self.entries.append(AsPathEntry(as_path=as_global(as_path)))
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
|
|
2
|
+
|
|
3
|
+
from typing import List, Literal
|
|
4
|
+
|
|
5
|
+
from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
6
|
+
|
|
7
|
+
from catalystwan.api.configuration_groups.parcel import Global, _ParcelBase
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class MirrorEntry(BaseModel):
|
|
11
|
+
model_config = ConfigDict(populate_by_name=True)
|
|
12
|
+
remote_dest_ip: Global[str] = Field(validation_alias="remoteDestIp", serialization_alias="remoteDestIp")
|
|
13
|
+
source_ip: Global[str] = Field(validation_alias="sourceIp", serialization_alias="sourceIp")
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class MirrorParcel(_ParcelBase):
|
|
17
|
+
type_: Literal["mirror"] = Field(default="mirror", exclude=True)
|
|
18
|
+
entries: List[MirrorEntry] = Field(validation_alias=AliasPath("data", "entries"), min_length=1, max_length=1)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
|
|
2
|
+
|
|
3
|
+
from typing import Literal
|
|
4
|
+
|
|
5
|
+
from pydantic import AliasPath, Field
|
|
6
|
+
|
|
7
|
+
from catalystwan.api.configuration_groups.parcel import Global, _ParcelBase
|
|
8
|
+
from catalystwan.models.configuration.feature_profile.sdwan.transport.bgp import RefIdItem
|
|
9
|
+
|
|
10
|
+
TlsDecryptionAction = Literal["decrypt", "neverDecrypt", "skipDecrypt"]
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class AdvancedInspectionProfileParcel(_ParcelBase):
|
|
14
|
+
type_: Literal["unified/advanced-inspection-profile"] = Field(
|
|
15
|
+
default="unified/advanced-inspection-profile", exclude=True
|
|
16
|
+
)
|
|
17
|
+
parcel_description: str = Field(
|
|
18
|
+
default="",
|
|
19
|
+
serialization_alias="description",
|
|
20
|
+
validation_alias="description",
|
|
21
|
+
description="Set the parcel description",
|
|
22
|
+
)
|
|
23
|
+
tls_decryption_action: Global[TlsDecryptionAction] = Field(
|
|
24
|
+
default=Global[TlsDecryptionAction](value="skipDecrypt"),
|
|
25
|
+
validation_alias=AliasPath("data", "tlsDecryptionAction"),
|
|
26
|
+
)
|
|
27
|
+
intrusion_prevention: RefIdItem = Field(default=None, validation_alias=AliasPath("data", "intrusionPrevention"))
|
|
28
|
+
url_filtering: RefIdItem = Field(default=None, validation_alias=AliasPath("data", "urlFiltering"))
|
|
29
|
+
advanced_malware_protection: RefIdItem = Field(
|
|
30
|
+
default=None, validation_alias=AliasPath("data", "advancedMalwareProtection")
|
|
31
|
+
)
|
|
32
|
+
ssl_decryption_profile: RefIdItem = Field(default=None, validation_alias=AliasPath("data", "sslDecryptionProfile"))
|
|
@@ -5,7 +5,7 @@ from typing import Literal
|
|
|
5
5
|
from pydantic import AliasPath, Field
|
|
6
6
|
|
|
7
7
|
from catalystwan.api.configuration_groups.parcel import Global, _ParcelBase
|
|
8
|
-
from catalystwan.models.configuration.feature_profile.
|
|
8
|
+
from catalystwan.models.configuration.feature_profile.common import RefIdItem
|
|
9
9
|
|
|
10
10
|
SignatureSet = Literal["balanced", "connectivity", "security"]
|
|
11
11
|
InspectionMode = Literal["detection", "protection"]
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
|
|
2
|
+
|
|
3
|
+
from typing import Literal
|
|
4
|
+
|
|
5
|
+
from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
6
|
+
|
|
7
|
+
from catalystwan.api.configuration_groups.parcel import Global, _ParcelBase
|
|
8
|
+
|
|
9
|
+
Action = Literal["decrypt", "drop"]
|
|
10
|
+
CertificateRevocationStatus = Literal["oscp", "none"]
|
|
11
|
+
FailureMode = Literal["close", "open"]
|
|
12
|
+
KeyModulus = Literal["1024", "2048", "4096"]
|
|
13
|
+
EckeyType = Literal["P256", "P384", "P521"]
|
|
14
|
+
TlsVersion = Literal["TLSv1", "TLSv1.1", "TLSv1.2"]
|
|
15
|
+
CaTpLabel = Literal["PROXY-SIGNING-CA"]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class CaCertBundle(BaseModel):
|
|
19
|
+
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
20
|
+
default: Global[bool] = Field(default=Global[bool](value=True), validation_alias="default")
|
|
21
|
+
file_name: Global[str] = Field(default=None, validation_alias="fileName")
|
|
22
|
+
bundle_string: Global[str] = Field(default=None, validation_alias="bundle_string")
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class SslDecryptionParcel(_ParcelBase):
|
|
26
|
+
type_: Literal["unified/ssl-decryption"] = Field(default="unified/ssl-decryption", exclude=True)
|
|
27
|
+
parcel_description: str = Field(
|
|
28
|
+
default="",
|
|
29
|
+
serialization_alias="description",
|
|
30
|
+
validation_alias="description",
|
|
31
|
+
description="Set the parcel description",
|
|
32
|
+
)
|
|
33
|
+
ssl_enable: Global[bool] = Field(default=Global[bool](value=True), validation_alias=AliasPath("data", "sslEnable"))
|
|
34
|
+
expired_certificate: Global[Action] = Field(
|
|
35
|
+
default=Global[Action](value="drop"), validation_alias=AliasPath("data", "expiredCertificate")
|
|
36
|
+
)
|
|
37
|
+
untrusted_certificate: Global[Action] = Field(
|
|
38
|
+
default=Global[Action](value="drop"), validation_alias=AliasPath("data", "untrustedCertificate")
|
|
39
|
+
)
|
|
40
|
+
certificate_revocation_status: Global[CertificateRevocationStatus] = Field(
|
|
41
|
+
default=Global[CertificateRevocationStatus](value="none"),
|
|
42
|
+
validation_alias=AliasPath("data", "certificateRevocationStatus"),
|
|
43
|
+
)
|
|
44
|
+
unknown_status: Global[Action] = Field(default=None, validation_alias=AliasPath("data", "unknownStatus"))
|
|
45
|
+
unsupported_protocol_versions: Global[Action] = Field(
|
|
46
|
+
default=Global[Action](value="drop"), validation_alias=AliasPath("data", "unsupportedProtocolVersions")
|
|
47
|
+
)
|
|
48
|
+
unsupported_cipher_suites: Global[Action] = Field(
|
|
49
|
+
default=Global[Action](value="drop"), validation_alias=AliasPath("data", "unsupportedCipherSuites")
|
|
50
|
+
)
|
|
51
|
+
failure_mode: Global[FailureMode] = Field(
|
|
52
|
+
default=Global[FailureMode](value="close"), validation_alias=AliasPath("data", "failureMode")
|
|
53
|
+
)
|
|
54
|
+
ca_cert_bundle: CaCertBundle = Field(default=CaCertBundle(), validation_alias=AliasPath("data", "caCertBundle"))
|
|
55
|
+
key_modulus: Global[KeyModulus] = Field(
|
|
56
|
+
default=Global[KeyModulus](value="1024"), validation_alias=AliasPath("data", "keyModulus")
|
|
57
|
+
)
|
|
58
|
+
eckey_type: Global[EckeyType] = Field(
|
|
59
|
+
default=Global[EckeyType](value="P256"), validation_alias=AliasPath("data", "eckeyType")
|
|
60
|
+
)
|
|
61
|
+
certificate_lifetime: Global[str] = Field(
|
|
62
|
+
default=Global[str](value="1"), validation_alias=AliasPath("data", "certificateLifetime")
|
|
63
|
+
)
|
|
64
|
+
min_tls_ver: Global[TlsVersion] = Field(
|
|
65
|
+
default=Global[TlsVersion](value="TLSv1"), validation_alias=AliasPath("data", "minTlsVer")
|
|
66
|
+
)
|
|
67
|
+
ca_tp_label: Global[CaTpLabel] = Field(
|
|
68
|
+
default=Global[CaTpLabel](value="PROXY-SIGNING-CA"), validation_alias=AliasPath("data", "caTpLabel")
|
|
69
|
+
)
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
|
|
2
|
+
|
|
3
|
+
from typing import List, Literal
|
|
4
|
+
|
|
5
|
+
from pydantic import AliasPath, Field
|
|
6
|
+
|
|
7
|
+
from catalystwan.api.configuration_groups.parcel import Global, _ParcelBase
|
|
8
|
+
from catalystwan.models.configuration.feature_profile.common import RefIdItem
|
|
9
|
+
|
|
10
|
+
Categories = Literal[
|
|
11
|
+
"abortion",
|
|
12
|
+
"abused-drugs",
|
|
13
|
+
"adult-and-pornography",
|
|
14
|
+
"alcohol-and-tobacco",
|
|
15
|
+
"auctions",
|
|
16
|
+
"bot-nets",
|
|
17
|
+
"business-and-economy",
|
|
18
|
+
"cdns",
|
|
19
|
+
"cheating",
|
|
20
|
+
"computer-and-internet-info",
|
|
21
|
+
"computer-and-internet-security",
|
|
22
|
+
"confirmed-spam-sources",
|
|
23
|
+
"cult-and-occult",
|
|
24
|
+
"dating",
|
|
25
|
+
"dead-sites",
|
|
26
|
+
"dynamic-content",
|
|
27
|
+
"educational-institutions",
|
|
28
|
+
"entertainment-and-arts",
|
|
29
|
+
"fashion-and-beauty",
|
|
30
|
+
"financial-services",
|
|
31
|
+
"gambling",
|
|
32
|
+
"games",
|
|
33
|
+
"government",
|
|
34
|
+
"gross",
|
|
35
|
+
"hacking",
|
|
36
|
+
"hate-and-racism",
|
|
37
|
+
"health-and-medicine",
|
|
38
|
+
"home",
|
|
39
|
+
"hunting-and-fishing",
|
|
40
|
+
"illegal",
|
|
41
|
+
"image-and-video-search",
|
|
42
|
+
"individual-stock-advice-and-tools",
|
|
43
|
+
"internet-communications",
|
|
44
|
+
"internet-portals",
|
|
45
|
+
"job-search",
|
|
46
|
+
"keyloggers-and-monitoring",
|
|
47
|
+
"kids",
|
|
48
|
+
"legal",
|
|
49
|
+
"local-information",
|
|
50
|
+
"malware-sites",
|
|
51
|
+
"marijuana",
|
|
52
|
+
"military",
|
|
53
|
+
"motor-vehicles",
|
|
54
|
+
"music",
|
|
55
|
+
"news-and-media",
|
|
56
|
+
"nudity",
|
|
57
|
+
"online-greeting-cards",
|
|
58
|
+
"online-personal-storage",
|
|
59
|
+
"open-http-proxies",
|
|
60
|
+
"p2p",
|
|
61
|
+
"parked-sites",
|
|
62
|
+
"pay-to-surf",
|
|
63
|
+
"personal-sites-and-blogs",
|
|
64
|
+
"philosophy-and-political-advocacy",
|
|
65
|
+
"phishing-and-other-frauds",
|
|
66
|
+
"private-ip-addresses",
|
|
67
|
+
"proxy-avoid-and-anonymizers",
|
|
68
|
+
"questionable",
|
|
69
|
+
"real-estate",
|
|
70
|
+
"recreation-and-hobbies",
|
|
71
|
+
"reference-and-research",
|
|
72
|
+
"religion",
|
|
73
|
+
"search-engines",
|
|
74
|
+
"sex-education",
|
|
75
|
+
"shareware-and-freeware",
|
|
76
|
+
"shopping",
|
|
77
|
+
"social-network",
|
|
78
|
+
"society",
|
|
79
|
+
"spam-urls",
|
|
80
|
+
"sports",
|
|
81
|
+
"spyware-and-adware",
|
|
82
|
+
"streaming-media",
|
|
83
|
+
"swimsuits-and-intimate-apparel",
|
|
84
|
+
"training-and-tools",
|
|
85
|
+
"translation",
|
|
86
|
+
"travel",
|
|
87
|
+
"uncategorized",
|
|
88
|
+
"unconfirmed-spam-sources",
|
|
89
|
+
"violence",
|
|
90
|
+
"weapons",
|
|
91
|
+
"web-advertisements",
|
|
92
|
+
"web-based-email",
|
|
93
|
+
"web-hosting",
|
|
94
|
+
]
|
|
95
|
+
|
|
96
|
+
DecryptThreshold = Literal["high-risk", "low-risk", "moderate-risk", "suspicious", "trustworthy"]
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class SslDecryptionProfileParcel(_ParcelBase):
|
|
100
|
+
type_: Literal["unified/ssl-decryption-profile"] = Field(default="unified/ssl-decryption-profile", exclude=True)
|
|
101
|
+
parcel_description: str = Field(
|
|
102
|
+
default="",
|
|
103
|
+
serialization_alias="description",
|
|
104
|
+
validation_alias="description",
|
|
105
|
+
description="Set the parcel description",
|
|
106
|
+
)
|
|
107
|
+
decrypt_categories: Global[List[Categories]] = Field(
|
|
108
|
+
default=Global[List[Categories]](value=[]), validation_alias=AliasPath("data", "decryptCategories")
|
|
109
|
+
)
|
|
110
|
+
never_decrypt_categories: Global[List[Categories]] = Field(
|
|
111
|
+
default=Global[List[Categories]](value=[]), validation_alias=AliasPath("data", "neverDecryptCategories")
|
|
112
|
+
)
|
|
113
|
+
skip_decrypt_categories: Global[List[Categories]] = Field(
|
|
114
|
+
default=None, validation_alias=AliasPath("data", "skipDecryptCategories")
|
|
115
|
+
)
|
|
116
|
+
reputation: Global[bool] = Field(
|
|
117
|
+
default=Global[bool](value=False), validation_alias=AliasPath("data", "reputation")
|
|
118
|
+
)
|
|
119
|
+
decrypt_threshold: Global[DecryptThreshold] = Field(
|
|
120
|
+
default=None, validation_alias=AliasPath("data", "decryptThreshold")
|
|
121
|
+
)
|
|
122
|
+
skip_decrypt_threshold: Global[DecryptThreshold] = Field(
|
|
123
|
+
default=None, validation_alias=AliasPath("data", "skipDecryptThreshold")
|
|
124
|
+
)
|
|
125
|
+
fail_decrypt: Global[bool] = Field(
|
|
126
|
+
default=Global[bool](value=False), validation_alias=AliasPath("data", "failDecrypt")
|
|
127
|
+
)
|
|
128
|
+
url_allowed_list: RefIdItem = Field(default=None, validation_alias=AliasPath("data", "urlAllowedList"))
|
|
129
|
+
url_blocked_list: RefIdItem = Field(default=None, validation_alias=AliasPath("data", "urlBlockedList"))
|
|
@@ -5,7 +5,7 @@ from typing import List, Literal
|
|
|
5
5
|
from pydantic import AliasPath, Field
|
|
6
6
|
|
|
7
7
|
from catalystwan.api.configuration_groups.parcel import Global, _ParcelBase
|
|
8
|
-
from catalystwan.models.configuration.feature_profile.
|
|
8
|
+
from catalystwan.models.configuration.feature_profile.common import RefIdItem
|
|
9
9
|
|
|
10
10
|
WebCategories = Literal[
|
|
11
11
|
"abortion",
|
|
@@ -8,6 +8,7 @@ from typing import List, Literal, Optional, Union
|
|
|
8
8
|
from pydantic import BaseModel, ConfigDict, Field
|
|
9
9
|
|
|
10
10
|
from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, _ParcelBase, as_variable
|
|
11
|
+
from catalystwan.models.configuration.feature_profile.common import RefIdItem
|
|
11
12
|
|
|
12
13
|
FamilyType = Literal["ipv4-unicast", "vpnv4-unicast", "vpnv6-unicast"]
|
|
13
14
|
FamilyTypeIpv6 = Literal["ipv6-unicast", "vpnv6-unicast"]
|
|
@@ -52,14 +53,6 @@ Protocol = Literal["static", "connected", "ospf", "ospfv3", "nat"]
|
|
|
52
53
|
Protocol2 = Literal["static", "connected", "ospf"]
|
|
53
54
|
|
|
54
55
|
|
|
55
|
-
class RefIdItem(BaseModel):
|
|
56
|
-
model_config = ConfigDict(
|
|
57
|
-
extra="forbid",
|
|
58
|
-
populate_by_name=True,
|
|
59
|
-
)
|
|
60
|
-
ref_id: Global[str] = Field(..., serialization_alias="refId", validation_alias="refId")
|
|
61
|
-
|
|
62
|
-
|
|
63
56
|
class MaxPrefixConfigDisabled(BaseModel):
|
|
64
57
|
"""
|
|
65
58
|
Set maximum number of prefixes accepted from BGP peer and threshold exceeded policy actions(restart or warning)
|
{catalystwan-0.33.4.dev0 → catalystwan-0.33.4.dev2}/catalystwan/models/policy/definition/amp.py
RENAMED
|
@@ -57,7 +57,7 @@ class AdvancedMalwareProtectionDefinition(BaseModel):
|
|
|
57
57
|
|
|
58
58
|
class AdvancedMalwareProtectionPolicy(PolicyDefinitionBase):
|
|
59
59
|
type: Literal["advancedMalwareProtection"] = "advancedMalwareProtection"
|
|
60
|
-
mode: AMPPolicyType
|
|
60
|
+
mode: AMPPolicyType = "security"
|
|
61
61
|
definition: AdvancedMalwareProtectionDefinition
|
|
62
62
|
|
|
63
63
|
|
|
@@ -21,6 +21,7 @@ from catalystwan.models.policy.policy_definition import (
|
|
|
21
21
|
DestinationIPEntry,
|
|
22
22
|
DestinationPortEntry,
|
|
23
23
|
DestinationPortListEntry,
|
|
24
|
+
DestinationScalableGroupTagListEntry,
|
|
24
25
|
LogAction,
|
|
25
26
|
Match,
|
|
26
27
|
PolicyActionType,
|
|
@@ -40,6 +41,7 @@ from catalystwan.models.policy.policy_definition import (
|
|
|
40
41
|
SourceIPEntry,
|
|
41
42
|
SourcePortEntry,
|
|
42
43
|
SourcePortListEntry,
|
|
44
|
+
SourceScalableGroupTagListEntry,
|
|
43
45
|
)
|
|
44
46
|
|
|
45
47
|
ZoneBasedFWPolicySequenceEntry = Annotated[
|
|
@@ -53,6 +55,7 @@ ZoneBasedFWPolicySequenceEntry = Annotated[
|
|
|
53
55
|
DestinationIPEntry,
|
|
54
56
|
DestinationPortEntry,
|
|
55
57
|
DestinationPortListEntry,
|
|
58
|
+
DestinationScalableGroupTagListEntry,
|
|
56
59
|
ProtocolEntry,
|
|
57
60
|
ProtocolNameEntry,
|
|
58
61
|
ProtocolNameListEntry,
|
|
@@ -65,6 +68,7 @@ ZoneBasedFWPolicySequenceEntry = Annotated[
|
|
|
65
68
|
SourceIPEntry,
|
|
66
69
|
SourcePortEntry,
|
|
67
70
|
SourcePortListEntry,
|
|
71
|
+
SourceScalableGroupTagListEntry,
|
|
68
72
|
],
|
|
69
73
|
Field(discriminator="field"),
|
|
70
74
|
]
|
|
@@ -6,14 +6,16 @@ from uuid import UUID
|
|
|
6
6
|
|
|
7
7
|
from pydantic import BaseModel, ConfigDict, Field
|
|
8
8
|
|
|
9
|
+
ZoneListId = Union[UUID, Literal["self", "default"]]
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
class PolicyId(BaseModel):
|
|
11
13
|
policy_id: UUID = Field(serialization_alias="policyId", validation_alias="policyId")
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
class NGFirewallZoneListEntry(BaseModel):
|
|
15
|
-
src_zone_list_id:
|
|
16
|
-
dst_zone_list_id:
|
|
17
|
+
src_zone_list_id: ZoneListId = Field(serialization_alias="srcZoneListId", validation_alias="srcZoneListId")
|
|
18
|
+
dst_zone_list_id: ZoneListId = Field(serialization_alias="dstZoneListId", validation_alias="dstZoneListId")
|
|
17
19
|
model_config = ConfigDict(populate_by_name=True)
|
|
18
20
|
|
|
19
21
|
|