skillfed

scc-firewall-manager-sdk

Cisco Security Cloud Control Firewall Manager API

scc-firewall-manager-sdk v1.22.824 204.2K downloads/30d#9,613 on PyPI
License unclear Active released

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 on this page — 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

scc-firewall-manager-sdk on PyPI

pip

pip install scc-firewall-manager-sdk

uv

uv add scc-firewall-manager-sdk

poetry

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 not specified
Install friction low — pure-Python wheel
Runtime dependencies 4 — pydantic, python-dateutil, typing-extensions, urllib3
Maintenance actively maintained — 0 days since the last release
First released
Downloads 204,230/month — #9,613 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: scc_firewall_manager_sdk-1.22.824-py3-none-any.whl

Keywords: OpenAPI, OpenAPI-Generator, Cisco Security Cloud Control Firewall Manager API

Tags

cisco firewall manager api clientsecurity cloud control sdkfirewall management python sdkcisco api wrapperopenapi firewall clientscc firewall endpointscisco security api
api-clientciscofirewall-management

More WWW/HTTP packages