- WAF功能
- 节点自动注册到后台
- 其它接口
- 接口更新日志
- AI接口
- 定制页面上传
- API完成情况
- UEBA参数文档
- 防火墙配置
- 节点、域名、缓存
- 接口认证
- 节点管理
- 单节点管理
- 多节点管理
- 单域名管理
- 多域名管理
- 域名日志开关【2024.06更新】
- 缓存配置
- 防火墙配置
- 证书管理
- 统计数据
- 流量TOP5000(见下面折线图)
- 请求TOP5000(见下面折线图)
- 记录统计
- 折线图
- 饼图
- 总计接口
- Bot管理(开发中)
- 其它
- 健康检查
- AI接口
- 接口认证
- 测试包
- UEBA【2024.06更新】
- UEBA2.0(2025.06新增)
- 【内部用】ip库管理【2024.06更新】
获取指纹
开发中
GET
/finger/fingerprint_log
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
instance_id
integer
必需
start_time
integer
必需
end_time
integer
必需
client_ip
string
可选
domain
string
可选
page
integer
必需
size
integer
必需
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 '/finger/fingerprint_log?instance_id=&start_time=&end_time=&client_ip=&domain=&page=&size=' \
--header 'Accept;'
返回响应
🟢200成功
application/json
Body
status
boolean
必需
instance_id
string
必需
total_page
string
必需
total_items
string
必需
current_page
string
必需
messgae
string
必需
size
string
必需
data
array [object {41}]
必需
domain_uuid
string
必需
client_ip
string
必需
TimeRangeStart
string
必需
domain
string
必需
User_Agent
string
必需
Browser
string
必需
Version
string
必需
Engine
string
必需
System
string
必需
Platform
string
必需
Screen_size
string
必需
Architecture
string
必需
Device_type
string
必需
GPU_model
string
必需
IP_address
string
必需
Language
string
必需
Timezone
string
必需
Network
string
必需
is_online
boolean
必需
Battery
string
必需
is_charging
boolean
必需
is_robot
boolean
必需
is_webview
boolean
必需
js_fonts
array[string]
必需
touch_support
boolean
必需
has_lied_browser
boolean
必需
has_lied_os
boolean
必需
has_lied_resolution
boolean
必需
has_lied_languages
boolean
必需
adblock
boolean
必需
regular_plugins
array[string]
必需
do_not_track
string
必需
navigator_platform
string
必需
cpu_class
string
必需
indexed_db
integer
必需
local_storage
integer
必需
session_storage
integer
必需
timezone_offset
integer
必需
hardware_concurrency
integer
必需
pixel_ratio
integer
必需
color_depth
integer
必需
示例
{
"status": true,
"instance_id": "string",
"total_page": "string",
"total_items": "string",
"current_page": "string",
"messgae": "string",
"size": "string",
"data": [
{
"domain_uuid": "string",
"client_ip": "string",
"TimeRangeStart": "string",
"domain": "string",
"User_Agent": "string",
"Browser": "string",
"Version": "string",
"Engine": "string",
"System": "string",
"Platform": "string",
"Screen_size": "string",
"Architecture": "string",
"Device_type": "string",
"GPU_model": "string",
"IP_address": "string",
"Language": "string",
"Timezone": "string",
"Network": "string",
"is_online": true,
"Battery": "string",
"is_charging": true,
"is_robot": true,
"is_webview": true,
"js_fonts": [
"string"
],
"touch_support": true,
"has_lied_browser": true,
"has_lied_os": true,
"has_lied_resolution": true,
"has_lied_languages": true,
"adblock": true,
"regular_plugins": [
"string"
],
"do_not_track": "string",
"navigator_platform": "string",
"cpu_class": "string",
"indexed_db": 0,
"local_storage": 0,
"session_storage": 0,
"timezone_offset": 0,
"hardware_concurrency": 0,
"pixel_ratio": 0,
"color_depth": 0
}
]
}
修改于 2024-08-15 06:42:23