/pattern/{pattern_id}/disable
DesigningGET
/pattern/{pattern_id}/disableModified at: 19 days ago
Disables a pattern.The pattern id is supplied in the URL, e.g.
/pattern/4999/disable
Request
Path Params
pattern_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": 1657642297,
"created_string": "Tue 12 Jul 2022 @ 16:11 (UTC)",
"duration": 0.022,
"language": "en-gb",
"timezone": {
"timezone_type": 3,
"timezone": "UTC"
},
"code": 404,
"oldest_cached_component_age": 1645,
"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": {
"message": "OK"
}
}
Last modified: 19 days ago