Workload Automation AE - AutoSys Web Service AEWS - Example calling jil
search cancel

Workload Automation AE - AutoSys Web Service AEWS - Example calling jil

book

Article ID: 386854

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

Example of using the AutoSys Web Service to call jil to insert a machine definition.

Resolution

 

curl -X POST "https://<AEWSHOST>:9443/AEWS/jil?verify=false&timeout=300" -H "accept: application/json" -H "Content-Type: text/plain" -d "insert_machine: SampleHost type: a factor: 1.00 port: 7520 node_name: SampleHost agent_name: WA_AGENT encryption_type: DEFAULT character_code: ASCII" -k --user <id>:<password>