Migrate bgpcep suites restconf calls to rfc8040
[integration/test.git] / csit / variables / bgpfunctional / bmp_basic / filled_structure / data.json
1 {
2     "bmp-monitor:bmp-monitor": {
3         "monitor": [
4             {
5                 "monitor-id": "example-bmp-monitor",
6                 "router": [
7                     {
8                         "router-id": "$TOOL_IP",
9                         "peer": [
10                             {
11                                 "peer-id": "1.1.1.1",
12                                 "as": 65431,
13                                 "address": "1.1.1.1",
14                                 "bgp-id": "1.1.1.1",
15                                 "pre-policy-rib": {
16                                     "tables": [
17                                         {
18                                             "afi": "bgp-types:ipv4-address-family",
19                                             "safi": "bgp-types:unicast-subsequent-address-family",$ROUTES_LINE
20                                             "attributes": {
21                                                 "uptodate": false
22                                             }
23                                         }
24                                     ]
25                                 },
26                                 "peer-session": {
27                                     "received-open": {
28                                         "hold-timer": 180,
29                                         "bgp-identifier": "1.1.1.1",
30                                         "my-as-number": 65431
31                                     },
32                                     "remote-port": 179,
33                                     "status": "up",
34                                     "local-address": "$TOOL_IP",
35                                     "timestamp-sec": 0,
36                                     "sent-open": {
37                                         "hold-timer": 180,
38                                         "bgp-identifier": "$TOOL_IP",
39                                         "my-as-number": 65431
40                                     },
41                                     "local-port": 179
42                                 },
43                                 "post-policy-rib": {
44                                     "tables": [
45                                         {
46                                             "afi": "bgp-types:ipv4-address-family",
47                                             "safi": "bgp-types:unicast-subsequent-address-family",$ROUTES_LINE
48                                             "attributes": {
49                                                 "uptodate": false
50                                             }
51                                         }
52                                     ]
53                                 },
54                                 "type": "global"
55                             }
56                         ],
57                         "status": "up",
58                         "info": "",
59                         "description": "OpenDaylight",
60                         "name": "BMP mock"
61                     }
62                 ]
63             }
64         ]
65     }
66 }