Skip to main content

API interface to the OCI-P provisioning interface of a Broadworks softswitch

Project description

https://img.shields.io/pypi/v/broadworks_ocip.svg https://img.shields.io/travis/nigelm/broadworks_ocip.svg Documentation Status

Interfaces to the OCI-P provisioning interface of a Broadworks softswitch

Features

  • python objects to match all Broadworks schema objects

  • API framework to talk to a Broadworks server

  • additional magic to handle authentication and sessions

  • Based on Broadworks schema R21

Usage

More details is given within the usage section of the documentation, but the minimal summary is:

from broadworks_ocip import BroadworksAPI

# configure the API, connect and authenticate to the server
api = BroadworksAPI(
    host=args.host, port=args.port, username=args.username, password=args.password,
)

# get the platform software level
response = api.command("SystemSoftwareVersionGetRequest")
print(response.version)

Credits

The class is built using Michael DeHaan’s ClassForge object system.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Project details


Download files

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

Source Distribution

broadworks_ocip-1.0.2.tar.gz (521.8 kB view hashes)

Uploaded Source

Built Distribution

broadworks_ocip-1.0.2-py3-none-any.whl (535.2 kB view hashes)

Uploaded Python 3

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