Get CDR Integration

GET/partner-integration/<cipsProductId>/integration

Retrieve details of the CDR integration with Azure Sentinel.

To obtain the cipsProductId, refer to Create Product.

Get CDR IntegrationGet CDR Integration

API Request

curl --location '<platform_url>' --header 'accept: application/json' --header 'Content-Type: application/json' --header 'Authorization: Bearer Token'    

JSON Output

[
    {
        "productName": "cdr",
        "integrationType": "azure_sentinel",
        "integrationValidated": true,
        "integrationConfig": {
            "workspaceId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "primaryKey": "xxxxxxxxxxxxxBZtwZNkgwOzjdIA3sOS9q791Ex+ZQHxxxxxxxxxxxxxx/QJAqSzc19lIsE9l2C1++Wa+x/3BA==",
            "customLogName": "testCdr",
            "apiVersion": "2016-04-01"
        }
    }