Skip to content

Commit 3859725

Browse files
feat: updating network resolution model (#844)
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.
1 parent 74f7de5 commit 3859725

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

pytest_splunk_addon/standard_lib/data_models/Network_Resolution.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -190,45 +190,47 @@
190190
"Refused",
191191
"YXDomain",
192192
"YXRRSet",
193+
"NXRRSet",
193194
"NotAuth",
194195
"NotZone",
196+
"DSOTYPENI",
195197
"BADVERS",
196198
"BADSIG",
197199
"BADKEY",
198200
"BADTIME",
199201
"BADMODE",
200202
"BADNAME",
201-
"BADALG"
203+
"BADALG",
204+
"BADTRUNC",
205+
"BADCOOKIE"
202206
],
203207
"comment": "The return code for the response. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
204208
},
205209
{
206210
"name": "reply_code_id",
207211
"type": "required",
208212
"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",
227213
"1",
228214
"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"
230232
],
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."
232234
},
233235
{
234236
"name": "response_time",

0 commit comments

Comments
 (0)