Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 745 Bytes

File metadata and controls

18 lines (11 loc) · 745 Bytes

netbox-cisco-support-api

Logs into the Cisco Coverage API in batches (up to 75 serial numbers per request), retrieves coverage data for Cisco devices by serial number, and updates the custom fields: support_end_of_coverage, support_end_of_warranty, and support_iscovered.

How this works

You need access to the Cisco Support API (SN2Info). See https://developer.cisco.com/docs/support-apis/serial-number-to-information/#introduction

Create three custom fields in NetBox: image

Download the script and add CLIENT_ID and CLIENT_SECRET.

Upload the python script to netbox under Customization -> Scripts.

Run it.