aboutsummaryrefslogtreecommitdiffstats
path: root/graph-inventory/aai-client/src/test/resources/__files/aai/bulkprocess/response-success.json
blob: 7dae38335ac629798e2705bc50d6e2e06b328743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"transaction": [
		{
			"put": [
				{
					"body": {
						"201": "test"
					}
				},
				{
					"body": {
						"200": "test2"
					}
				}
			]
		},
		{
			"put": [
				{
					"body": {
						"201": "test3"
					}
				},
				{
					"body": {
						"200": "test4"
					}
				}
			]
		}
	]
}