<TCP创建-请求参数>:
参数名称 | 是否必须 | 类型 | 默认值 | 描述 |
task_name | 是 | string | 任务名称 | |
task_type | 是 | string | 任务类型 | |
agent | 否 | string | 是否内网任务(0:不是,1:是)。内网任务时必填,外网任务可不填 | |
frequency | 是 | int | 监控频率 | |
retry | 否 | int | 1 | 重试次数范围1~3,默认为1。仅外网支持 |
network_protocol | 否 | string | 4 | 任务使用的网络协议。 可选值:
内网任务只能选择4 |
group_id | 是 | int | 监测点分组 | |
plugin_task_uselist_id | 否 | number[] | 采集器id,当是内网任务且分组id为0时,该值为必填参数 | |
history | 否 | int | 0 | 记录节点故障快照(0:不记录;1:记录) |
reminds | 否 | int | 0 | 连续告警提醒 |
open_scope | 否 | int | 1 | 项目公开范围1-4(1:所有人,2:指定用户组,3:仅本人,4:指定用户) |
organization | 否 | array | 公开范围分组列表,当公开范围为2是必填 | |
user_ids | 否 | array | 公开范围用户列表,当公开范围为4是必填 | |
host | 是 | string | tcp主机 | |
tcp_port | 是 | int | tcp端口 范围1-65535 |
<TCP创建-请求示例>:
{ "task_name": "tiger_tcp", "task_type": "tcp", "frequency": 2, "retry": 3, "group_id": 1, "history": 1, "reminds": 20, "host": "www.baidu.com", "tcp_port": 22 }