/org/testmetrics
DevelopingGET
/org/testmetricsLast modified: 2 months ago
Return a list of metrics which have been submitted in test mode, using the "X-Test-Only" header. More info about how to send test metrics is available in the Anomify Dashboard.
Request
None
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": 1678877317,
"created_string": "Wed 15 Mar 2023 @ 10:48 (UTC)",
"duration": 0.034,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 2850,
"session_id": "cb56a6a5391054207f038cdaab3039f0",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": true,
"alerts_intro": true,
"alerts_from_search": false,
"training_intro": false,
"alert_created": true,
"test_alert_sent": true,
"two_alerts_sent": true,
"pattern_trained": true,
"seen_card_anomalies": false,
"seen_card_matches": false,
"seen_card_training": true,
"seen_card_all": true
}
},
"data": {
"metrics": [
"test.nginx-1.cpu.user",
"test.nginx-2.cpu.user"
]
}
}
Last modified: 2 months ago