SoM 计算机 - 操作
以下是允许安装/卸载 Endpoint Central代理并移除由 Endpoint Central 管理的计算机详细信息的 API 列表。
- 功能
- 对计算机执行安装/移除/卸载代理操作
- HTTP 方法
- POST
- API URI
- api/1.4/som/computers/installagent
api/1.4/som/computers/uninstallagent
api/1.4/som/computers/removecomputer
- 需要认证令牌
- 是
请求数据
{
"resourceids": [112,113]
}响应数据
{
"message_response": {
"computers": {
},"Status": "安装已成功启动"
}"status": "成功",
"message_version": "1.0",
"message_type": "computers"
}