You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated 2 fields in Network Resolution model.
- Added expected values for reply_code_id which has corresponding
reply_code.
- Added expected values for reply_code.
Copy file name to clipboardExpand all lines: pytest_splunk_addon/standard_lib/data_models/Network_Resolution.json
+23-21Lines changed: 23 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -190,45 +190,47 @@
190
190
"Refused",
191
191
"YXDomain",
192
192
"YXRRSet",
193
+
"NXRRSet",
193
194
"NotAuth",
194
195
"NotZone",
196
+
"DSOTYPENI",
195
197
"BADVERS",
196
198
"BADSIG",
197
199
"BADKEY",
198
200
"BADTIME",
199
201
"BADMODE",
200
202
"BADNAME",
201
-
"BADALG"
203
+
"BADALG",
204
+
"BADTRUNC",
205
+
"BADCOOKIE"
202
206
],
203
207
"comment": "The return code for the response. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
204
208
},
205
209
{
206
210
"name": "reply_code_id",
207
211
"type": "required",
208
212
"expected_values": [
209
-
"No Error",
210
-
"Format Error",
211
-
"Server Failure",
212
-
"Non-Existent Domain",
213
-
"NotImp",
214
-
"Refused",
215
-
"YXDomain",
216
-
"YXRRSet",
217
-
"NotAuth",
218
-
"NotZone",
219
-
"BADVERS",
220
-
"BADSIG",
221
-
"BADKEY",
222
-
"BADTIME",
223
-
"BADMODE",
224
-
"BADNAME",
225
-
"BADALG",
226
-
"0",
227
213
"1",
228
214
"2",
229
-
"3"
215
+
"3",
216
+
"4",
217
+
"5",
218
+
"6",
219
+
"7",
220
+
"8",
221
+
"9",
222
+
"10",
223
+
"11",
224
+
"16",
225
+
"17",
226
+
"18",
227
+
"19",
228
+
"20",
229
+
"21",
230
+
"22",
231
+
"23"
230
232
],
231
-
"comment": "The numerical id or name of a return code. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
233
+
"comment": "The numerical id of a return code. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
0 commit comments