CDR Onboarding
The Qualys Support helps you integrate Azure Sentinel with the Qualys CDR.
If you do not have a CDR product created for your subscription, you can start by calling the product APIs. If you already have a CDR product running, you can start with the integration APIs.
CDR Product APIs
The following APIs are used for creating and managing the CDR product:
API | URL | Operator | Description |
---|---|---|---|
Create Product | partner-integration/product/CDR | POST | Creates a new CDR product |
Get Product | partner-integration/product/CDR | GET | Gets details of the product |
Delete Product | partner-integration/product/CDR | DELETE | Deletes the product |
CDR Integration APIs
The following APIs are used for integration the CDR product with Azure Sentinel:
API | URL | Operator | Description |
---|---|---|---|
Create Integration | /partner-integration/<cipsProductId>/integration | POST | Creates a new integration with Azure Sentinel |
/partner-integration/<cipsProductId>/integration | PUT | Update the integration with Azure Sentinel | |
/partner-integration/<cipsProductId>/integration | GET | Get details of the integration with Azure Sentinel | |
/partner-integration/<cipsProductId>/integration | PATCH | Validate the integration with Azure Sentinel | |
/partner-integration/<cipsProductId>/integration | DELETE | Delete the integration with Azure Sentinel |