Skip to main content

Python library to interact with Cisco Support APIs

Project description

Cisco Support APIs for Python

published GitHub license GitHub stars GitHub code size in bytes

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.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

cisco_support-0.5.0-py3-none-any.whl (9.5 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