开始巡检
[TOC]
简要描述
- 用户注册接口
请求URL
http://192.168.2.107:8080/ops/itsm/inspection/task/start
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
taskId | 是 | string | 任务id |
参数示例
{
"taskId":"b7e156be2b5f421192e58f2c4f07d3c1"
}
返回示例
{
"errorCode": 0,
"message": "成功",
"time": 1641881026492,
"responseBody": null
}