System Event Publisher Events

   Journey Manager (JM) The transaction engine for the platform. |   System Manager / DevOps  |  18.05 This feature was introduced in 18.05.

The System Event Publisher publishes the following Manager events:

The System Event Publisher uses the following generic JSONJSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. message format for publishing events:


{
	"environmentName": "Engineering Test 1",
	"systemId": "c41d354134397c0362846d5efd7f34f4",
	"serverNode": "ip-192-168-120-149.us-west-2.compute.internal - TM Server",
	"threadName": "TM_Worker-1",
	"auditLog": {
		... 
	}
}

{
	"environmentName": "Engineering Test 1",
	"systemId": "c41d354134397c0362846d5efd7f34f4",
	"serverNode": "ip-192-168-120-149.us-west-2.compute.internal - TM Server",
	"threadName": "TM_Worker-1",
	"job": {
		... 
	}
}
Note

The event message contains only one child object component, such as auditLog, job, submission or systemHealth.

Next, learn how to configure System Event Publisher.