Create Correlation Pattern

🚧

The system will reject a request to create a correlation pattern that is identical to an existing one

Sample Calls

curl --request POST \
     --url https://api.bigpanda.io/resources/v2.0/correlation-patterns \
     --header 'Authorization: Bearer <USER API KEY>' \
     --header 'Content-Type: application/json' \
     ---data '{
    "tags": [
        "service",
        "check"
    ],
    "time_window": 60,
    "active": true,
    "cross_source": false,
}`
curl --request POST \
     --url https://eu-api.bigpanda.io/resources/v2.0/correlation-patterns \
     --header 'Authorization: Bearer <USER API KEY>' \
     --header 'Content-Type: application/json' \
     ---data '{
    "tags": [
        "service",
        "check"
    ],
    "time_window": 60,
    "active": true,
    "cross_source": false,
}`
Language