aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-listener/src/main/resources/template-pserver.vt
blob: c8a6b78ea5ff7a07b1382add3b085abd79b9f2bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"input": {
		"common-header": {
			"request-id": "$event-header.id",
			"timestamp": "$curr_time",
			"originator-id": "AAI",
			"api-ver": "2.00"
		},
		"action-identifiers": {
			"action-name": "dmaap-notification",
			"mode": "async"
		},
		"payload": $full_message
	}
}