REST API and Swagger Documentation for 12.1 and R24.1 - Autosys
search cancel

REST API and Swagger Documentation for 12.1 and R24.1 - Autosys

book

Article ID: 445384

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

 This article provides the central documentation locations and interactive Swagger UI access points for calling the Autosys REST APIs in versions 12.1 and R24.1.

Environment

  • Autosys Workload Automation 12.1
  • Autosys Workload Automation R24.1
  • AutoSys Web Server (AEWS)

Resolution

Access the interactive Swagger/OpenAPI documentation directly from the web server or via Techdocs.

Documentation Links:

Interactive Swagger UI: Access the UI for testing endpoints at: https://####:9443/AEWS/api

Quick Tips:

  • Standard Port: The default port for web services is 9443.
  • Testing with Curl: Use a GET request to verify connectivity:
    bash
    curl -k -u "####:####" -X GET https://####:9443/AEWS/job/

Additional Information