- WAF功能
- 节点自动注册到后台
- 其它接口
- 接口更新日志
- AI接口
- 定制页面上传
- API完成情况
- UEBA参数文档
- 防火墙配置
- 节点、域名、缓存
- 接口认证
- 节点管理
- 缓存配置
- 防火墙配置
- 证书管理
- 统计数据
- 其它
- 健康检查
- AI接口
- 接口认证
- 测试包
- UEBA【2024.06更新】
- (内部使用)内部进行debugPOST
- 获取默认模型详细 配置信息GET
- 批量修改当前域的模型详细配置信息PATCH
- 获取当前域的模型详细配置信息GET
- 修改当前域的某个模型的详细配置信息PATCH
- 获取当前域的单个模型详细配置信息GET
- 添加域POST
- 获取当前所有域的信息GET
- 更新多个域PATCH
- 添加多个域 POST
- 【已屏蔽该接口】获取当前所有域的信息GET
- 暂停多个域POST
- 恢复多个域 POST
- 部分更新指定单个域PATCH
- 获取指定的单个域信息GET
- 暂停单个域GET
- 恢复单个域GET
- 删除单个域DELETE
- 删除多个域 DELETE
- 模型日志接口GET
- 为当前域添加一个模型及详细配置POST
- 当前域批量添加多个模型及详细配置POST
- 删除当前域的一个模型DELETE
- 批量删除当前域的多个模型DELETE
- UEBA2.0(2025.06新增)
- 【内部用】ip库管理【2024.06更新】
获取默认模型详细配置信息
开发中
GET
/ueba/default_models/
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
Accept
string
必需
默认值:
application/json
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/ueba/default_models/' \
--header 'Accept;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
total
integer
必需
data
object
必需
ueba_models_single_dim_url_iForest
object
必需
ueba_models_single_dim_url_PCA
object
必需
ueba_models_single_dim_url_KNN
object
必需
ueba_models_single_dim_ua_iForest
object
必需
ueba_models_single_dim_ua_PCA
object
必需
ueba_models_single_dim_ua_KNN
object
必需
ueba_models_multi_dim_log_iForest
object
必需
ueba_models_set_level_timeslice_DeviationBox
object
必需
ueba_models_set_level_timeslice_SelectedDimIForest
object
必需
ueba_models_set_level_sequence_MarkovChain
object
必需
示例
{
"code": 0,
"message": "string",
"total": 0,
"data": {
"ueba_models_single_dim_url_iForest": {
"max_samples": 0,
"contamination": "string",
"count_threshold": 0,
"use_weight": true,
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"max_samples_explain": {
"max_samples_des": "string",
"max_samples_desc": "string",
"max_samples_value_range": "string"
},
"description": "string",
"contamination_explain": {
"contamination_des": "string",
"contamination_desc": "string",
"contamination_value_range": "string"
},
"count_threshold_explain": {
"count_threshold_des": "string",
"count_threshold_desc": "string",
"count_threshold_value_range": "string"
},
"use_weight_explain": {
"use_weight_des": "string",
"use_weight_desc": "string",
"use_weight_value_range": "string"
},
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_single_dim_url_PCA": {
"n_components": 0,
"reconstruction_error_threshold_percent": 0,
"reconstruction_error_threshold": null,
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"n_components_explain": {
"n_components_des": "string",
"n_components_desc": "string",
"n_components_value_range": "string"
},
"description": "string",
"reconstruction_error_threshold_percent_explain": {
"reconstruction_error_threshold_percent_des": "string",
"reconstruction_error_threshold_percent_desc": "string",
"reconstruction_error_threshold_percent_value_range": "string"
},
"reconstruction_error_threshold_explain": {
"reconstruction_error_threshold_des": "string",
"reconstruction_error_threshold_desc": "string",
"reconstruction_error_threshold_value_range": "string"
},
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_single_dim_url_KNN": {
"contamination": 0,
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"contamination_explain": {
"contamination_des": "string",
"contamination_desc": "string",
"contamination_value_range": "string"
},
"description": "string",
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_single_dim_ua_iForest": {
"max_samples": 0,
"contamination": "string",
"count_threshold": 0,
"use_weight": true,
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"max_samples_explain": {
"max_samples_des": "string",
"max_samples_desc": "string",
"max_samples_value_range": "string"
},
"description": "string",
"contamination_explain": {
"contamination_des": "string",
"contamination_desc": "string",
"contamination_value_range": "string"
},
"count_threshold_explain": {
"count_threshold_des": "string",
"count_threshold_desc": "string",
"count_threshold_value_range": "string"
},
"use_weight_explain": {
"use_weight_des": "string",
"use_weight_desc": "string",
"use_weight_value_range": "string"
},
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_single_dim_ua_PCA": {
"n_components": 0,
"reconstruction_error_threshold_percent": 0,
"reconstruction_error_threshold": null,
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"n_components_explain": {
"n_components_des": "string",
"n_components_desc": "string",
"n_components_value_range": "string"
},
"description": "string",
"reconstruction_error_threshold_percent_explain": {
"reconstruction_error_threshold_percent_des": "string",
"reconstruction_error_threshold_percent_desc": "string",
"reconstruction_error_threshold_percent_value_range": "string"
},
"reconstruction_error_threshold_explain": {
"reconstruction_error_threshold_des": "string",
"reconstruction_error_threshold_desc": "string",
"reconstruction_error_threshold_value_range": "string"
},
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_single_dim_ua_KNN": {
"contamination": "string",
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"contamination_explain": {
"contamination_des": "string",
"contamination_desc": "string",
"contamination_value_range": "string"
},
"description": "string",
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_multi_dim_log_iForest": {
"max_samples": 0,
"contamination": "string",
"n_jobs": 0,
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"max_samples_explain": {
"max_samples_des": "string",
"max_samples_desc": "string",
"max_samples_value_range": "string"
},
"description": "string",
"contamination_explain": {
"contamination_des": "string",
"contamination_desc": "string",
"contamination_value_range": "string"
},
"n_jobs_explain": {
"n_jobs_des": "string",
"n_jobs_desc": "string",
"n_jobs_value_range": "string"
},
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_set_level_timeslice_DeviationBox": {
"threshold_by": "string",
"threshold_bound": "string",
"threshold_upper_percent": 0,
"threshold_lower_percent": 0,
"threshold_upper": null,
"threshold_lower": null,
"threshold_req_count": 0,
"threshold_local_quantile": 0,
"auto_mean_req_percent": 0,
"time_slice": "string",
"output_col": "string",
"name": "string",
"is_enabled": true,
"is_system_default": true,
"threshold_by_explain": {
"threshold_by_des": "string",
"threshold_by_desc": "string",
"threshold_by_value_range": "string"
},
"description": "string",
"threshold_bound_explain": {
"threshold_bound_des": "string",
"threshold_bound_desc": "string",
"threshold_bound_value_range": "string"
},
"threshold_upper_percent_explain": {
"threshold_upper_percent_des": "string",
"threshold_upper_percent_desc": "string",
"threshold_upper_percent_value_range": "string"
},
"threshold_lower_percent_explain": {
"threshold_lower_percent_des": "string",
"threshold_lower_percent_desc": "string",
"threshold_lower_percent_value_range": "string"
},
"threshold_upper_explain": {
"threshold_upper_des": "string",
"threshold_upper_desc": "string",
"threshold_upper_value_range": "string"
},
"threshold_lower_explain": {
"threshold_lower_des": "string",
"threshold_lower_desc": "string",
"threshold_lower_value_range": "string"
},
"threshold_req_count_explain": {
"threshold_req_count_des": "string",
"threshold_req_count_desc": "string",
"threshold_req_count_value_range": "string"
},
"threshold_local_quantile_explain": {
"threshold_local_quantile_des": "string",
"threshold_local_quantile_desc": "string",
"threshold_local_quantile_value_range": "string"
},
"time_slice_explain": {
"time_slice_des": "string",
"time_slice_desc": "string",
"time_slice_value_range": "string"
},
"output_col_explain": {
"output_col_des": "string",
"output_col_desc": "string",
"output_col_range": "string"
}
},
"ueba_models_set_level_timeslice_SelectedDimIForest": {
"name": "string",
"is_enabled": true,
"is_system_default": true,
"description": "string"
},
"ueba_models_set_level_sequence_MarkovChain": {
"name": "string",
"is_enabled": true,
"is_system_default": true,
"description": "string"
}
}
}
修改于 2024-06-24 11:46:13