Viewing the audit logs
Model activations and deactivations are shown in the audit logs. The audit logs are accessible via
Cumulocity IoT's Administration application and the audit API. See the
User guide and
Reference guide at
https://www.cumulocity.com/guides/ for details of accessing the audit logs.
Audit log entries include the name of the user performing the action and the current mode of the model. For test and simulation mode, the identifier of the virtual device and the mode properties are provided.
The following is an example of an audit log entry (with additional line breaks in the text field for better readability):
{
"activity": "Activated model",
"application": "apama_ctrl",
"severity": "information",
"text": "TestingModel1:Activated,
Mode:SIMULATION,
OutputDevices:[21628],
startTime:2019-11-06T09:35:10.000Z,
endTime:2019-11-06T09:35:43.000Z,
maxDelaySecsSimulation:2",
"type": "Inventory",
"user": "apama_test_cep_admin"
}