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 '/org/overview?stats=org_anomalies'
{
"status": {
"created_timestamp": 1657641297,
"created_string": "Tue 12 Jul 2022 @ 15:54 (UTC)",
"duration": 0.972,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 646,
"session_id": "103bfbd9f2cdd43fe809104eefc713f7",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": false,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true
}
},
"data": {
"report_period": {
"name": "Last 7 Days",
"from_timestamp": 1657036440,
"from_string": "July 5th, 15:54",
"until_timestamp": 1657641240,
"until_string": "July 12th, 15:54"
},
"total_values": {
"active_metrics": 75,
"enabled_alerts": 17,
"active_patterns": 950
},
"period_values": {
"anomalies": 12,
"patterns_created": 0,
"pattern_matches": 132,
"reduced_alerts": 91.67,
"analyzed_events": 536794
}
}
}