Cumulocity API Services / com.softwareag.jc.cumulocity.services.api / AlarmsService / post

post

fun post(alarms: Array<Alarm>, responder: RequestResponder<List<Alarm>>): Unit

Creates new Alarms in Cumulocity

Parameters

alarms - List of alarms to be sent to Cumulocity. id should be null

responder - : the callback to be called with the updated alarms from Cumulocity