查询采集任务详情
功能介绍
查询采集任务详情。
URI
- URI格式
GET /softcomai/datalake/collection/v1.0/task/{taskId}
- 参数说明
参数名
是否必选
参数类型
备注
taskId
是
String
任务ID。
请求
- 请求样例
https://ip:port/softcomai/datalake/collection/v1.0/task/c5c95a4e6bfa45fa8df718c2c0f3ca79
响应
- 响应样例
{ "success": true, "returnData": { "taskName": "sftp_duan", "collectionMode": "VPN", "collectorId": "Collector-a7932e65", "protocolType": "sftp", "protocolCategory": "", "strategy": "once", "dataInfo": { "mainCategory": "pipe", "subCategory": "cloudCore", "device": "MAE-CN", "dataType": "performanceData", "version": "" }, "history": { "historyFrom": 0, "historyTo": 0 }, "protocolList": [{ "host": "xx.xx.xx.xx", "port": "22", "userName": "root", "path": "/opt/test", "protocolVersion": "", "sslMode": "false" }], "collectorIp": "xx.xx.xx.xx", "probeId": "Probe-0015", "taskSource": "console" } }
- 要素说明
参数名
参数类型
备注
success
Boolean
请求是否成功。
returnData
Object
返回值。
taskName
String
任务名称
collectorId
String
采集机ID。
collectionMode
String
Agent链接方式。
collectorId
String
AgentID。
protocolType
String
采集协议。
protocolCategory
String
协议类型。
strategy
String
周期。
collectorIp
String
AgentIP。
probeId
String
探针ID。
taskSource
String
任务来源。
dataInfo
object
数据信息。
mainCategory
String
主类别。
subCategory
String
子类别。
device
String
网管、设备信息。
dataType
String
数据类型。
version
String
版本。
history
object
历史采集策略。
historyFrom
String
历史采集开始时间。
historyTo
String
历史采集结束时间。
protocolList
List
数据源信息。
host
String
IP地址。
port
String
端口。
userName
String
用户名。
path
String
路径。
protocolVersion
String
协议版本。
sslMode
String
是否加密。
状态码
具体请参考状态码。