We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
curl --location --request GET '/exclusion/types'
{
"status": {
"created_timestamp": 1670949448,
"created_string": "Tue 13 Dec 2022 @ 16:37 (GMT)",
"duration": 0.223,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "Europe\/London"
},
"code": 200,
"oldest_cached_component_age": 25,
"session_id": "33225c801e4deeb8222f4d90459b2185",
"org_onboarding_status_id": 300,
"api_host": "anomalarm.dev.dropbox.dev.local",
"user_onboarding_flags": {
"main_intro": false,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": false,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": false
}
},
"data": {
"exclusion_types": [
{
"id": 1,
"key": "learn_repetitive_patterns"
},
{
"id": 2,
"key": "skip_metrics"
},
{
"id": 3,
"key": "drop_metrics"
},
{
"id": 4,
"key": "drop_labels"
},
{
"id": 5,
"key": "disable_learning"
}
]
}
}