data_parsed
version 1
Either format is valid.
{
"thing_uuid": <UUID> # UUID of a thing
}
{
"version": 1,
"thing_uuid": <UUID> # UUID of a thing
}
version 2
The following message is send to run a QaQc setup for a defined chunk of data.
{
"version": 2,
"project_uuid": <UUID>, # UUID of a project
"qc_settings_name": <STRING>, # the name of a QC Settings
"start_date": <DT-STRING> # start date of the data to process
"end_date": <DT-STRING> # end date of the data to process
}
Types:
-
<UUID>
- a uuid string -
<STRING>
- any string -
<DT-STRING>
- a datetime string in isoformat. (i.e.2008-02-01T09:00:22+05
)