[ZBXNEXT-5709] Adopt Host API to export XML data structure. Created: 2020 Jan 22  Updated: 2024 Apr 10

Status: Open
Project: ZABBIX FEATURE REQUESTS
Component/s: API (A), Frontend (F)
Affects Version/s: 4.4.4
Fix Version/s: None

Type: New Feature Request Priority: Trivial
Reporter: Miks Kronkalns Assignee: Zabbix Development Team
Resolution: Unresolved Votes: 1
Labels: Host.create, host.update, import, tls_accept, tls_connect
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Causes
caused by ZBXNEXT-5228 Make template attributes optional Closed
Sub-task
depends on ZBX-17165 Incorrect validation rules for 4.4 XM... Closed
Team: Team B
Story Points: 1

 Description   

ZBXNEXT-5228 involved changes in export XML schema. In Zabbix 4.2, host TLS connection was defined like:

<tls_connect>4</tls_connect>
<tls_accept>5</tls_accept> 

Starting with 4.4, TLS is defined as:

<tls_accept>
  <option>NO_ENCRYPTION</option>
  <option>TLS_CERTIFICATE</option>
</tls_accept> 

Changes made to implement this change was done wrongly (see ZBX-17165 for more details). Starting from 5.0, this should be fixed by adopting API for new data structure. CTransformImportConverter involved inĀ ZBX-17165 should be removed from Zabbix 5.0.


Generated at Wed Apr 02 17:46:29 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.