Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

BMC Control-M Manage License

williampete
Tera Contributor

Hello community!

 

Is there any integration to connect ServiceNow with Control-M to manage/control license?

1 ACCEPTED SOLUTION

dreinhardt
Kilo Patron

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

  1. Integrate with the Saas Connection Framework - SaaS License Connections (servicenow.com)
  2. 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

Should my response prove helpful, please consider marking it as the Accepted Solution/Helpful to assist closing this thread.

View solution in original post

1 REPLY 1

dreinhardt
Kilo Patron

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

  1. Integrate with the Saas Connection Framework - SaaS License Connections (servicenow.com)
  2. 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

Should my response prove helpful, please consider marking it as the Accepted Solution/Helpful to assist closing this thread.