...
1{
2 "parameters": {
3 "api-version": "2020-04-01",
4 "subscriptionId": "subid",
5 "resourceGroupName": "rg1",
6 "networkInterfaceName": "nic1"
7 },
8 "responses": {
9 "200": {
10 "body": {
11 "value": [
12 {
13 "source": "Default",
14 "state": "Active",
15 "addressPrefix": [
16 "172.20.2.0/24"
17 ],
18 "nextHopType": "VnetLocal",
19 "nextHopIpAddress": []
20 },
21 {
22 "source": "Default",
23 "state": "Active",
24 "addressPrefix": [
25 "0.0.0.0/0"
26 ],
27 "nextHopType": "Internet",
28 "nextHopIpAddress": []
29 },
30 {
31 "source": "Default",
32 "state": "Active",
33 "addressPrefix": [
34 "10.0.0.0/8"
35 ],
36 "nextHopType": "None",
37 "nextHopIpAddress": []
38 },
39 {
40 "source": "Default",
41 "state": "Active",
42 "addressPrefix": [
43 "100.64.0.0/10"
44 ],
45 "nextHopType": "None",
46 "nextHopIpAddress": []
47 },
48 {
49 "source": "Default",
50 "state": "Active",
51 "addressPrefix": [
52 "172.16.0.0/12"
53 ],
54 "nextHopType": "None",
55 "nextHopIpAddress": []
56 },
57 {
58 "source": "Default",
59 "state": "Active",
60 "addressPrefix": [
61 "192.168.0.0/16"
62 ],
63 "nextHopType": "None",
64 "nextHopIpAddress": []
65 }
66 ]
67 }
68 },
69 "202": {}
70 }
71}
View as plain text