aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/etc/appprops/initialcachekeyconfig.json
blob: f1fdabe5afc876d4f3af69720ec44c9829793e38 (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
33
34
35
36
37
38
39
40
41
{
	"cachekeys": 
	[
		{
			"cacheKey": "cloud-region",
			"baseUrl": "https://AAI:AAI@localhost:8447",
			"module": "/aai/v13/",
			"URI": "cloud-infrastructure/cloud-regions?depth=0&resultIndex=1&resultSize=3",
			"timingIndicator": "onInit",
			"httpMethod": "GET",
			"parserStrategy": "aai-resource-get-all"
		},
		{
			"cacheKey": "complex",
			"baseUrl": "https://AAI:AAI@localhost:8447",
			"module": "/aai/v13/",
			"URI": "cloud-infrastructure/complexes?resultIndex=1&resultSize=3",
			"timingIndicator": "onInit",
			"httpMethod": "GET",
			"parserStrategy": "aai-resource-get-all"
		},
		{
			"cacheKey": "pserver",
			"baseUrl": "https://AAI:AAI@localhost:8447",
			"module": "/aai/v13/",
			"URI": "cloud-infrastructure/pservers?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3",
			"timingIndicator": "onInit",
			"httpMethod": "GET",
			"parserStrategy": "aai-resource-get-all"
		},
		{
			"cacheKey": "generic-vnf",
			"baseUrl": "https://AAI:AAI@localhost:8447",
			"module": "/aai/v13/",
			"URI": "network/generic-vnfs?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3",
			"timingIndicator": "onInit",
			"httpMethod": "GET",
			"parserStrategy": "aai-resource-get-all"
		}
	]
}