Timeout and Performance issue when returning data from Qualys with ServiceNow Configuration Compliance.Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Qualys REST message calls ,does not return any data OR Qualys REST call are very slow to execute This issue only exists when connecting up to a US hosted Qualys server but does not exist when connectxing to a Qualys server based in the EU. Cause This issue is caused by Qualys network settings related to assets groups and IP ranges. This configuration is done outside Servicenow. Resolution Here is how other customers fixed this case in Qualys. Please bear in mind that Qualys is not a Servicenow product, please contact Qualys support for more information. The solution consists in reduces the number of assets groups and IP ranges within Qualys outside Servicenow. In Qualys, assets groups are associated with users / logins, each login is associated with one or more assets groups. All the assets groups need to be removed from the login account and replaced with "generic ALL" in Qualys settings. Within Qualys, you can group assets by region, business units or your type of network. It is those groupings that can negatively impacts the API performance or cause timeouts. The timeout or performance issue happens because when an API call is made, the call is routed to each group that have IP address ranges associated with them. Note: Qualys is not a Servicenow product, please contact Qualys support if you have any questions.