Create Product

POSTpartner-integration/product

Create the CDR product to integrate with Azure Sentinel. Store the cipsProductId generated from this API for later use.

Input ParametersInput Parameters

Parameter Optional/Mandatory Data Type Description
productname Mandatory string Provide the name of the product as "CDR".

Create ProductCreate Product

API Request

curl --location '<platform_url>/partner-integration/product' --header 'accept: application/json' --header 'Content-Type: application/json' --header 'Authorization: Bearer token'    

Request POST Data (integration.json)

{
"productname": "CDR"
}     
    

JSON Output

 {
"cipsProductId": xxx,
 "productName": "cdr"
}