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
Tera Sage

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
Tera Sage

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.