Skip to main content

Simplified API collection for Cisco Collab Products

Project description

CollabConnector

Cisco Collab Connector Library

This library is made to try and be a single source for all Cisco Collab APIs (which can be lots). The goal is to unify requests and responces across different REST and SOAP APIs availble to make connecting to and scripting Collab tasks easier. Hopefully. Maybe.

from CollabConnector import CUCM
from CollabConnector import CUCX
from CollabConnector import UCCX
from CollabConnector.Webex import ContactCenter

cucm = CUCM.Connect("10.10.10.10", "admin", "P@ssw0rd")
cucm.query("select count(*) from enduser")
cucm.get.Phone(name="SEPAAAABBBBCCCC")

unity = CUCX.Connect("10.10.10.20", "admin", "P@ssw0rd")
unity.get("users")

ccx = UCCX.Connect("10.10.10.40", "admin", "P@ssw0rd")
ccx.get("applications")

wbx = ContactCenter.Connect(token)
wbx.get("EntryPoints")

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CollabConnector-0.0.1.tar.gz (113.7 kB view details)

Uploaded Source

Built Distribution

CollabConnector-0.0.1-py3-none-any.whl (126.6 kB view details)

Uploaded Python 3

File details

Details for the file CollabConnector-0.0.1.tar.gz.

File metadata

  • Download URL: CollabConnector-0.0.1.tar.gz
  • Upload date:
  • Size: 113.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for CollabConnector-0.0.1.tar.gz
Algorithm Hash digest
SHA256 00cff51f85ca60ab2b9133daefd5ca575f9e3c1643b0150824ffe22f86528642
MD5 b01989738d5d3706f2d6384793e7c165
BLAKE2b-256 15b49161eb546b948f044d32963a2fa6ee6f5e88431855f7525aa230e8b372f3

See more details on using hashes here.

File details

Details for the file CollabConnector-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for CollabConnector-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 77d770dd7e66280b452a0ebb6d83502e87f259298a3ff8512562caa9e1653e94
MD5 41da944490fd8d1ea5c00ae5bf85d8bc
BLAKE2b-256 813d9274c181787b89710891c2d8791c67eb67d8629eac2e698f82c86092f182

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page