From 0ad0dd1f213d76624ea17e8d0b5ec4e51fa1e202 Mon Sep 17 00:00:00 2001 From: Harshil Gajera Date: Wed, 22 May 2024 14:59:24 +0530 Subject: [PATCH] ci: updating model --- .../data_models/Network_Resolution.json | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/pytest_splunk_addon/standard_lib/data_models/Network_Resolution.json b/pytest_splunk_addon/standard_lib/data_models/Network_Resolution.json index bd476e749..bc3d34198 100644 --- a/pytest_splunk_addon/standard_lib/data_models/Network_Resolution.json +++ b/pytest_splunk_addon/standard_lib/data_models/Network_Resolution.json @@ -190,15 +190,19 @@ "Refused", "YXDomain", "YXRRSet", + "NXRRSet", "NotAuth", "NotZone", + "DSOTYPENI", "BADVERS", "BADSIG", "BADKEY", "BADTIME", "BADMODE", "BADNAME", - "BADALG" + "BADALG", + "BADTRUNC", + "BADCOOKIE" ], "comment": "The return code for the response. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site." }, @@ -206,29 +210,27 @@ "name": "reply_code_id", "type": "required", "expected_values": [ - "No Error", - "Format Error", - "Server Failure", - "Non-Existent Domain", - "NotImp", - "Refused", - "YXDomain", - "YXRRSet", - "NotAuth", - "NotZone", - "BADVERS", - "BADSIG", - "BADKEY", - "BADTIME", - "BADMODE", - "BADNAME", - "BADALG", - "0", "1", "2", - "3" + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23" ], - "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." + "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." }, { "name": "response_time",