summaryrefslogtreecommitdiff
path: root/test/units/modules/network/fortimanager/fixtures/test_fmgr_secprof_wanopt.json
blob: ae9cd041ccf20ccbde2f82fcec0bdd764a2c6e90 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
    "fmgr_wanopt_profile_modify": [
        {
            "paramgram_used": {
                "ftp": {
                    "status": null,
                    "log-traffic": null,
                    "byte-caching": null,
                    "prefer-chunking": null,
                    "secure-tunnel": null,
                    "port": null,
                    "tunnel-sharing": null
                },
                "http": {
                    "status": null,
                    "ssl": null,
                    "tunnel-non-http": null,
                    "log-traffic": null,
                    "byte-caching": null,
                    "unknown-http-version": null,
                    "prefer-chunking": null,
                    "tunnel-sharing": null,
                    "port": null,
                    "ssl-port": null,
                    "secure-tunnel": null
                },
                "cifs": {
                    "status": null,
                    "log-traffic": null,
                    "byte-caching": null,
                    "prefer-chunking": null,
                    "secure-tunnel": null,
                    "port": null,
                    "tunnel-sharing": null
                },
                "adom": "root",
                "auth-group": null,
                "mapi": {
                    "status": null,
                    "log-traffic": null,
                    "byte-caching": null,
                    "secure-tunnel": null,
                    "port": null,
                    "tunnel-sharing": null
                },
                "tcp": {
                    "status": null,
                    "byte-caching-opt": null,
                    "ssl": null,
                    "log-traffic": null,
                    "byte-caching": null,
                    "secure-tunnel": null,
                    "port": null,
                    "ssl-port": null,
                    "tunnel-sharing": null
                },
                "mode": "delete",
                "comments": null,
                "transparent": null,
                "name": "Ansible_WanOpt_Profile"
            },
            "datagram_sent": {},
            "raw_response": {
                "status": {
                    "message": "OK",
                    "code": 0
                },
                "url": "/pm/config/adom/root/obj/wanopt/profile/Ansible_WanOpt_Profile"
            },
            "post_method": "delete"
        },
        {
            "raw_response": {
                "status": {
                    "message": "OK",
                    "code": 0
                },
                "url": "/pm/config/adom/root/obj/wanopt/profile"
            },
            "datagram_sent": {
                "ftp": {
                    "status": "enable",
                    "log-traffic": "enable",
                    "byte-caching": "enable",
                    "prefer-chunking": "dynamic",
                    "tunnel-sharing": "private",
                    "port": 80,
                    "secure-tunnel": "disable"
                },
                "name": "Ansible_WanOpt_Profile",
                "cifs": {
                    "status": "enable",
                    "log-traffic": "enable",
                    "byte-caching": "enable",
                    "prefer-chunking": "dynamic",
                    "port": 80,
                    "tunnel-sharing": "private"
                },
                "comments": "Created by Ansible",
                "transparent": "enable"
            },
            "paramgram_used": {
                "http": {
                    "status": null,
                    "log-traffic": null,
                    "prefer-chunking": null,
                    "port": null,
                    "ssl": null,
                    "tunnel-non-http": null,
                    "byte-caching": null,
                    "unknown-http-version": null,
                    "secure-tunnel": null,
                    "ssl-port": null,
                    "tunnel-sharing": null
                },
                "cifs": {
                    "status": "enable",
                    "log-traffic": "enable",
                    "byte-caching": "enable",
                    "prefer-chunking": "dynamic",
                    "port": 80,
                    "tunnel-sharing": "private"
                },
                "adom": "root",
                "auth-group": null,
                "tcp": {
                    "status": null,
                    "log-traffic": null,
                    "byte-caching-opt": null,
                    "byte-caching": null,
                    "ssl": null,
                    "tunnel-sharing": null,
                    "port": null,
                    "ssl-port": null,
                    "secure-tunnel": null
                },
                "transparent": "enable",
                "ftp": {
                    "status": "enable",
                    "log-traffic": "enable",
                    "byte-caching": "enable",
                    "prefer-chunking": "dynamic",
                    "tunnel-sharing": "private",
                    "port": 80,
                    "secure-tunnel": "disable"
                },
                "name": "Ansible_WanOpt_Profile",
                "mapi": {
                    "status": null,
                    "log-traffic": null,
                    "byte-caching": null,
                    "secure-tunnel": null,
                    "port": null,
                    "tunnel-sharing": null
                },
                "comments": "Created by Ansible",
                "mode": "set"
            },
            "post_method": "set"
        }
    ]
}