Get LLM Config
Returns the AI Assistant for Threat Defense LLM configuration.
OK
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"is_broadcom_account": false,
"customer_account": {
"llm_provider": "string",
"llm_region": "us-east1",
"llm_endpoint": "string",
"llm_api_version": "string",
"llm_model": "string",
"embedding_model": "string",
"embedding_api_version": "string",
"email_id": "[email protected]",
"client_id": "105149403941425371692",
"key_id": "2eaff71da4f64b08c06cdb06e36731a0f70833ce",
"llm_key": "string"
}
}
LLM not configured
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/ai-assistant-threat-defense/llm-config