does Control M supports executing http URL

Post Reply
User avatar
Frankma52
Nouveau
Nouveau
Posts: 3
Joined: 09 Oct 2007 12:00

does Control M supports executing http URL

Post by Frankma52 » 18 Mar 2015 10:09

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

User avatar
piyush
Nouveau
Nouveau
Posts: 16
Joined: 05 Oct 2012 12:00

Re: does Control M supports executing http URL

Post by piyush » 19 Apr 2015 7:39

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.

User avatar
mauriziog
Nouveau
Nouveau
Posts: 807
Joined: 08 Jun 2007 12:00
Location: Varese - Italy
Contact:

Re: does Control M supports executing http URL

Post by mauriziog » 28 Apr 2015 11:47

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

Post Reply