Integrate Cisco (CSPC) with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 03:34 AM
Hi All,
Cisco Common Service Platform Collector (CSPC) is an SNMP-based tool that discovers and collects information from the Cisco devices installed on the network.
This integration would provide a mechanism for automatically discovering and populating the ServiceNow CMDB with network devices.
Thanks for the inputs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 01:08 AM
Regarding the 4th point **Run Discovery and Collection**:
- If you don't have an ITOM license, you can manually populate the CMDB by importing data from an Excel or CSV file. This can be done using the Import Sets table and Transform Maps.
- You can also use ServiceNow's REST APIs to push data into the CMDB.
Regarding the 5th and 6th points **Export Data from CSPC**:
- To export data from CSPC to ServiceNow, you can use the REST APIs provided by ServiceNow. You can create a REST message in ServiceNow and define the endpoint, HTTP method, and headers.
- You can then use a REST client to send a GET request to the CSPC API endpoint to retrieve the data. The data can be in JSON format.
- Once you have the data, you can use a script to parse the JSON and insert the data into the appropriate tables in ServiceNow.
- For better results, follow these steps:
- Understand the data structure of both CSPC and ServiceNow.
- Map the fields from CSPC to the corresponding fields in ServiceNow.
- Test the integration with a small set of data before moving to the full data set.
- Monitor the integration and handle any errors that may occur.
- Regularly update and maintain the integration to ensure it continues to work as expected.
nowKB.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 05:12 AM
Hi @Rajdeep Ganguly
Thank you for the information
I have searched in the ServiceNow and Cisco community for the CSPC API endpoint format to retrieve the data.
Do you have any Generic CSPC API endpoint?
Thanks for the support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2024 01:17 AM
As a ServiceNow expert, I can tell you that ServiceNow doesn't provide a specific API endpoint for Cisco's Common Services Platform Collector (CSPC). However, you can use ServiceNow's generic REST API endpoints to integrate with any external system, including CSPC, as long as that system also exposes its own API endpoints.
Here's a general process you can follow:
1. Identify the API endpoints provided by Cisco's CSPC. This information should be available in the CSPC's API documentation.
2. Use ServiceNow's REST API to send requests to the CSPC's API endpoints. You can do this by creating a REST Message in ServiceNow.
3. Parse the response from the CSPC and use the data as needed in ServiceNow.
Please note that the specifics of this process will depend on the details of the CSPC's API and what you're trying to achieve in ServiceNow.
nowKB.com
For asking ServiceNow-related questions try this :
For a better and more optimistic result, please visit this website. It uses a Chat Generative Pre-Trained Transformer ( GPT ) technology for solving ServiceNow-related issues.
Link - https://nowgpt.ai/
For the ServiceNow Certified System Administrator exams try this :
https://www.udemy.com/course/servicenow-csa-admin-certification-exam-2023/?couponCode=NOW-DEVELOPER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 05:24 AM
Hi @sumanta pal
Thank you for the response, have you done Integration between CSPC and ServiceNow
Could you please provide the CSPC API endpoint format to retrieve the network devices installed on the Cisco CSPC software
Thanks

