Welcome to the New BigPanda API Documentation
Bearer.Authorization: Bearer [YOUR_USER_API_KEY]source_system=api.* - All Alerts API sources will be includedsource_system=api.restapi - Only Alerts from the Rest API will be included Alerts from multiple sources can be correlated together if cross-source correlation is enabled.curl --location 'https://api.bigpanda.io/resources/v2.0/correlation-patterns' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tags": [
"string"
],
"time_window": 0,
"active": true,
"cross_source": true,
"filter": "string",
"note": "string"
}'{
"correlation_id": "a02fde2f-0ec3-4cc2-9cbd-74895cb13050",
"time_window": 7200,
"source_system": "api.backend_monitoring",
"tags": [
{
"name": "case",
"value": "sensitive1"
}
]
}