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.2.tar.gz (113.7 kB view details)

Uploaded Source

Built Distribution

CollabConnector-0.0.2-py3-none-any.whl (128.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: CollabConnector-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 a3cb5cb6ba113ec8b33af8e6c7c0de1128613d681686e75614f36b8ddea744bd
MD5 4364f58c4a6fe4bde12b80ff53e9b5fc
BLAKE2b-256 3a6aea6f379f802edbfaca1f5d89182bd24a605d61e9d470910572dde5029f50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for CollabConnector-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 88a458b064b943632a55c60d40ea300ac937ffcbc5cefce0e41fe8c87b1f1b81
MD5 55f0df0bbeb430e13f7175f5836c9c5a
BLAKE2b-256 580b195280462294f03e27248ce3a8cfbdeaa9517c81a60de024360afbd94e56

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