aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/mediator-server.json
blob: c7db701210cfe5564b6bb8f26cdc9cfe3a9827d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
	    "uri":"/mwtn/mediator-server/_query",
	    "method":"DELETE",
	    "body":{"query":{"match_all":{}}}
	},

	{
		"uri":"/mwtn/mediator-server/1",
		"method":"POST",
		"body":{
			"id": 1,
			"name": "internal mediatorserver",
			"url": "http://192.168.178.89:7070"

		}
	}
]