Welcome to the New BigPanda API Documentation
curl --location --globoff 'https://integrations.bigpanda.io/oim/tivoli/alerts?app_key={APP_KEY}&access_token={ACCESS_TOKEN}' \
--header 'Authorization: Bearer {BEARER_TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
"alerts": [
{
"situation_name": "string",
"date": "string",
"severity": "string",
"msg": "string",
"situation_time": 0,
"sub_source": "http://example.com",
"situation_fullname": "string",
"adapter_host": "string",
"origin": "string",
"source": "string",
"integration_type": "string",
"situation_thrunode": "string",
"situation_origin": "http://example.com",
"situation_status": "string",
"hostname": "string",
"situation_type": "string",
"situation_eventdata": "string",
"cms_hostname": "string",
"cms_port": "string"
}
]
}'{
"status": 201,
"data": {}
}