GET /mltk/aicommander
GET /mltk/aicommander
Returns the full set of saved provider configurations as rendered for the AI Commander UI.
edit_ai_commander_configlist_ai_commander_config
Description. Returns the full set of saved provider configurations as rendered for the AI Commander UI.
Response (200).
{
"get_data": { /* { provider -> { connection -> { model -> config } } } */ },
"status": "success"
}
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD"
"$SPLUNK_HOST/servicesNS/-/Splunk_ML_Toolkit/mltk/aicommander?output_mode=json"