Cloud Datum Stream Poll Task Create¶
Create Cloud Datum Stream Poll Task entities.
Usage¶
s10k cloud-integrations datum-streams poll-tasks create
[-stream=datumStreamId[,datumStreamId...]]...
[-s=<startDate>]
[-tz=<zone>]
[-mode=<displayMode>]
Tip
Use the --dry-run global option to generate a report of what tasks would be
created or removed, without actually changing anything. For example:
# dry run to create 3- and 7-day rake tasks for all datum streams except for those
# using Solcast and OpenWeatherMap integrations
s10k --dry-run cloud-integrations datum-streams rake-tasks create
--stream-type !solcast,!weather
--offset P3D,P7D
Output¶
A listing of rake tasks "action" records. Each record's action will be either Create or Remove.
Examples¶
s10k --dry-run cloud-integrations datum-streams rake-tasks create --stream-id 1000
You can use c2c instead of cloud-integrations and ds instead of datum-streams and rakes instead of rake-tasks:
s10k c2c ds rakes create --stream-id 1000 --offset P3D,P7D
+-----------------+-------------------+-----------+-------------------+-------+----------------------+
| Datum Stream ID | Datum Stream Type | Object ID | Source ID | State | Start At |
+-----------------+-------------------+-----------+-------------------+-------+----------------------+
| 1000 | AlsoEnergy | 123 | /S1F2/S1/B1/GEN/1 | q | 2026-06-29T04:10:00Z |
| | | | /S1F2/S1/B1/INV/1 | | |
+-----------------+-------------------+-----------+-------------------+-------+----------------------+
Datum Stream ID,Datum Stream Type,Object ID,Source ID,State,Start At
1000,AlsoEnergy,123,"/S1F2/S1/B1/GEN/1
/S1F2/S1/B1/INV/1",q,2026-06-29T04:25:00Z
[
{
"datumStreamId":1000,
"state":"q",
"executeAt":"2026-06-29 04:26:00Z",
"startAt":"2026-06-29 04:26:00Z"
}
]