Welcome to the New BigPanda API Documentation
🚧 Alert limit The maximum number of alerts that can be correlated into a single incident is 300. If the combined number of alerts in the incidents being merged exceeds 300, the merge will fail.
Bearer.Authorization: Bearer [YOUR_USER_API_KEY]Authorization: Bearer ********************curl --location 'https://api.bigpanda.io/resources/v2.0/environments//incidents//merge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source_incidents": [
{}
],
"comment": "Marking for regional similarity"
}'{
"status": 202,
"data": {}
}