Autosys Rest API URL login Issue
search cancel

Autosys Rest API URL login Issue

book

Article ID: 230114

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

We have installed Autosys R12 SP1 and Web UI.

Not able to access the Rest API using https://hostname123.com:9443/AEWS

Both the calling id is added to workloadautomationaewebservice in CA WorkloadAutomation AE EEM.

Getting below error after giving credentials:

 

This page isn’t working right now

If the problem continues, contact the site owner.

HTTP ERROR 405

 

 

 

 

               CA Services Status Report

           Component Name               Pid        Status
------------------------------------  -------  --------------
WAAE Soap Web Server                    40833  running
WAAE Web Server (POC)                   37157  running
WAAE Application Server (POC)           25661  running
WAAE Scheduler (POC)                    25440  running

CA-wcc-services Server                  37891  running
CA-wcc Server                           37981  running

 

Environment

Release : 12

Component : CA Workload Automation AE (AutoSys)

Resolution

Take the browser out of the equation
Try the call from a command line instead to see if that works.
Example:
curl -X GET https://<host>:9443/AEWS/job/<actual_job_name> -k --user "<id>:<password>" -i

Assuming it does but you still have browser issues, work with your security team to address them so you can access the AEWS url but still be within your company's security/compliance policies.