Write a timestamped value to one asset attribute
PUT/asset/:assetId/attribute/:attributeName/:timestamp
Submits an asynchronous attribute write using the supplied Unix timestamp in milliseconds. The result reports acceptance only; anonymous writes require public-write metadata.
Request
Responses
- 200
- 400
- 403
- 404
- 406
- 429
The request completed successfully
The attribute write failed
The caller does not have permission to access the requested resource
The requested resource does not exist
The supplied value is not valid for the attribute
The attribute event queue is full; retry the write later