diff --git a/pytest_splunk_addon/CIM_Models/datamodel_definition.py b/pytest_splunk_addon/CIM_Models/datamodel_definition.py index cfbaf3bd2..73693d3ca 100644 --- a/pytest_splunk_addon/CIM_Models/datamodel_definition.py +++ b/pytest_splunk_addon/CIM_Models/datamodel_definition.py @@ -2396,8 +2396,9 @@ }, }, } -# No fields changes between v6.0.0 and v6.0.2 +# No recommended/required fields changes between v6.0.0 and v6.2.0 datamodels["6.0.1"] = datamodels["6.0.0"] datamodels["6.0.2"] = datamodels["6.0.0"] datamodels["6.1.0"] = datamodels["6.0.2"] -datamodels["latest"] = datamodels["6.1.0"] +datamodels["6.2.0"] = datamodels["6.1.0"] +datamodels["latest"] = datamodels["6.2.0"] diff --git a/pytest_splunk_addon/data_models/Data_Access.json b/pytest_splunk_addon/data_models/Data_Access.json index bb9ddae9e..14eb065e5 100644 --- a/pytest_splunk_addon/data_models/Data_Access.json +++ b/pytest_splunk_addon/data_models/Data_Access.json @@ -65,6 +65,11 @@ "type": "optional", "comment": "Name of the destination as defined by the Vendor." }, + { + "name": "dest_type", + "type": "optional", + "comment": "The type of the destination object, such as 'instance', 'storage', 'firewall', 'printer'." + }, { "name": "dest_url", "type": "optional", diff --git a/pytest_splunk_addon/data_models/Endpoint.json b/pytest_splunk_addon/data_models/Endpoint.json index f109f381a..2f9b2ee4a 100644 --- a/pytest_splunk_addon/data_models/Endpoint.json +++ b/pytest_splunk_addon/data_models/Endpoint.json @@ -615,7 +615,7 @@ { "name": "status", "type": "required", - "expected_values": ["critical", "started", "stopped", "warning"], + "expected_values": ["critical", "started", "stopped", "warning", "installed"], "validation": "", "comment": "The status of the service." }, diff --git a/pytest_splunk_addon/data_models/Intrusion_Detection.json b/pytest_splunk_addon/data_models/Intrusion_Detection.json index 077c3e3b0..4a492b072 100644 --- a/pytest_splunk_addon/data_models/Intrusion_Detection.json +++ b/pytest_splunk_addon/data_models/Intrusion_Detection.json @@ -81,6 +81,11 @@ "type": "optional", "comment": "The unique identifier or event code of the event signature." }, + { + "name": "dest_type", + "type": "optional", + "comment": "The type of the destination object, such as 'instance', 'storage', 'firewall'." + }, { "name": "src", "type": "conditional", diff --git a/pytest_splunk_addon/data_models/Updates.json b/pytest_splunk_addon/data_models/Updates.json index 44a48ca6b..8d2f5b0d8 100644 --- a/pytest_splunk_addon/data_models/Updates.json +++ b/pytest_splunk_addon/data_models/Updates.json @@ -28,6 +28,7 @@ { "name": "file_name", "type": "required", + "multi_value": true, "comment":"The name of the patch package that was installed or attempted." }, {