Welcome to the New BigPanda API Documentation
curl --location --globoff 'https://integrations.bigpanda.io/oim/appdynamicsapi_v3/alerts?access_token={ACCESS_TOKEN}&app_key={APP_KEY}' \
--header 'Authorization: Bearer {ORG_BEARER_TOKEN}' \
--header 'Content-Type: application/json' \
--data '{
"clamp_limit": 0,
"notes": "string",
"clamped": true,
"policy_id": "string",
"action_trigger_time": "string",
"from_web_hook": true,
"full_events_list": [
{
"severity": "string",
"deep_link_url": "http://example.com",
"summary_message": "string",
"APPLICATION_id": "string",
"APPLICATION_COMPONENT_NODE_id": "string",
"APPLICATION_name": "string",
"display_name": "string",
"title": "string",
"bt_performance_event": true,
"APPLICATION_COMPONENT_id": "string",
"app_name": "string",
"event_type": "string",
"appd_event_type": "string",
"APPLICATION_COMPONENT_name": "string",
"guid": "string",
"affected_entities": [
{
"name": "string",
"type": "string",
"id": 0
}
],
"event_message": "string",
"tag": "string",
"app_id": 0,
"event_type_key": "string",
"event_time": "string",
"APPLICATION_COMPONENT_NODE_name": "string",
"event_type_severity": "string",
"object": "string"
}
],
"policy_name": "string",
"account_id": "string",
"action_id": "string",
"account_name": "string",
"action_name": "string",
"controller_link_url": "http://example.com",
"policy_digest": true
}'{
"status": 201,
"data": {}
}