summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/tn_connectionLinkTable.json
blob: dbb4637eca5c4c9023d74f3674d8887bd642540a (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
{
    "result_header": {
        "result_code": "200",
        "result_message": "5Gslicingorderqueryresult."
    },
    "result_body": {
        "record_number": 2,
        "connection_links_list": [{
                "linkId": "233errt4545",
                "anInfo": {
                    "ipAddress": "1.1.1.1",
                    "logicId": "dff34444",
                    "nextHop": "sddsweedffsdsssss"
                },
                "cnInfo": {
                    "ipAddress": "1.1.1.1",
                    "logicId": "dff34444",
                    "nextHop": "sddsweedffsdsssss"
                },
                "properties": {
                    "latency": "20",
                    "jitter": "dffd",
                    "maxBandwidth": "200",
                    "resourceSharingLevel": "shared"
                },
                "test": {
                    "test1": "1111",
                    "test2": "2222"
                }
            },
            {
                "linkId": "233errt4546",
                "anInfo": {
                    "ipAddress": "2.2.2.2",
                    "logicId": "dff344442",
                    "nextHop": "sddsweedffsdsssss2"
                },
                "cnInfo": {
                    "ipAddress": "1.1.1.12",
                    "logicId": "dff344442",
                    "nextHop": "sddsweedffsdsssss2"
                },
                "properties": {
                    "latency": "202",
                    "jitter": "dffd2",
                    "maxBandwidth": "2002",
                    "resourceSharingLevel": "shared2"
                }
            }
        ]
    }
}