Skip to content

Commit b6f4151

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 8375e14 commit b6f4151

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

pytest_splunk_addon/data_models/Network_Resolution.json

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

0 commit comments

Comments
 (0)