SteelConnection
REST API access to Riverbed SteelConnect CX Manager
Install / Use
/learn @grelleum/SteelConnectionREADME
Welcome to SteelConnection!
.. image:: https://img.shields.io/pypi/v/steelconnection.svg :target: https://pypi.python.org/pypi/steelconnection
.. image:: https://readthedocs.org/projects/steelconnection/badge/?version=latest :target: https://steelconnection.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://img.shields.io/travis/grelleum/steelconnection.svg :target: https://travis-ci.com/grelleum/steelconnection
.. image:: https://codecov.io/gh/grelleum/steelconnection/branch/develop/graph/badge.svg :target: https://codecov.io/gh/grelleum/steelconnection
Simplify access to the Riverbed SteelConnect CX REST API.
.. code::
______ __
/ __/ /____ ___ / /
____\ \/ __/ -_) -_) / __ _
/ _____/\__/\__/\__/_/_ ____/ /_(_)__ ___
/ // _ / _ / _ / -) / / / _ / _
_/_///////_/_/_/_/_////
version = "1.1.8" pip install steelconnection
- Always crafts a correct URL based on the resource provided.
- Accepts and returns native Python data: no need to convert to/from JSON.
- Provides convinience methods for object lookup and image download.
- Reuses TCP connection for subsequent API requests.
^^^^^^^
| Supports: | Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8
^^^^^^^
With SteelConnection, a request to get a list of all organizations in the realm would look like this:
.. code:: python
orgs = sc.get('orgs')
Without SteelConnection, the same request would look like this:
.. code:: python
response = requests.get( 'https://REALM.riverbed.cc/api/scm.config/1.0/orgs', auth=(username, password) ) orgs = response.json()['items']
^^^^^^^
Documentation
| Full Documentation is available on Read the Docs. | https://steelconnection.readthedocs.io/
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
