Update schema ingest library call schema service
[aai/aai-common.git] / aai-schema-ingest / src / test / resources / mockrequests.json
1 {
2     "mock-uri":
3     [
4     {
5         "aai-uri": "/versions",
6         "response-file": "payload/versions.json",
7         "content": "application/json;charset=UTF-8"
8     },
9     {
10         "aai-uri": "/nodes?version=v8",
11         "response-file": "oxm/test_combined_network_business_v8.xml",
12         "content": "application/json;charset=UTF-8"
13     },
14         {
15             "aai-uri": "/nodes?version=v9",
16             "response-file": "oxm/test_combined_network_business_v9.xml",
17             "content": "application/json;charset=UTF-8"
18         },
19         {
20             "aai-uri": "/nodes?version=v10",
21             "response-file": "oxm/test_combined_network_business_v10.xml",
22             "content": "application/json;charset=UTF-8"
23         },
24         {
25             "aai-uri": "/nodes?version=v11",
26             "response-file": "oxm/test_combined_network_business_v11.xml",
27             "content": "application/json;charset=UTF-8"
28         },
29         {
30             "aai-uri": "/nodes?version=v12",
31             "response-file": "oxm/test_combined_network_business_v12.xml",
32             "content": "application/json;charset=UTF-8"
33         },
34         {
35             "aai-uri": "/nodes?version=v13",
36             "response-file": "oxm/test_combined_v13.xml",
37             "content": "application/json;charset=UTF-8"
38         },
39         {
40             "aai-uri": "/nodes?version=v14",
41             "response-file": "oxm/test_combined_network_business_v14.xml",
42             "content": "application/json;charset=UTF-8"
43         },
44         {
45             "aai-uri": "/nodes?version=v15",
46             "response-file": "oxm/test_combined_network_business_v15.xml",
47             "content": "application/json;charset=UTF-8"
48         }
49     ]
50
51
52 }