- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 04:59 AM
Hello community!
Is there any integration to connect ServiceNow with Control-M to manage/control license?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 01:17 PM
Hi @williampete,
no, there is not ootb integration to Control-M. I've found the following API endpoint documented by BMC
Control-M Automation API License InformationLink copied to clipboard
The following URL shows the Control-M Automation API license information:
<Automation_API_endpoint>/license
Based on the details provided by the endpoint you could try
- Integrate with the Saas Connection Framework - SaaS License Connections (servicenow.com)
- Write a script to connect to the API and insert the data into SAMP as consumption data. I would recommend a custom metric script or resource values.
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 01:17 PM
Hi @williampete,
no, there is not ootb integration to Control-M. I've found the following API endpoint documented by BMC
Control-M Automation API License InformationLink copied to clipboard
The following URL shows the Control-M Automation API license information:
<Automation_API_endpoint>/license
Based on the details provided by the endpoint you could try
- Integrate with the Saas Connection Framework - SaaS License Connections (servicenow.com)
- Write a script to connect to the API and insert the data into SAMP as consumption data. I would recommend a custom metric script or resource values.
Best, Dennis