Reset Correlation Patterns Order

🚧

Limited Availability

The Correlation Pattern Run Order feature is available in a limited release. Please note that if this feature is not enabled in your organization, this API function will not work. If you’re interested in enabling this feature for your organization, contact your BigPanda account team. All accounts created after March 14th 2024 will have this feature available by default.

📘

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.

🚧

Run order will be reset to time window mode

Resetting the correlation pattern order via API will undo all run order changes, including those made in the BigPanda UI. After making this API call, all correlation patterns will be run in order of time window, from largest time window to shortest.

Sample Calls

curl --request DELETE \
     --url https://api.bigpanda.io/resources/v2.0/correlation-patterns/reset \
     --header 'Authorization: Bearer <USER API KEY>' \
     --header 'Content-Type: application/json'
curl --request DELETE \
     --url https://eu-api.bigpanda.io/resources/v2.0/correlation-patterns/reset \
     --header 'Authorization: Bearer <USER API KEY>' \
     --header 'Content-Type: application/json'
Language