Update CDR Integration
Update the CDR integration with Azure Sentinel.
To obtain the cipsProductId
, refer to Create Product.
Input ParametersInput Parameters
Parameter Name | Mandatory/Optional | Data Type | Description |
---|---|---|---|
integrationType |
Mandatory | String | Specifies the type of integration to be configured. Example: "azure_sentinel" . |
workspaceId |
Mandatory | String | The identifier of the Azure Sentinel workspace to which data will be sent. Refer to Create Workspace |
primaryKey |
Mandatory | String | The primary authentication key for accessing the Azure Sentinel workspace. Refer to Create Workspace |
customLogName |
Optional | String | Custom name for the log table in Azure Sentinel. Used for organizing ingested data. |
apiVersion |
Optional | String | Specifies the API version to use for the integration. Default typically corresponds to Azure API standards. Example: "2016-04-01" . |
Update CDR IntegrationUpdate CDR Integration
API Request
curl --location --request PUT '<platform_url>/partner-integration/721/integration' --header 'accept: application/json' --header 'Content-Type: application/json' --header 'Authorization: Bearer Token'
Request POST Data (integration.json)
Body: {
"integrationType":"azure_sentinel", "workspaceId":"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "primaryKey":"xxxxxxxxxxxxxxxxxxxxxxxzjdIA3sOS9q791Ex+ZQHXxd3wf3JFeEsfT/QJAqSzc19lIsE9l2C1++Wa+x/3BA==", "customLogName":"testCdrUpdated", "apiVersion":"2016-04-01"}
JSON Output
"message": "Updated integration config data"