Sync Asset¶
Synchronize assets with specified tags on the EnOS to the Application Portal.
Request Format¶
GET https://{apigw-address}/app-portal-service/v2.0/asset/sync
Request Parameters (URI)¶
Name  | 
Location (Path/Query)  | 
Required or Not  | 
Data Type  | 
Description  | 
|---|---|---|---|---|
orgId  | 
Query  | 
true  | 
String  | 
Organization ID which the asset belongs to. How to get orgId >>  | 
Response Parameters¶
Name  | 
Data Type  | 
Description  | 
|---|---|---|
data  | 
Boolean  | 
(null)  | 
Sample¶
Request Sample¶
GET
https://alpha-apim-cn4.eniot.io/app-portal-service/v2.0/asset/sync?orgId=yourOrgId
Return Sample¶
{"code":200,"message":"","data":null}