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