Autosys API Guide
search cancel

Autosys API Guide

book

Article ID: 190796

calendar_today

Updated On:

Products

CA Workload Automation AE - Scheduler (AutoSys) Autosys Workload Automation

Issue/Introduction

The CA Workload Automation AE Software Delivery Kit (SDK) is a ready-to-use programmatic interface that includes the Java and C++ Application Programming Interfaces (APIs). Developers can use one or more of the SDK APIs to develop applications.

Environment

Release : All Supported WAAE versions

Component : CA Workload Automation AE (AutoSys)

Resolution

The following two JAR files contain the SDK API documentation:

  • asapidoc.jar—Includes Java API documentation in HTML format.
  • asapicppdoc.jar—Includes C++ API documentation in HTML format.

Note: The asapidoc and asapicppdoc JAR files are located in the Documentation folder of your installation directory. The default locations are as follows:

  • UNIX—install_directory/Documentation
  • Windows—install_directory\Documentation
  • install_directory

    Specifies the root directory where CA Workload Automation AE is installed.

To view the SDK API documentation

  1. Install SDK on the client.
  2. Enter any one the following commands based on whether you want to view the Java API documentation or the C++ API documentation:

    jar -xf asapidoc.jar

    Or

    jar -xf asapicppdoc.jar

    The JAR file is expanded.

  3. Open the index.html file in your web browser.

    You can now view the SDK API documentation.

 


Additional Information

Examples and documentation would exists in html files of jar file, as its additional feature supplied to built own application hence its out of support scope.