/org/adminalert/{alert_code}
DevelopingGET
/org/adminalert/{alert_code}Last modified: 2 months ago
Return information for an admin alert identified in the URL.The id of the alert passed in the URL, e.g.
/org/adminalert/5cc28d88731
Request
Path Params
alert_code
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": 1657638136,
"created_string": "Tue 12 Jul 2022 @ 15:02 (UTC)",
"duration": 0.019,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 400,
"oldest_cached_component_age": 1142,
"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": {
"alert": {
"title": "All metrics have stopped",
"description": "",
"metrics": [],
"created_timestamp": 1639583680,
"created_string": "Wed 15 Dec 2021 @ 15:54 (+00:00)"
}
}
}
Last modified: 2 months ago