- DS迭代
- DS5.6
- jobmanager
- 元数据-元数据开发-分层管理
- 元数据-元数据开发-编目管理
- 元数据-元数据开发-表管理
- 元数据-规范中心-标准管理
- 元数据-规范中心-脱敏规则
- 元数据-敏感管理
- 任务运维-实时运维
- 任务运维-周期运维-周期作业
- 数据资产-资产概览
- 数据资产-资产中心
- 数据资产-问题数据
- 数据共享-发布管理-服务监控
- 数据服务-服务管理
- 文件夹管理
列举服务监控列表
POST
/publish/service/monitor/list
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
type
number
必需
示例
{
"type": 0
}
返回响应
🟢200成功
application/json
Body
id
string
专题发布表唯一标识
servername
string
服务名称
type
number
必需
tbtype
number
必需
tbname
string
专题表名称
todayamount
string
今日使用量
usageamount
string
累计使用量
businesstype
number
必需
datanum
string
总数据量
serverstatus
string
服务状态
detail
array [object {4}]
必需
begintime
string
开始时间
expendtime
string
消耗时间
avespeed
string
平均速度
status
string
状态
todaydownloads
string
今日下载量
weekdownloads
string
本周下载量
totaldownloads
string
总下载量
createtime
string
专题发布时间
tags
array [object {4}]
专题服务标签
dirid
string
文件夹ID
id
string
ID
name
string
名称
color
string
颜色
示例
{
"id": "string",
"servername": "string",
"type": 0,
"tbtype": 0,
"tbname": "string",
"todayamount": "string",
"usageamount": "string",
"businesstype": 0,
"datanum": "string",
"serverstatus": "string",
"detail": [
{
"begintime": "string",
"expendtime": "string",
"avespeed": "string",
"status": "string"
}
],
"todaydownloads": "string",
"weekdownloads": "string",
"totaldownloads": "string",
"createtime": "string",
"tags": [
{
"dirid": "string",
"id": "string",
"name": "string",
"color": "string"
}
]
}
修改于 2024-03-19 02:05:05