/org/summary
DevelopingGET
/org/summaryLast modified: 2 months ago
Return summary statistics for an organization. If a metric is specified, relevant stats are limited to that metric.
Request
Query Params
~~from~~
string
optional
Timestamp. Not yet implemented. Example: 1588603852.
~~until~~
string
optional
Timestamp Not yet implemented. Example: 1588690252.
metric
string
optional
Metric name. Example: grph_1.cloudinfra.mx-out02.network.eth0.rx_byte.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"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
}
}
}
Last modified: 2 months ago