Sync Asset


Synchronize assets on the EnOS to the Application Portal.

Prerequisites


  • The associated application has been acquired by the organization.

  • The associated application must have access permissions (authorized by the organization administrator) for the assets.

Request Format


GET https://{apigw-address}/app-portal-service/v2.2/asset/sync

Request Parameters (URI)


Name

Location (Path/Query)

Mandatory/Optional

Data Type

Description

orgId

Query

Mandatory

String

The organization ID which the asset belongs to. How to get orgId >>

Response Parameters


Name

Data Type

Description

data

Boolean

(null)

Samples

Request Sample


url: https://alpha-apim-cn4.eniot.io/app-portal-service/v2.2/asset/sync?orgId=yourOrgId
method: GET

Return Sample


{"code":0,"message":"","data":null}