How API works in RSA Archer ?

牧云@^-^@ 提交于 2019-12-11 06:36:32

问题


I am looking for API in Archer. Totally I am unaware of API. Where we will write API code and how to integrate with Archer platform .

Most important what we can achieve using API in Archer ?


回答1:


Archer supports two APIs. One is SOAP and one is RESTful. Using these APIs a developer can accomplish many of the same types of actions that can be done through the Archer UI including: user management, content save, record search, attachment upload and download, and even triggering a data feed to execute.

The API programming guides are available on the RSA Archer community.

You can host the integration code wherever you like, provided it has access to your archer instance. If your Archer instance is SaaS hosted, your integration code cannot live on your Archer web or services server and will have to be hosted somewhere else. If your Archer instance is self-hosted (on-prem) you can put your integration code on the Archer web or services server, or another server of your choice.

Archer is written in C#.NET, but the API's can be consumed from any language that can issue an HTTP Request.



来源:https://stackoverflow.com/questions/38410145/how-api-works-in-rsa-archer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!