--- id: scc-firewall-manager-sdk version: "1.22.824" license: unclear license_treatment: unclear maintenance: active --- # scc-firewall-manager-sdk — Cisco Security Cloud Control Firewall Manager API License: unclear · Maintenance: active · Downloads: 204.2K/mo ## What it is and what it does This is an OpenAPI-generated Python SDK for the Cisco Security Cloud Control Firewall Manager API. It wraps the service's REST endpoints in Python objects and methods, allowing you to programmatically manage firewall configurations and policies without hand-crafting HTTP requests. The SDK depends on pydantic for data validation, urllib3 for HTTP transport, python-dateutil for timestamp handling, and typing-extensions for type hints. The package is actively maintained as of its latest release and carries no known security vulnerabilities. Its main limitation is that the license status remains unclear in the metadata, and Python version requirements are unspecified—both of which should be checked before committing to a production deployment. Use it for: - Automate firewall rule creation and management across Cisco Security Cloud Control infrastructure. - Integrate firewall policy updates into CI/CD pipelines or infrastructure-as-code workflows. - Query and monitor firewall status and configuration state programmatically. - Build custom dashboards or reporting tools that pull firewall metrics from the API. - Orchestrate multi-tenant firewall deployments in cloud environments. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python SDK for interacting with Cisco Security Cloud Control Firewall Manager API endpoints, generated from OpenAPI specifications. Yes, with conditions. The SDK is actively maintained, has low install friction, and carries no known vulnerabilities. However, before installing in production, verify the license terms (currently unclear) and confirm Python version compatibility. If you are building Cisco firewall automation and those two points check out, this is a reasonable choice. ## Install pip install scc-firewall-manager-sdk uv add scc-firewall-manager-sdk poetry add scc-firewall-manager-sdk ## Installing scc-firewall-manager-sdk Before you install: Active maintenance with a recent release. Low install friction from a pure-dependency standpoint: four runtime dependencies (pydantic, python-dateutil, typing-extensions, urllib3) are all common, stable libraries. License in practice: License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or restricted contexts. Quickstart: pip install scc-firewall-manager-sdk from scc_firewall_manager_sdk import ApiClient, Configuration config = Configuration() client = ApiClient(config) Python version support is unspecified; verify compatibility with your environment before deploying. Verify before relying: - Actual license terms and restrictions (license_treatment is 'unclear') - Minimum and maximum Python version support - Whether this SDK requires authentication credentials or API keys to function - Scope and completeness of endpoint coverage relative to the full Cisco Firewall Manager API ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 204.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags cisco firewall manager api client, security cloud control sdk, firewall management python sdk, cisco api wrapper, openapi firewall client, scc firewall endpoints, cisco security api, api-client, cisco, firewall-management [View on SkillFed](https://skillfed.io/packages/scc-firewall-manager-sdk) · [View on PyPI](https://pypi.org/project/scc-firewall-manager-sdk/)