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.1.1666794921.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

CollabConnector-0.1.1666794921-py3-none-any.whl (3.2 MB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for CollabConnector-0.1.1666794921.tar.gz
Algorithm Hash digest
SHA256 d13a11f2666e866ce2f719ccfc44712aa9f9733f5c8cdd1880ba8becc7a8be32
MD5 76f8f7b0d03ca88e068b17d138edb282
BLAKE2b-256 19f6fffc058f71bf113eb0c64d19d934740c68f1de8e1b1b2fa5a701db3b9712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for CollabConnector-0.1.1666794921-py3-none-any.whl
Algorithm Hash digest
SHA256 e7710f5791a161f44693b0c22b211d18f21a31c2f657121d90aa96feb4e1d959
MD5 9441b2e09313f920f5de8ebd7c254173
BLAKE2b-256 ef232d19435ed75e468f786dd6aa88209644a2247e98c7de4202f30f4ab44733

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