Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-12-18 11:48 AM
Recently, a customer has asked how to make Archer API calls using Linux shell, but we didn't have any examples and I'm a Windows guy. If anyone is familiar with Linux shell, can you post an example how to create a session token using Web Services and REST API? Thanks!
2021-06-21 03:12 PM
I saw someone was working on a python module for Archer. If the situation allows for installing python, then you could make those calls from a Linux machine. -- https://pypi.org/project/rsa-archer/
Otherwise, I think you are looking at CURL or Openssl as ways to establish a web connection from a command line / shell. I don't believe typical shells have a lot of built in web functionality, but there are usually a lot of utilities available to the shell for that.
2021-06-22 05:46 AM - edited 2021-06-22 05:48 AM
Jeff,
I used Java to make scripts for SOAP API calls. And then my customers used JVM in Linux.