GET /mltk/ctsm_feature
GET /mltk/ctsm_feature
Returns the current CTSM opt-out and acknowledge flags.
Description. Returns the current CTSM opt-out and acknowledge flags.
Response (200).
{
"ctsm_opt_out": false,
"ctsm_acknowledge": false,
"status": "success"
}
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD"
"$SPLUNK_HOST/servicesNS/-/Splunk_ML_Toolkit/mltk/ctsm_feature?output_mode=json"