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')
Release files for cisco-support 0.5.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cisco_support-0.5.2.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cisco_support-0.5.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.2 kB
Release files / cisco_support-0.5.2.tar.gz
| Download URL | cisco_support-0.5.2.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fff6e50cdd5373d162741f0d3336c5db36ab1a6d0e6440a3f3dd5e3d06944789
|
|
BLAKE2b-256 checksum How to use checksums |
0a9bfd6beb4b686502244c90e0e685428d0b7695eec37f0525965f647ec08919
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|
Release files / cisco_support-0.5.2-py3-none-any.whl
| Download URL | cisco_support-0.5.2-py3-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d8cddc876a73b112c62b8f97409778e225272c249f4459b10917ddd9bf1472f2
|
|
BLAKE2b-256 checksum How to use checksums |
3aed3765aa1e303211f930fb6c381ebd508e88651144f2bc43043afe90aeccf1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|