词表词表列表
GET
https://api.flashcat.cloud/api/n9e-plus/label-mappings
最后修改时间:2025-05-23 14:23:42
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/label-mappings?query'
响应示例响应示例
{
"dat": [
{
"id": 0,
"name": "string",
"team_ids": [
0
],
"team_names": [
"string"
],
"enable": 0,
"description": "string",
"source_type": {},
"source_config": {
"prometheus": {
"refresh_interval": "string",
"typ": 0,
"built_in_config": {
"datasource_id": 0,
"promql": "string"
},
"custom_config": {
"url": "string",
"promql": "string",
"header": {},
"timeout": "string",
"insecure_skip_verify": true,
"proxy": "string",
"basic_auth_user": "string",
"basic_auth_pass": "string"
}
},
"csv": {
"filename": "string"
},
"http": {
"refresh_interval": 0,
"url": "string",
"method": "string",
"headers": {
"Content-Type": "string"
},
"proxy": "string",
"timeout": 0,
"tls": {
"enable": true,
"cert_file": "string",
"key_file": "string",
"ca_file": "string",
"skip_verify": true
},
"request": {
"body": "string"
},
"resp_parse": {
"key": "string"
}
}
},
"label_index_keys": [
"string"
],
"label_fields": [
{
"name": "string"
}
],
"success_total": "string",
"error_total": "string",
"error_detail": [
{}
]
}
],
"err": "string"
}
请求参数
Query 参数
query
string
可选