CreateAutomaticRunAssociationForAssets
Associates a list of assets with a given run.
POST
/
api
/v2
/runs
/{runId}:create-automatic-run-association-for-assets
Request Body
application/json
RequiredassetNames
Requiredarray<string>
A list of asset names to automatically associate with the run.
Any data that is received for these assets will automatically added to the run.
This applies even if the run has concluded, so long as the new data contains
timestamps that are between the start_time
and stop_time
.
If any of the assets are already associated with a different run whose run
period (the period between start_time
and end_time
) overlaps with the
requested run period, an error will be returned.
Path Parameters
runId
Requiredstring
The ID of the run to associate the asset with.
A successful response.