aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/src/test/resources/mockrequests.json
blob: 7d669007d523d6fd54f4591f573ff351dbd4dec8 (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
42
43
44
45
46
47
48
49
50
51
52
{
    "mock-uri":
    [
    {
        "aai-uri": "/versions",
        "response-file": "payload/versions.json",
        "content": "application/json;charset=UTF-8"
    },
    {
        "aai-uri": "/nodes?version=v8",
        "response-file": "oxm/test_combined_network_business_v8.xml",
        "content": "application/json;charset=UTF-8"
    },
        {
            "aai-uri": "/nodes?version=v9",
            "response-file": "oxm/test_combined_network_business_v9.xml",
            "content": "application/json;charset=UTF-8"
        },
        {
            "aai-uri": "/nodes?version=v10",
            "response-file": "oxm/test_combined_network_business_v10.xml",
            "content": "application/json;charset=UTF-8"
        },
        {
            "aai-uri": "/nodes?version=v11",
            "response-file": "oxm/test_combined_network_business_v11.xml",
            "content": "application/json;charset=UTF-8"
        },
        {
            "aai-uri": "/nodes?version=v12",
            "response-file": "oxm/test_combined_network_business_v12.xml",
            "content": "application/json;charset=UTF-8"
        },
        {
            "aai-uri": "/nodes?version=v13",
            "response-file": "oxm/test_combined_v13.xml",
            "content": "application/json;charset=UTF-8"
        },
        {
            "aai-uri": "/nodes?version=v14",
            "response-file": "oxm/test_combined_network_business_v14.xml",
            "content": "application/json;charset=UTF-8"
        },
        {
            "aai-uri": "/nodes?version=v15",
            "response-file": "oxm/test_combined_network_business_v15.xml",
            "content": "application/json;charset=UTF-8"
        }
    ]


}