Python library to interact with Cisco Support APIs
Project description
Cisco Support APIs for Python
Python implementation of the Cisco Support API
Implemented APIs
- Automated Software Distribution
- Bug
- Case
- EoX
- Product Information
- Serial Number to Information
- Service Order Return (RMA)
- Software Suggestion
Installation
pip install cisco_support
Usage
Automated Software Distribution
TO BE IMPLEMENTED
Bug
from cisco_support import Bug
bug = Bug(client_id='abc', client_secret='def')
Case
from cisco_support import Case
case = Case(client_id='abc', client_secret='def')
EoX
from cisco_support import EoX
eox = EoX(client_id='abc', client_secret='def')
Product Information
from cisco_support import ProductInformation
product_information = ProductInformation(client_id='abc', client_secret='def')
Serial Number to Information
from cisco_support import SerialNumberInformation
serial_number_information = SerialNumberInformation(client_id='abc', client_secret='def')
Service Order Return (RMA)
from cisco_support import ServiceOrderReturn
service_order_return = ServiceOrderReturn(client_id='abc', client_secret='def')
Software Suggestion
from cisco_support import SoftwareSuggestion
software_suggestion = SoftwareSuggestion(client_id='abc', client_secret='def')
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
cisco_support-0.5.2.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file cisco_support-0.5.2.tar.gz
.
File metadata
- Download URL: cisco_support-0.5.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fff6e50cdd5373d162741f0d3336c5db36ab1a6d0e6440a3f3dd5e3d06944789 |
|
MD5 | 64c84f4c5521a1c944c486f126b86050 |
|
BLAKE2b-256 | 0a9bfd6beb4b686502244c90e0e685428d0b7695eec37f0525965f647ec08919 |
File details
Details for the file cisco_support-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: cisco_support-0.5.2-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8cddc876a73b112c62b8f97409778e225272c249f4459b10917ddd9bf1472f2 |
|
MD5 | b9222ee9c7067b43511ae9e848f57b93 |
|
BLAKE2b-256 | 3aed3765aa1e303211f930fb6c381ebd508e88651144f2bc43043afe90aeccf1 |