问题 I am trying to automatize the setup of a Thingsboard node. (2.0.2) I have managed to create assets and devices using the oss-thingsboard-backend-example. However, I did not succeed in creating relations. The code I am using is from tb_api_client import swagger_client from tb_api_client.swagger_client import ApiClient, Configuration,Device,AssetControllerApi,AssetSearchQuery,Asset,EntityRelation,EntityRelationControllerApi from tb_api_client.swagger_client.rest import ApiException tojson =