更新时间:2021-12-17 GMT+08:00
心跳
功能介绍
业务系统轮询调用心跳接口,如果业务系统有新任务时,则提示有新的任务。
请求
请求样例
post https://endpoint/federated/v1/agent/heartbeat { "agentId": "agentId-xxx" }
响应
- 成功响应样例
{ "success": true, "newTask": true }
- 失败响应样例
{ "success": false, "newTask": false }
参数说明,如表2所示。
父主题: API接口
