Important Update: Some Community URL Redirects are Under Maintenance. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Deployment - api call

matthancock
Contributor III

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

 

1 REPLY 1

Anonymous
Not applicable

@matthancock,

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