本文主要是介绍增加 tenant(租客)服务,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
作者:韩卫林,中国运营经理,马衡达信息技术(上海)有限公司
如果您还没有Predix试用帐号,请访问https://supportcentral.ge.com/esurvey/GE_survey/takeSurvey.html?form_id=18446744073709715720申请。请务必准确提供您的信息,我们会以邮件方式通知您注册结果。
Tenant是一个应用或一组用户共享数据,配置和用户管理等资源,好处是一次性提供多个服务如asset, acs, uaa,timeseries 等,一旦不要可以整体删除。从下面的示意图可以一目了然(APM是应用):
1.首先要查看API REST文档如何建立一个tenant服务:https://www.predix.io/api#/
POST /v1/tenant create a tenant
ResponseClass (Status 200)
Model
Model Schema
{
"appTemplate": "string",
"name": "string",
"status": "string",
"tenantId": "string"
}
Response Content Type
这篇关于增加 tenant(租客)服务的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!