Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2022-12-21 11:10 AM
I am looking to use the auto deployment feature in archer but I am having issues with the correct url to api calls. I am confused as to call API using a javascript or postman like environment.
The example is ...
Request Example
POST http://ExampleWebServerIP/ExampleArcherInstanceName/api/core/package/
I am not sure where to locate the "example webserverIP"
The web server has the following root.
serveraddress/api/core/package
and the API in archer uses a path.. /platformapi/core/package
2022-12-21 12:48 PM
You do not need to call IP. If your api folder is directly after serveraddress/api/core, then u call it like that as well.
https://archer-your-server-url.com/api/core.
In some cases, archer is installed not as a root site, but as separate app RSAarcher by default. Then u call it: https://archer-your-server-url.com/RSAarcher/api/core