使用 MindSphere 创建资产

Create Asset with MindSphere

我想创建一个具有方面和 write/read 数据 to/from 的资产。

MindSphere API Document 表示可以使用 API 创建资产。您是否有通过 API 创建资产的 运行 代码示例? 是否也可以使用 Web-GUI 创建它?如果是这样,那个(类型)需要哪个帐户?

Do you have a running code example for creating an asset via the API?

developer.mindsphere.io you will find the API documentation with examples. Specifically for an asset creation you'll need the Asset Management Service API. I recommend to play with APIs with an API testing tool of your choice, like for example Postman or Insomnia

Is it also possible to create it with the Web-GUI?

当然,每个 MindSphere 租户都有一个名为“Asset Manager”的 Web tool/app,它允许您仅使用 Web GUI 定义资产、资产类型和方面。