繁体   English   中英

WSO2 EI REST API 管理器资源

[英]WSO2 EI REST API Manager Resource

我需要管理部署到 Enterprise Integrator 中的注册表资源。 Using the REST API like this: https://localhost:9443/registry/resource/_system/governance/EstrattoContoEnti/xml/EstrattoContoEntiConf.xml

我可以获取资源,但是……我该如何修改或创建一个新资源? 调用 PUT o POST 我收到错误 405 - 方法不允许。

是否有任何 API 来管理 WSO2 EI 上的注册表项? 或者我可能需要使用其他东西吗?

这不可能通过 REST API 开箱即用。 Registry 有一个 AdminService,您可以通过 SOAP 访问该 AdminService 并获得相关功能。 But in your case, since you are expecting a REST API, you can create a web-app client which will use this Admin-service, so that you have a REST API to the registry via this client.

已经有这样的客户端写了。 从以下博客中查看有关如何获取和配置的步骤。

http://abeykoon.blogspot.com/2015/04/wso2-gov-registry-using-registry-api.html

干杯。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM