使用wso2 API Manager批量导入swagger文件

时间:2018-05-23 07:10:37

标签: wso2 wso2esb wso2-am wso2carbon wso2-appm

我想知道是否可以在wso2 api manager中自动导入swagger文件的过程。如果是这样,怎么办呢?

感谢

2 个答案:

答案 0 :(得分:0)

您编写脚本以使用Publisher的API创建API。

您可以将资源(包括范围)添加为Swagger有效内容。

https://docs.wso2.com/display/AM210/Publisher+APIs#PublisherAPIs-AddAPI

curl -X POST -b cookies http://localhost:9763/publisher/site/blocks/item-add/ajax/add.jag -d "action=addAPI&name=PhoneVerification&context=/phoneverify&version=1.0.0&visibility=public&thumbUrl=&description=Verify a phone number&tags=phone,mobile,multimedia&endpointType=nonsecured&tiersCollection=Gold,Bronze&http_checked=http&https_checked=https&resourceCount=0&resourceMethod-0=GET&resourceMethodAuthType-0=Application&resourceMethodThrottlingTier-0=Unlimited&uriTemplate-0=/*&default_version_checked=default_version&bizOwner=xx&bizOwnerMail=xx@ee.com&techOwner=xx&techOwnerMail=ggg@ww.com" -d 'endpoint_config={"production_endpoints":{"url":" http://ws.cdyne.com/phoneverify/phoneverify.asmx","config":null},"endpoint_type":"http "}'

答案 1 :(得分:0)

您可以编写java / python客户端或创建一个脚本,其中包含publisher api document中提到的API的几个命中。

  1. Generate the token使用范围:apim:api_create apim:api_view apim:api_publish
  2. 致电Update swagger definition
  3. 使用Change API Status
  4. 将API状态更改为Publish