Example of using the AutoSys Web Service to call jil to insert a machine definition.
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>