> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/qualys-integration.md).

# Qualys Integration

## Resmo + Qualys Integration Fundamentals

<figure><img src="/files/sallkvaixkHhOhh5cX7h" alt=""><figcaption></figcaption></figure>

Resmo seamlessly integrates with your Qualys account to help you keep your resources and configurations visible, secure, and compliant.

### What does Resmo offer to Qualys users?

* Collect your Qualys resources like users, findings, and compliance scans in one place.
* Query your Qualys assets and keep track of every single change.
* Set up security rules to continuously evaluate your security posture.
* Receive timely notifications about resource and configuration changes.

### How does the integration work?

Once you sign up to Resmo, you can easily integrate your account with Qualys using the API URL of your account and your user credentials.

* The Qualys API URL you should use for API requests depends on the Qualys platform where your account is located.
  * You can check the following resources to get your account URL:
    * [URL API Server](https://qualysguard.qg2.apps.qualys.com/portal-help/en/assetview/api_doc/online/get_started/url_api_server.htm)
    * [Platform Identification](https://www.qualys.com/platform-identification/)

{% hint style="info" %}
The integration uses your username and password to authenticate with Qualys API. Please be careful to use a user with the following permissions:

* Compliance Scan List
* Host List Detection
* User List
* KnowledgeBase
* Search Web Application
* Search Web Application Scans
* Search Web Application Findings
* Search Host Assets
  {% endhint %}

#### Available resources

Resmo aggregates Qualys resources, including users, compliance scans, host assets, and more.

See the full list:

{% embed url="<https://resources.resmo.com/qualys>" %}

## Integration walkthrough

### How to install

1. Select Qualys on the Integrations page on your Resmo account.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. Enter your **user credentials** (username and password) into the required fields.

<figure><img src="/files/9aPBHP2OaCVUr3FqnDjT" alt=""><figcaption></figcaption></figure>

5\. Enter the **API Url of your Qualys account** on the integration screen’s API Url field.

6\. Hit the Create button, and you are ready to run queries.

### How to uninstall

1. Select Qualys on your Integrations page.
2. From the Connected Integrations tab on the opening modal, click the Qualys integration you wish to uninstall.
3. To temporarily disable your Qualys integration, click the Disable button, or you can permanently remove it by clicking the Delete button.

<figure><img src="/files/Y1ftOVvQWC1QPee83noT" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resmocom.gitbook.io/product/integrations/qualys-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
