Hello,
in the general API for alarms there is a PUT-Call to update many alarms at once: Cumulocity IoT - OpenAPI Specification.
So far I couldn’t find a way to do this with in the Java SDK AlarmAPI. I can only update every alarm after each other or I use the Rest-Operation-API instead of the AlarmAPI.
Any ideas if its possible with AlarmAPI too?