在使用Insights Hub中,用户可能会开发一个前端App和一个后端App,后端App需要提供自定义API给前端App使用,这时,用户将后端App注册为API或者标准类型。
在使用Insights Hub中,用户可能会开发一个前端App和一个后端App,后端App需要提供自定义API给前端App使用,这时,用户需要在Developer Cockpit 中,将创建App选择“标准”或者 "API" 类型。如图所示:
后端注册App提供的API,都是以getaway形式提供和访问,其具体的 URL 都是以 "https://gateway.cn1.mindsphere-in.cn/api/{apiName}[-{apiProvider}]/v{major}/{endpoint}" 这种格式构成。其URL访问和Insights Hub平台服务提供的API类似,如果是后端API可以gateway方式访问,前端API以session方式访问。
其URL参数构成解释如下:
所以完整的路径示例:https://gateway.cn1.mindsphere-in.cn/api/apiapp-supplab1/v1/user/info
,或者 https://gateway.cn1.mindsphere-in.cn/api/apiapp/v1/user/info
关于 Gateway URL的介绍可以参考链接中的内容:https://documentation.mindsphere.io/MindSphere/concepts/concept-gateway-url-schemas.html