Page 1 of 1

does Control M supports executing http URL

Posted: 18 Mar 2015 10:09
by Frankma52
Example:

1. Check if web site is up, send http request https://empower-central.ussco.com/healthcheck.jsp Returns http status code 200 if successful
2. Send URL request to web application to trigger request to refresh some data, etc. Http request would be something like https://empowercentral.ussco.com/pricin ... /rules?r=Y Returns http status code 200 if successful

This is an url you can try out.

https://dev2-empowercentral.ussco.com/p ... ge/rules/Y

Currently it will return an ADFS login page. We are working on opening it up so the URL can be hit directly.

how can this be setup in Control-M V7.0?

Thank you,

Frank Madigan
United Stationers Management Services
a subsidiary of United Stationers, Inc.
One Parkway North Boulevard, Suite 100
Deerfield, IL 60015
(847) 627-2174 Direct
(847) 627-7174 Fax
fmadigan@ussco.com

Re: does Control M supports executing http URL

Posted: 19 Apr 2015 7:39
by piyush
Hi Frank,

A couple ways are there I believe.

1. Assuming the job will execute on a windows agent. Create a PowerShell script which can return success or failure based on the response from website.

2. Assuming the job will execute Unix jobs. Again a Shell script can be written.

3. Using a third party software (some freeware) which support CLI.

Re: does Control M supports executing http URL

Posted: 28 Apr 2015 11:47
by mauriziog
There is a module for Web Service: read the documentation about it can be the right solution (is very powerfull and easy to use).
Regards