Update Integration Details
Updates integration configuration parameters such as integration name, container name, and connection string.
Where 'id' is integration Id provided by Qualys to the customer.
Input ParametersInput Parameters
|
Parameter |
Mandatory/Optional |
Data Type |
Description |
|---|---|---|---|
|
containerName |
Mandatory |
Text |
Name of the container where a customer needs VM data. |
|
connectionString |
Mandatory |
String |
Connection string, which is needed to post data to Azure Sentinel. |
API Request
"curl -X PUT""<platform_url>/partner-integration/{productID}/integration""-H""Authorization: Bearer <token>"
Request Body
{
"integrationType": "azure_sentinel_v2",
"tenantId": "<tenantId>",
"clientId": "<clientId>",
"clientSecret": "<clientSecret>",
"endpointUrl": "<endpointUrl>",
"collectionRuleId": "<collectionRuleId>",
"streamName": "<streamName>",
"minSeverity": 3,
"baseCategory": "Confirmed",
"resultSectionNeeded": true
}
Response
{
"message":"Integration updated successfully."
}