Hi there team,
What API's are currently included in
Cisco ThousandEyes Add-on for Splunk?
Is there a plan for adding more API's in future?
YP
Hi @YP
The app you are referring to is developed by AvoTrix rather than Cisco/ThousandEyes however you can contact them on support@avotrix.com for support and information about the app.
Note: This app requires a separate license from AvoTrix which is not included as part of Splunk. For more info see https://dev.avotrix.com/product/cisco-thousandeyes-add-on-for-splunk/
Regarding the APIs it uses, the app uses the following API endpoints:
agents_monitors.py
123: url_alert = "https://api.thousandeyes.com/v6/agents.json"
124: url_monitor = "https://api.thousandeyes.com/v6/bgp-monitors.json"
alerts_notification.py
170: url_alert = "https://api.thousandeyes.com/v6/alerts.json"
reports.py
122: url = "https://api.thousandeyes.com/v6/reports.json"
activity_log.py
131: url_activity = "https://api.thousandeyes.com/v6/audit/user-events/search.json"
Integrations.py
117: url_alert = "https://api.thousandeyes.com/v6/integrations.json"
Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped.
Regards
Will
Check this video for more information https://www.youtube.com/watch?v=decUuAZOa2Q
For the most current information, it's advisable to consult official Cisco resources or contact their support teams directly. Because this is Developer supported add-on.