Qualys Host detection integration fails with "parameter tag_set_include has invalid value"Issue Qualys Host detection integration with 'tag_set_include' field configured in the Rest Message fails with the response "parameter tag_set_include has invalid value"CauseOne of the tags in the 'tag_set_include' field is invalid. ResolutionYou can identify the invalid tag by making these REST calls from Postman to as follows: 1. Identify the Rest Method that is executed as part of the "Qualys Host Detection Integration" job execution 2. On the Rest Method set the http log level to "All" a) navigate to the rest message:b) from the "Related Links" select "Set HTTP Log level"c) In the pop-up pick "All" from the dropdown and click OK 3. Execute the job 4. Find the record in the Outbound HTTP Requests. Copy the endpoint url and the Request headers 5. Configure the same in postman 6. You can update the values for 'tag_set_include' in the endpoint url and test from Postman to figure out the bad tag.