v1

latestSwagger 2.0MIT LICENSE2026-07-1799215370.0 KB
Writer

CreateOrUpdateAsset

Creates an asset from the entry in the request and the configuration provided in the Web of Things Asset json configuration property. The entry must contain a data set name which will be used as the asset name. The writer can stay empty. It will be set to the asset id on successful return. The server must support the WoT profile per <see href="https://reference.opcfoundation.org/WoT/v100/docs/" />. The asset will be created and the configuration updated to reference it. A wait time can be provided as optional query parameter to wait until the server has settled after uploading the configuration.

post/v2/writer/assets

Request body

configurationobject required

The asset configuration to use when creating the asset.

waitTimestring date-span

Time to wait after the configuration is applied to perform the configuration of the asset in the configuration api. This is to let the server settle.

Response

The asset was created