POST /mltk/ctsm_acknowledge
POST /mltk/ctsm_acknowledge
Mark the CTSM notice as acknowledged.
Description. Mark the CTSM notice as acknowledged. Body is ignored; sets ctsm_acknowledge = true in mlspl.conf section [CTSM]. Typically called after the UI displays the CTSM notification modal.
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD" -X POST
"$SPLUNK_HOST/servicesNS/nobody/Splunk_ML_Toolkit/mltk/ctsm_acknowledge?output_mode=json"
Source. Splunk_ML_Toolkit/bin/rest_handlers/ctsm_acknowledge.py