Path parameters
-
resource
string The KnowledgeBase
resource
value.
GET
/api/security_ai_assistant/knowledge_base/{resource}
curl \
--request GET https://localhost:5601/api/security_ai_assistant/knowledge_base/{resource}
Response examples (200)
{
"elser_exists": true,
"index_exists": true,
"is_setup_available": true,
"is_setup_in_progress": true,
"pipeline_exists": true,
"security_labs_exists": true,
"user_data_exists": true
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}