What product/components do you use and which version/fix level?
Cumulocity IoT 1013.0.125
Cumulocity IoT DataHub web application 10.13.0.2.89
What are trying to achieve? Please describe in detail.
Is there a way to get a notification if my offloading job in IoT DataHub fails? Would it be possible to create an alarm for example? Or is there a way to send an email directly?
great suggestion – we’ll not offer email, but creating alarms is on our roadmap anyway.
What you can do in the mean-time to have some kind of monitoring:
the microservice has an endpoint /scheduler/health that you can call via HTTPS GET. It will return HTTP 200 in case all offloading pipelines are “green”/stable and HTTP 500 otherwise with a human-readable error message in the response’s body.