Welcome to the New BigPanda API Documentation
Bearer.Authorization: Bearer [YOUR_USER_API_KEY]Authorization: Bearer ********************curl --location 'https://api.bigpanda.io/resources/v2.1/ai-analysis/configuration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Test configuration",
"enabled": true,
"environments": [
"63bd568809cb331300f55555"
],
"alertTags": [
"node, host"
],
"isAutoTriggerEnabled": true,
"promptAddendum": "Write the summary as if you were a pirate."
}'{
"status": 200,
"data": {}
}