{"library":"scc-firewall-manager-sdk","title":"Cisco Security Cloud Control Firewall Manager SDK","description":"A Python SDK for Cisco Security Cloud Control (SCC) Firewall Manager API. Provides programmatic access to manage firewall configurations, policies, and devices. Current version: 1.19.68.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install scc-firewall-manager-sdk"],"cli":null},"imports":["from ciscoscc import SCCClient","from ciscoscc import AuthenticationError"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from ciscoscc import SCCClient\n\nclient = SCCClient(\n    client_id=os.environ.get('SCC_CLIENT_ID', ''),\n    client_secret=os.environ.get('SCC_CLIENT_SECRET', ''),\n    grant_type='client_credentials'\n)\n# Example: List devices\ndevices = client.devices.list()\nprint(devices)","lang":"python","description":"Initialize the client using OAuth2 client credentials from environment variables and list devices.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}