REST API Reference
Feature Flags & Notifications
Endpoints in the Feature Flags & Notifications group of the /mltk/** REST API.
These endpoints expose feature-flag state to the UI and persist user acknowledgements for CTSM (Curated Time Series Model) prompts. They are unauthenticated beyond the standard Splunk session — no capability checks.
| Endpoint | Methods | Source file |
|---|---|---|
/mltk/mltk_feature_flags |
GET | bin/rest_handlers/mltk_feature_flags.py |
/mltk/agent_feature_flag |
GET | bin/rest_handlers/agent_feature_flag.py |
/mltk/ctsm_feature |
GET, POST | bin/rest_handlers/ctsm_feature.py |
/mltk/ctsm_acknowledge |
POST | bin/rest_handlers/ctsm_acknowledge.py |
Endpoints Permalink to this section
| Section | Method | Endpoint | Page |
|---|---|---|---|
| 1.1 | GET | /mltk/mltk_feature_flags |
get-mltk-feature-flags |
| 1.2 | GET | /mltk/agent_feature_flag |
get-agent-feature-flag |
| 1.3 | GET | /mltk/ctsm_feature |
get-ctsm-feature |
| 1.4 | POST | /mltk/ctsm_feature |
post-ctsm-feature |
| 1.5 | POST | /mltk/ctsm_acknowledge |
post-ctsm-acknowledge |