简体   繁体   English

如何将我的 API 连接到 WSO2 API 经理?

[英]How to connect my API to WSO2 API manager?

Below you can my wso2 EI 6.6.0 server configuration file.你可以在下面找到我的 wso2 EI 6.6.0 服务器配置文件。 在此处输入图像描述

And below the meta data configuration file content以及下面的元数据配置文件内容

key: "schoolApi-1.0.0"
name : "schoolApi"
displayName : "schoolApi"
description: "Sample API"
version: "1.0.0"
serviceUrl: "https://{MI_HOST}:{MI_PORT}/school"
definitionType: "OAS3"
securityType: "BASIC"
mutualSSLEnabled: false
apiId : "null"

I tried to connect my API to WSO2 API manager, But Its not showing in API Manager services.我尝试将我的 API 连接到 WSO2 API 经理,但它没有显示在 API 经理服务中。 在此处输入图像描述

Can anyone help me to solve this issue.谁能帮我解决这个问题。

The service catalog feature is only available in APIM/MI v4.x versions.服务目录功能仅在 APIM/MI v4.x 版本中可用。 You cannot use EI 6.6.0 for the service catalog.您不能将 EI 6.6.0 用于服务目录。

You can use EI 6.6.0 with API Manager 4.1.0 without the service catalog.您可以在没有服务目录的情况下将 EI 6.6.0 与 API Manager 4.1.0 一起使用。 You can deploy the integrations in EI and then provide the EI endpoint to the API in the API Manager.您可以在 EI 中部署集成,然后将 EI 端点提供给 API Manager 中的 API。

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

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