Configure Integration with Qualys

Qualys provides APIs (JSON) to fasten and simplify the integration process with Azure Storage Blob. Once you add the integration, you can use APIs to fetch details, update the existing configuration of Azure Storage Blob, or delete the Azure Storage Blob integration as well.

API

URL

Operator

Description

Generate New JWT Token

/auth

POST

Generates a new JWT token for authentication.

Enable Azure Storage Blob Integration

/partner-integration/azure/storage-blob/vm

POST

Enables the Azure Storage Blob integration.

Update Azure Storage Blob Integration

/partner-integration/azure/storage-blob/{integrationId}/vm

PUT

Updates the name, connectionString, baseCategory, resultSectionNeeded, and other parameters of the Azure Storage Blob with Qualys.

Get Details of Azure Storage Blob Integration

/partner-integration/azure/storage-blob/{integrationId}/vm

/partner-integration/azure/storage-blob/vm

GET

Fetches the configuration and integration details.

Delete Azure Storage Blob Integration Details

/partner-integration/azure/storage-blob/{integrationId}/vm

DELETE

Deletes the integration using the unique identifier associated with the integration.