Cloud Datum Stream Delete¶
Delete Cloud Datum Stream entities. All associated Poll and Rake Task entities will be deleted as well.
Usage¶
s10k cloud-integrations datum-streams delete
[-stream=datumStreamId[,datumStreamId...]]...
[-mode=<displayMode>]
Tip
Use the --dry-run global option to simulate what entities would be deleted,
without actually deleting anything. For example:
s10k --dry-run cloud-integrations datum-streams delete --stream-id 100
Output¶
A listing of the deleted datum streams.
Examples¶
s10k cloud-integrations datum-streams delete --stream-id 9
You can use c2c instead of cloud-integrations and ds instead of datum-streams:
s10k c2c ds delete --stream-id 9
+----+-------------------+-----------+---------+------+-----------+-------------------+----------+------------+------------------------+
| ID | Name | Type | Enabled | Kind | Object ID | Source ID | Schedule | Mapping ID | Service Properties |
+----+-------------------+-----------+---------+------+-----------+-------------------+----------+------------+------------------------+
| 9 | A Solar Farm Site | SolarEdge | true | n | 123 | site/solaredge-v1 | 900 | 4 | { |
| | | | | | | | | | "placeholders" : { |
| | | | | | | | | | "siteId" : 0000000 |
| | | | | | | | | | } |
| | | | | | | | | | } |
+----+-------------------+-----------+---------+------+-----------+-------------------+----------+------------+------------------------+
ID,Name,Type,Enabled,Kind,Object ID,Source ID,Schedule,Mapping ID,Service Properties
9,A Solar Farm Site,SolarEdge,true,n,123,site/solaredge-v1,900,4,"{
""placeholders"" : {
""siteId"" : 0000000
}
}"
[
{
"configId": 4,
"name": "A Solar Farm Site",
"serviceIdentifier": "s10k.c2c.ds.solaredge.v1",
"created": "2024-10-24 04:40:14.538415Z",
"modified": "2024-10-24 04:40:14.538415Z",
"enabled": true,
"datumStreamMappingId": 4,
"schedule": "900",
"kind": "n",
"objectId": 123,
"sourceId": "site/solaredge-v1",
"serviceProperties": {
"placeholders": {
"siteId": 0000000
}
}
}
]