Cloud Datum Stream List¶
Show Cloud Datum Stream entities matching a search filter.
Usage¶
s10k cloud-integrations datum-streams list [-mode=<displayMode>]
Output¶
A listing of matching datum streams.
Examples¶
s10k cloud-integrations datum-streams list
You can use c2c instead of cloud-integrations and ds instead of datum-streams:
s10k c2c ds list
+------+----------------------------+-------------------+---------+------+-----------+--------------------+----------------+------------+
| ID | Name | Type | Enabled | Kind | Object ID | Source ID | Schedule | Mapping ID |
+------+----------------------------+-------------------+---------+------+-----------+--------------------+----------------+------------+
| 1000 | Solar Farm S1F2 weather | Solcast (Weather) | true | n | 123 | /S1F2/S1/B1/PYR/1 | 0 0/30 * * * * | 111 |
+------+----------------------------+-------------------+---------+------+-----------+--------------------+----------------+------------+
| 1001 | Solar Farm S1F2 PV | AlsoEnergy | true | n | 123 | /S1F2/S1/B1/GEN/1 | 0 0/30 * * * * | 222 |
| | | | | | | /S1F2/S1/B1/INV/1 | | |
| | | | | | | /S1F2/S1/B1/INV/2 | | |
+------+----------------------------+-------------------+---------+------+-----------+--------------------+----------------+------------+
ID,Name,Type,Enabled,Kind,Object ID,Source ID,Schedule,Mapping ID
1000,Solar Farm S1F2 weather,Solcast (Weather),true,n,123,/S1F2/S1/B1/PYR/1,0 0/30 * * * *,111
1001,Solar Farm S1F2 PV,AlsoEnergy,true,n,123,"/S1F2/S1/B1/GEN/1
/S1F2/S1/B1/INV/1
/S1F2/S1/B1/INV/2",0 0/30 * * * *,222
[
{
"configId": 1000,
"name": "Solar Farm S1F2 weather",
"serviceIdentifier": "s10k.c2c.ds.solcast.irr",
"created": "2026-06-16 04:20:22.973673Z",
"modified": "2026-06-16 04:20:22.973673Z",
"enabled": true,
"datumStreamMappingId": 111,
"schedule": "0 0/30 * * * *",
"kind": "n",
"objectId": 123,
"sourceId": "/S1F2/S1/B1/PYR/1",
"serviceProperties": {
"lat": 38.66,
"lon": -121.735
}
},
{
"configId": 1001,
"name": "Solar Farm S1F2 PV",
"serviceIdentifier": "s10k.c2c.ds.also",
"created": "2026-06-17 19:20:20.809666Z",
"modified": "2026-06-17 19:24:21.585026Z",
"enabled": true,
"datumStreamMappingId": 222,
"schedule": "0 0/30 * * * *",
"kind": "n",
"objectId": 123,
"sourceId": "unused",
"serviceProperties": {
"sourceIdMap": {
"/40000/30000": "/S1F2/S1/B1/GEN/1",
"/40000/30001": "/S1F2/S1/B1/INV/1",
"/40000/30002": "/S1F2/S1/B1/INV/2"
}
}
}
]