Source Data Not Updating for Cloud Tag Changes in QualysIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } Source data in the discovered item is not getting updated but individual field "resource_id"/Resource tags on discovered item is updated from qualys. Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } ALL Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } -When opening the discovered item, the resource tag field is updated with new tags, but the source data field is not updated with these tags reflected in the 'resource_id' field. -Reviewing the payload from the vulnerability process record for the asset shows only the new tags; no other asset attributes are changed.For example below payload:(We checked the latest integration run and only tags are received from Qualys)<HOST><ID>344674971</ID><IP>10.122.10.71</IP><TRACKING_METHOD>AGENT</TRACKING_METHOD><NETWORK_ID>0</NETWORK_ID><OS><![CDATA[Red Hat Enterprise Linux Server 6.10]]></OS><OS_CPE><![CDATA[cpe:/o:redhat:enterprise_linux:6server:ga:server]]></OS_CPE><DNS><![CDATA[slinmantis]]></DNS><DNS_DATA><HOSTNAME><![CDATA[slinmantis]]></HOSTNAME><DOMAIN /><FQDN /></DNS_DATA><QG_HOSTID><![CDATA[0b13c63b-003f-40e4-ab55-bfb016047f74]]></QG_HOSTID><LAST_SCAN_DATETIME>2025-05-27T11:19:40Z</LAST_SCAN_DATETIME><LAST_VM_SCANNED_DATE>2025-05-27T11:19:39Z</LAST_VM_SCANNED_DATE><LAST_VM_AUTH_SCANNED_DATE>2025-05-27T11:19:39Z</LAST_VM_AUTH_SCANNED_DATE><TAGS><TAG><TAG_ID><![CDATA[15711378]]></TAG_ID><NAME><![CDATA[Cloud Agent]]></NAME></TAG><TAG><TAG_ID><![CDATA[35051041]]></TAG_ID><NAME><![CDATA[OS: RHEL Server]]></NAME></TAG><TAG><TAG_ID><![CDATA[35051045]]></TAG_ID><NAME><![CDATA[OS: UNIX/Linux (ALL) Server]]></NAME></TAG><TAG><TAG_ID><![CDATA[35051431]]></TAG_ID><NAME><![CDATA[Tracking method: Qagent]]></NAME></TAG><TAG><TAG_ID><![CDATA[41972391]]></TAG_ID><NAME><![CDATA[Crowdstrike Installed]]></NAME></TAG></TAGS> Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } -When we receive the payload if previous attributes and received payload for the asset ID is same and only tags are updated, system just updates the tags and source data is not updated.-Source data is updated only when other attributes are also changed in incoming payload.-The attributes include IP, FQDN, DNS data , Asset Category, Hostname, Network ID or OS for the asset along with the tags.