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/data_models/Network_Resolution.json
+23-21Lines changed: 23 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -189,45 +189,47 @@
189
189
"Refused",
190
190
"YXDomain",
191
191
"YXRRSet",
192
+
"NXRRSet",
192
193
"NotAuth",
193
194
"NotZone",
195
+
"DSOTYPENI",
194
196
"BADVERS",
195
197
"BADSIG",
196
198
"BADKEY",
197
199
"BADTIME",
198
200
"BADMODE",
199
201
"BADNAME",
200
-
"BADALG"
202
+
"BADALG",
203
+
"BADTRUNC",
204
+
"BADCOOKIE"
201
205
],
202
206
"comment": "The return code for the response. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
203
207
},
204
208
{
205
209
"name": "reply_code_id",
206
210
"type": "required",
207
211
"expected_values": [
208
-
"No Error",
209
-
"Format Error",
210
-
"Server Failure",
211
-
"Non-Existent Domain",
212
-
"NotImp",
213
-
"Refused",
214
-
"YXDomain",
215
-
"YXRRSet",
216
-
"NotAuth",
217
-
"NotZone",
218
-
"BADVERS",
219
-
"BADSIG",
220
-
"BADKEY",
221
-
"BADTIME",
222
-
"BADMODE",
223
-
"BADNAME",
224
-
"BADALG",
225
-
"0",
226
212
"1",
227
213
"2",
228
-
"3"
214
+
"3",
215
+
"4",
216
+
"5",
217
+
"6",
218
+
"7",
219
+
"8",
220
+
"9",
221
+
"10",
222
+
"11",
223
+
"16",
224
+
"17",
225
+
"18",
226
+
"19",
227
+
"20",
228
+
"21",
229
+
"22",
230
+
"23"
229
231
],
230
-
"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."
232
+
"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