/match/{match_id}
DevelopingGET
/match/{match_id}Last modified: a year ago
Returns match X identified in the URLMatch id is supplied in the URL, e.g.
/match/52968
Request
Path Params
match_id
string
required
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": 1657036742,
"created_string": "Tue 05 Jul 2022 @ 15:59 (UTC)",
"duration": 0.356,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 200,
"oldest_cached_component_age": 2110,
"session_id": "9574317bd9284de6d6d21f1cc6d128ce",
"org_onboarding_status_id": 300,
"api_host": "api-stage.anomify.ai",
"user_onboarding_flags": {
"main_intro": false,
"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": {
"match": {
"id": 52968,
"motifs_matched_id": null,
"pattern_id": "3214",
"created_timestamp": 1628629800,
"match_algorithm": "Not Implemented",
"validated": false,
"created_string": "August 10th 2021",
"graph_url": "https://api-stage.anomify.ai/match/52968/graph?format=png&width=500&aspect_ratio=3",
"motif_graph_url": null,
"pattern": {
"id": 3214,
"parent_id": 2359,
"group_id": null,
"creator_type": "machine",
"creator_user_id": 2,
"creator_user_display_name": "Anomify Admin",
"metric_id": 749,
"metric_name": "demo_robustperception_io.prometheus.node_network_receive_bytes_total.lo",
"duration": 604800,
"duration_string": "7 day",
"anomaly_timestamp": 1625589000,
"created_timestamp": 1625592691,
"created_string": "July 6th 2021",
"enabled": true,
"origin": "learnt",
"layers": false,
"checks": 449,
"matches": 6,
"match_rate": "1%",
"last_match_timestamp": 1628629800,
"last_match_string": "almost a year ago",
"label": "LEARNT",
"positive": false,
"anomaly_id": 162815,
"anomaly_value": 1014290.850006,
"match_rate_string": "1% (6/449)",
"deletable": true,
"graph_url": "https://api-stage.anomify.ai/metric/demo_robustperception_io.prometheus.node_network_receive_bytes_total.lo/graph?from=1624985400&until=1625589000&display_x_axis=below&display_y_axis=right&display_legend=false&display_anomalies=false&display_matches=false",
"graph_url_debug_png": "https://api-stage.anomify.ai/metric/demo_robustperception_io.prometheus.node_network_receive_bytes_total.lo/graph?from=1624985400&until=1625589000&display_x_axis=below&display_y_axis=right&display_legend=false&display_anomalies=false&display_matches=false&debug_png_output=true"
}
}
}
}
Last modified: a year ago