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