aboutsummaryrefslogtreecommitdiffstats
path: root/graph-inventory/aai-client/src/test/resources/__files/aai/pserver.json
blob: 1a3f40aac3db22f276055ce605018ffce5672ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"results": [
		{
			"pserver": {
				"hostname": "test"
			}
		},
		{
			"pserver": {
				"hostname": "test2"
			}
		}
	]
}