API如何在RSA Archer中工作? [英] How API works in RSA Archer ?

查看:155
本文介绍了API如何在RSA Archer中工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找Archer中的API.我完全不了解API.我们将在哪里编写API代码以及如何与Archer平台集成.

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 .

最重要的是我们可以在Archer中使用API​​实现什么?

Most important what we can achieve using API in Archer ?

推荐答案

Archer支持两个API.一种是SOAP,一种是RESTful.使用这些API,开发人员可以完成许多与Archer UI可以完成的相同类型的操作,包括:用户管理,内容保存,记录搜索,附件上传和下载,甚至触发数据提要执行.

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.

RSA Archer社区上提供了API编程指南. >.

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

您可以在任意位置托管集成代码,只要该集成代码可以访问您的archer实例即可.如果您的Archer实例是SaaS托管的,则您的集成代码将无法驻留在您的Archer Web或服务服务器上,而必须托管在其他位置.如果您的Archer实例是自托管的(本地),则可以将集成代码放置在Archer Web或服务服务器上,或您选择的其他服务器上.

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用C#.NET编写,但是可以从任何可以发出HTTP请求的语言中使用该API.

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

这篇关于API如何在RSA Archer中工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆