Cisco Support APIs allow Cisco Partner Support Services (PSS) partners and Cisco Smart Net Total Care (SNTC) customers to programmatically access and consume Cisco Support data in the cloud in a simple, secure, and scalable manner.
Project description
Python API wrapper for the Cisco Support APIs.
The ciscosupportsdk supports all of the Cisco Support API interactions via a native Python library. This makes working with these APIs a more natural experience and eases the burden of writing your own boilerplate code to deal with API semantics, like authentication and pagination.
Quick Usage
from ciscosupportsdk.api import CiscoSupportAPI
api = CiscoSupportAPI(CS_API_KEY, CS_API_SECRET)
# find if a serial number is covered and when it's warranty expires
for item in api.serial_information.get_coverage_status(['FXS2130Q286']):
print(f'{item.is_covered} {item.warranty_end_date}')
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ciscosupportsdk-0.1.1.tar.gz.
File metadata
- Download URL: ciscosupportsdk-0.1.1.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/21.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93e5c607ca55ba2cd363176fdaf98606678d58d056a29692e9f4ca003ae666a5
|
|
| MD5 |
7144e4557e09a686f6a82eb64014cfa6
|
|
| BLAKE2b-256 |
7b9cbc9a5544e3e62d5bf6034c2d7e5eda7c7f700394d615b4d8f671d270c4b9
|
File details
Details for the file ciscosupportsdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ciscosupportsdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/21.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
685782881390a7c0bd282985d730b72df9c153264467c64efddf30696d2af14f
|
|
| MD5 |
5f008b61aad671340baaa209e227b75d
|
|
| BLAKE2b-256 |
35d9cd33e4fce62cea1af63ffd4e452701d19400e17d938a524de2497aec157c
|