Configure Integration with Qualys using Available APIs

Once you have created the workspace following Create Workspace for V2 Integrations, the next step is to configure integration with Qualys.

We provide APIs (JSON) to speed up and simplify the integration process with Azure Sentinel. The integration process is a single step with Qualys using APIs. First, you need to add the Azure Sentinel integration. Once you add it, you have created the workspace. The next step you need to take is to configure it to fetch details, update the existing configuration of Azure Sentinel, or delete the Azure Sentinel integration as well.

Onboarding APIs

The Qualys Support helps you integrate Azure Sentinel with the Qualys Could Platform.

The following APIs are used for creating and managing integrations:

API

URL

Operator

Description

API Authentication

/auth

POST

Authenticate yourself with a JWT token or password-less authentication.

Create Product /partner-integration/product POST Create the VM product to integrate with Azure Sentinel.
Get Product partner-integration/product/VM GET Retrieve the VM product to integrate with Azure Sentinel.
Delete Product partner-integration/product/VM DELETE Delete the VM product to integrate with Azure Sentinel.

Customer Registration

/partner-integration/azure/Azure Sentinel-blob/VM

POST

Creates an Azure Sentinel integration.

 

Get Integration Details

/partner-integration/product/VM

GET

Retrieves the integration details for a specific customer or integration.

 

Update Integration Details

/partner-integration/{productID}/integration

PUT

Updates an Azure Sentinel integration.

 

Validate Integration Details /partner-integration/{productID}/integration?integrationType=AZURE_SENTINEL_V2 PATCH Validates an Azure Sentinel integration.

Customer De-registration

/partner-integration/{productId}/integration?integrationType=AZURE_SENTINEL_V2

DELETE

Deletes an Azure Sentinel integration.

 

Related Topic

URL to the Qualys API Server

Authentication for Gateway URLs