Cloud Integration List¶
Show Cloud Integration entities matching a search filter.
Usage¶
s10k cloud-integrations integrations list [-mode=<displayMode>]
Output¶
A listing of matching integrations.
Examples¶
s10k cloud-integrations integrations list
You can use c2c instead of cloud-integrations and i9n instead of integrations:
s10k c2c i9n list
+-----+------------+------------+---------+
| ID | Name | Type | Enabled |
+-----+------------+------------+---------+
| 123 | Solcast | Solcast | true |
+-----+------------+------------+---------+
| 124 | Powertrack | AlsoEnergy | true |
+-----+------------+------------+---------+
ID,Name,Type,Enabled
123,Solcast,Solcast,true
124,Powertrack,AlsoEnergy,true
[
{
"configId": 123,
"name": "Solcast",
"serviceIdentifier": "s10k.c2c.i9n.solcast",
"created": "2026-06-16 03:35:02.375952Z",
"modified": "2026-06-16 03:35:02.375952Z",
"enabled": true,
"serviceProperties": {
"apiKey": "{SSHA-256}9aTrFh/rj33Wsnkjj5VqSvhFNNy5WEDbl238Ze/Vy37/1z9JjmXSw=="
}
},
{
"configId": 124,
"name": "Powertrack",
"serviceIdentifier": "s10k.c2c.i9n.also",
"created": "2026-06-17 19:15:02.203522Z",
"modified": "2026-06-17 19:15:02.203522Z",
"enabled": true,
"serviceProperties": {
"password": "{SSHA-256}DfAb0g+EdzIW/9/EIbbE38IzTtMEIIOqOawBlTLuwOlWHNOhpnlyqQ==",
"username": "example@localhost"
}
}
]