Welcome to the New BigPanda API Documentation
curl --location --globoff 'https://integrations.bigpanda.io/oim/sciencelogic/alerts?app_key={APP_KEY}&access_token={ACCESS_TOKEN}' \
--header 'Authorization: Bearer {BEARER_TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
"severity": "string",
"url_to_event": "http://example.com",
"entity_name": "string",
"system_id": "string",
"severity_text": "string",
"event_source": "string",
"ip_address": "string",
"event_category": "string",
"automation_action_name": "string",
"first_event_timestamp": "string",
"event_policy": "string",
"event_id": "string",
"event_type": "string",
"event_message": "string",
"user_note": "string",
"last_event_timestamp": "string",
"username": "string"
}'{
"status": 201,
"data": {}
}